Searched refs:st_shndx (Results 1 – 13 of 13) sorted by relevance
| /TwlSDK-5.5/build/tools/makelst/ |
| D | loader_subset.c | 249 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 …]
|
| D | elf.h | 230 Elf32_Half st_shndx; /* Related section header table index */ member
|
| D | elf.c | 326 file_ptr = load_elf32_half(&(sym->st_shndx), file_ptr, endian);
|
| /TwlSDK-5.5/build/tools/bin2obj/ |
| D | elf.h | 101 u16 st_shndx; member
|
| D | object.c | 234 dest->st_shndx = Be16(src->st_shndx); in conv_to_big_endian_symbol()
|
| D | section.c | 257 l->st_shndx = section; in add_symbol()
|
| /TwlSDK-5.5/build/libraries/el/common/src/ |
| D | loader_subset.c | 550 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) {
|
| D | elf.c | 325 file_ptr = load_elf32_half(&(sym->st_shndx), file_ptr, endian); in ELF_LoadSymbol()
|
| /TwlSDK-5.5/build/tools/stripdebug/ |
| D | loader_subset.c | 333 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()
|
| D | elf_loader.c | 528 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()
|
| D | elf.h | 230 Elf32_Half st_shndx; /* Related section header table index */ member
|
| D | elf.c | 324 file_ptr = load_elf32_half(&(sym->st_shndx), file_ptr, endian);
|
| /TwlSDK-5.5/build/libraries/el/common/include/ |
| D | elf.h | 246 Elf32_Half st_shndx; /* Related section header table index */ member
|