Home
last modified time | relevance | path

Searched refs:sh_info (Results 1 – 16 of 16) sorted by relevance

/TwlSDK-5.5/build/tools/bin2obj/
Dsection.c188 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()
Dobject.c65 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()
Delf.h75 u32 sh_info; member
/TwlSDK-5.5/build/tools/stripdebug/
Delf_loader.c383 CurrentShdrEx->Shdr.sh_info = 0; in ELi_LoadObject()
543 … CurrentShdrEx->Shdr.sh_info = last_local_symbol_index; //Reference the ARM ELF materials in ELi_LoadObject()
651 … CurrentShdrEx->Shdr.sh_info = shdr_table[CurrentShdrEx->Shdr.sh_info]; //Update section number in ELi_LoadObject()
Delf.h173 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */ member
Delf.c351 file_ptr = load_elf32_word(&(shdr->sh_info), file_ptr, endian);
Dinsertsection.c130 CurrentShdrEx->Shdr.sh_info = 0;
Dloader_subset.c473 if( ELi_ShdrIsDebug( ElfHandle, TmpShdr.sh_info) == TRUE) { in ELi_ShdrIsDebug()
/TwlSDK-5.5/build/libraries/el/common/include/
Delf.h187 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */ member
/TwlSDK-5.5/build/tools/makelst/
Delf.h173 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */ member
Dloader_subset.c230 (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()
Delf.c353 file_ptr = load_elf32_word(&(shdr->sh_info), file_ptr, endian);
Delf_loader.c338 printf( "info : %x\n", (int)(CurrentShdrEx->Shdr.sh_info)); in ELi_LoadObject()
377 printf( "info : %x\n", (int)(CurrentShdrEx->Shdr.sh_info)); in ELi_LoadObject()
/TwlSDK-5.5/build/libraries/el/common/src/
Delf_loader.c752 CurrentShdrEx->Shdr.sh_info); in elLoadSections()
764 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
788 CurrentShdrEx->Shdr.sh_info); in elLoadSections()
800 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
Delf.c352 file_ptr = load_elf32_word(&(shdr->sh_info), file_ptr, endian); in ELF_LoadSectionHeader()
Dloader_subset.c511 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) {