Home
last modified time | relevance | path

Searched refs:st_shndx (Results 1 – 13 of 13) sorted by relevance

/TwlSDK-5.5/build/tools/makelst/
Dloader_subset.c249 CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_RelocateSym()
266 CurrentSymEx->thumb_flag = (u16)(ELi_CodeIsThumb( ElfHandle, CurrentSymEx->Sym.st_shndx, in ELi_RelocateSym()
302 if( CurrentSymEx->Sym.st_shndx == SHN_UNDEF) { in ELi_RelocateSym()
337 … CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_RelocateSym()
363 (CurrentSymEx->Sym.st_shndx != SHN_UNDEF)) { in ELi_RelocateSym()
375 CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_RelocateSym()
448 CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_DiscriminateGlobalSym()
465 CurrentSymEx->thumb_flag = (u16)(ELi_CodeIsThumb( ElfHandle, CurrentSymEx->Sym.st_shndx, in ELi_DiscriminateGlobalSym()
480 (CurrentSymEx->Sym.st_shndx != SHN_UNDEF)) { in ELi_DiscriminateGlobalSym()
492 if( (CurrentSymEx->Sym.st_shndx) < SHN_LORESERVE) { //When there is a related section in ELi_DiscriminateGlobalSym()
[all …]
Delf.h230 Elf32_Half st_shndx; /* Related section header table index */ member
Delf.c326 file_ptr = load_elf32_half(&(sym->st_shndx), file_ptr, endian);
/TwlSDK-5.5/build/tools/bin2obj/
Delf.h101 u16 st_shndx; member
Dobject.c234 dest->st_shndx = Be16(src->st_shndx); in conv_to_big_endian_symbol()
Dsection.c257 l->st_shndx = section; in add_symbol()
/TwlSDK-5.5/build/libraries/el/common/src/
Dloader_subset.c550 if( CurrentSymEx->Sym.st_shndx == SHN_UNDEF) { in ELi_RelocateSym()
581 … CurrentShdrEx = ELi_GetShdrExfromList( elElfDesc->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_RelocateSym()
667 (CurrentSymEx->Sym.st_shndx != SHN_UNDEF)) { in ELi_GoPublicGlobalSym()
681 CurrentShdrEx = ELi_GetShdrExfromList( elElfDesc->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_GoPublicGlobalSym()
741 CurrentShdrEx = ELi_GetShdrExfromList( elElfDesc->ShdrEx, TestSym.st_shndx); in ELi_BuildSymList()
760 PRINTDEBUG( "sym_no: %02x ... st_shndx: %04x\n", i, CurrentSymEx->Sym.st_shndx); in ELi_BuildSymList()
775 CurrentSymEx->Sym.st_shndx, in ELi_BuildSymList()
1124 if( CurrentSymEx->Sym.st_shndx == sh_index) {
Delf.c325 file_ptr = load_elf32_half(&(sym->st_shndx), file_ptr, endian); in ELF_LoadSymbol()
/TwlSDK-5.5/build/tools/stripdebug/
Dloader_subset.c333 CurrentShdrEx = ELi_GetShdrExfromList( elElfDesc->ShdrEx, TestSym.st_shndx); in ELi_BuildSymList()
359 … CurrentSymEx->thumb_flag = (u16)(ELi_CodeIsThumb( elElfDesc, CurrentSymEx->Sym.st_shndx, in ELi_BuildSymList()
508 if( CurrentSymEx->Sym.st_shndx == sh_index) { in ELi_CodeIsThumb()
Delf_loader.c528 if( (CurrentSymEx->Sym.st_shndx != SHN_UNDEF) && in ELi_LoadObject()
529 (CurrentSymEx->Sym.st_shndx < SHN_LORESERVE)) { in ELi_LoadObject()
530 …CurrentSymEx->Sym.st_shndx = shdr_table[CurrentSymEx->Sym.st_shndx]; //Update section number for t… in ELi_LoadObject()
Delf.h230 Elf32_Half st_shndx; /* Related section header table index */ member
Delf.c324 file_ptr = load_elf32_half(&(sym->st_shndx), file_ptr, endian);
/TwlSDK-5.5/build/libraries/el/common/include/
Delf.h246 Elf32_Half st_shndx; /* Related section header table index */ member