Searched refs:sh_info (Results 1 – 16 of 16) sorted by relevance
| /TwlSDK-5.3.1/build/tools/bin2obj/ |
| D | section.c | 188 s->sh_info = 0; in add_section() 244 u32 n = symtab->sh_info + 1; in add_symbol() 266 symtab->sh_info = n; in add_symbol()
|
| D | object.c | 65 s->sh_info = -1; // Initialization of symbol's last index value in object_init() 222 dest->sh_info = Be32(src->sh_info); in conv_to_big_endian_section()
|
| D | elf.h | 75 u32 sh_info; member
|
| /TwlSDK-5.3.1/build/tools/stripdebug/ |
| D | elf_loader.c | 377 CurrentShdrEx->Shdr.sh_info = 0; in ELi_LoadObject() 537 … CurrentShdrEx->Shdr.sh_info = last_local_symbol_index; //Reference the ARM ELF materials in ELi_LoadObject() 645 … CurrentShdrEx->Shdr.sh_info = shdr_table[CurrentShdrEx->Shdr.sh_info]; //Update section number in ELi_LoadObject()
|
| D | elf.h | 173 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */ member
|
| D | elf.c | 351 file_ptr = load_elf32_word(&(shdr->sh_info), file_ptr, endian);
|
| D | insertsection.c | 130 CurrentShdrEx->Shdr.sh_info = 0;
|
| D | loader_subset.c | 473 if( ELi_ShdrIsDebug( ElfHandle, TmpShdr.sh_info) == TRUE) { in ELi_ShdrIsDebug()
|
| /TwlSDK-5.3.1/build/libraries/el/common/include/ |
| D | elf.h | 187 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */ member
|
| /TwlSDK-5.3.1/build/tools/makelst/ |
| D | elf.h | 173 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */ member
|
| D | loader_subset.c | 230 (int)(SymShdr->sh_link), (int)(SymShdr->sh_info)); in ELi_RelocateSym() 234 TargetShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, RelOrRelaShdr.sh_info); in ELi_RelocateSym() 686 if( ELi_ShdrIsDebug( ElfHandle, TmpShdr.sh_info) == TRUE) { in ELi_ShdrIsDebug()
|
| D | elf.c | 353 file_ptr = load_elf32_word(&(shdr->sh_info), file_ptr, endian);
|
| D | elf_loader.c | 332 printf( "info : %x\n", (int)(CurrentShdrEx->Shdr.sh_info)); in ELi_LoadObject() 371 printf( "info : %x\n", (int)(CurrentShdrEx->Shdr.sh_info)); in ELi_LoadObject()
|
| /TwlSDK-5.3.1/build/libraries/el/common/src/ |
| D | elf_loader.c | 746 CurrentShdrEx->Shdr.sh_info); in elLoadSections() 758 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections() 782 CurrentShdrEx->Shdr.sh_info); in elLoadSections() 794 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
|
| D | elf.c | 352 file_ptr = load_elf32_word(&(shdr->sh_info), file_ptr, endian); in ELF_LoadSectionHeader()
|
| D | loader_subset.c | 511 TargetShdrEx = ELi_GetShdrExfromList( elElfDesc->ShdrEx, RelOrRelaShdr.sh_info); in ELi_RelocateSym() 520 PRINTDEBUG( "SymShdr->link:%02x, SymShdr->info:%02x\n", SymShdr->sh_link, SymShdr->sh_info); in ELi_RelocateSym() 1089 if( ELi_ShdrIsDebug( elElfDesc, TmpShdr.sh_info) == TRUE) {
|