| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | elf_loader.c | 376 CurrentShdrEx->Shdr.sh_link = 0; in ELi_LoadObject() 476 CurrentShdrEx->Shdr.sh_link); in ELi_LoadObject() 479 ELi_GetStrAdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, //Get symbol string in ELi_LoadObject() 486 … length = ELi_GetStrLen( ElfHandle, CurrentShdrEx->Shdr.sh_link, CurrentSymEx->Sym.st_name ) + 1; in ELi_LoadObject() 493 ELi_GetStrAdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, in ELi_LoadObject() 532 if( (CurrentShdrEx->Shdr.sh_link != SHN_UNDEF) && in ELi_LoadObject() 533 (CurrentShdrEx->Shdr.sh_link < SHN_LORESERVE)) { in ELi_LoadObject() 534 …CurrentShdrEx->Shdr.sh_link = shdr_table[CurrentShdrEx->Shdr.sh_link]; //Update string section num… in ELi_LoadObject() 565 CurrentShdrEx->Shdr.sh_link); in ELi_LoadObject() 585 CurrentShdrEx->Shdr.sh_link); in ELi_LoadObject() [all …]
|
| D | elf.h | 172 Elf32_Word sh_link; /* The meaning of this value changes with sh_type */ member
|
| D | elf.c | 350 file_ptr = load_elf32_word(&(shdr->sh_link), file_ptr, endian);
|
| D | insertsection.c | 129 CurrentShdrEx->Shdr.sh_link = 0;
|
| D | loader_subset.c | 509 ELi_GetStrAdr( ElfHandle, SymShdr->sh_link, CurrentSymEx->Sym.st_name, str_adr, 3); in ELi_CodeIsThumb()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf_loader.c | 331 printf( "link : %x\n", (int)(CurrentShdrEx->Shdr.sh_link)); in ELi_LoadObject() 338 ELi_GetShdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->SymShdr)); in ELi_LoadObject() 339 ELi_GetSent( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->Sym), in ELi_LoadObject() 341 … ELi_GetStrAdr( ElfHandle, ElfHandle->SymShdr.sh_link, ElfHandle->Sym.st_name, sym_str, 128); in ELi_LoadObject() 370 printf( "link : %x\n", (int)(CurrentShdrEx->Shdr.sh_link)); in ELi_LoadObject() 377 ELi_GetShdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->SymShdr)); in ELi_LoadObject() 378 ELi_GetSent( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->Sym), in ELi_LoadObject() 380 … ELi_GetStrAdr( ElfHandle, ElfHandle->SymShdr.sh_link, ElfHandle->Sym.st_name, sym_str, 128); in ELi_LoadObject()
|
| D | loader_subset.c | 226 ELi_GetShdr( ElfHandle, RelOrRelaShdr.sh_link, &(ElfHandle->SymShdr)); in ELi_RelocateSym() 230 (int)(SymShdr->sh_link), (int)(SymShdr->sh_info)); in ELi_RelocateSym() 304 … ELi_GetStrAdr( ElfHandle, SymShdr->sh_link, CurrentSymEx->Sym.st_name, sym_str, 128); in ELi_RelocateSym() 369 ELi_GetStrAdr( ElfHandle, SymShdr->sh_link, CurrentSymEx->Sym.st_name, sym_str, 128); in ELi_RelocateSym() 486 ELi_GetStrAdr( ElfHandle, SymShdr->sh_link, CurrentSymEx->Sym.st_name, sym_str, 128); in ELi_DiscriminateGlobalSym() 722 ELi_GetStrAdr( ElfHandle, SymShdr->sh_link, CurrentSymEx->Sym.st_name, str_adr, 3); in ELi_CodeIsThumb()
|
| D | elf.h | 172 Elf32_Word sh_link; /* The meaning of this value changes with sh_type */ member
|
| D | elf.c | 352 file_ptr = load_elf32_word(&(shdr->sh_link), file_ptr, endian);
|
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | object.c | 64 s->sh_link = obj->symbol_name_index; // symbol name table link in object_init() 221 dest->sh_link = Be32(src->sh_link); in conv_to_big_endian_section()
|
| D | elf.h | 74 u32 sh_link; member
|
| D | section.c | 187 s->sh_link = 0; in add_section()
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf_loader.c | 751 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections() 757 ELi_GetShdr( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->SymShdr)); in elLoadSections() 758 ELi_GetSent( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->Sym), in elLoadSections() 760 … ELi_GetStrAdr( elElfDesc, elElfDesc->SymShdr.sh_link, elElfDesc->Sym.st_name, sym_str, 128); in elLoadSections() 787 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections() 793 ELi_GetShdr( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->SymShdr)); in elLoadSections() 794 ELi_GetSent( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->Sym), in elLoadSections() 796 … ELi_GetStrAdr( elElfDesc, elElfDesc->SymShdr.sh_link, elElfDesc->Sym.st_name, sym_str, 128); in elLoadSections()
|
| D | loader_subset.c | 480 if(ELi_BuildSymList( elElfDesc, RelOrRelaShdr.sh_link) == FALSE) in ELi_RelocateSym() 484 PRINTDEBUG( "SymShdr->link:%02x, SymShdr->info:%02x\n", SymShdr->sh_link, SymShdr->sh_info); in ELi_RelocateSym() 516 … ELi_GetStrAdr( elElfDesc, SymShdr->sh_link, CurrentSymEx->Sym.st_name, sym_str, 128); in ELi_RelocateSym() 638 ELi_GetStrAdr( elElfDesc, SymShdr.sh_link, CurrentSymEx->Sym.st_name, sym_str, 128); in ELi_GoPublicGlobalSym() 1089 ELi_GetStrAdr( elElfDesc, SymShdr->sh_link, CurrentSymEx->Sym.st_name, str_adr, 3);
|
| D | elf.c | 351 file_ptr = load_elf32_word(&(shdr->sh_link), file_ptr, endian); in ELF_LoadSectionHeader()
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf.h | 186 Elf32_Word sh_link; /* The meaning of this value changes with sh_type */ member
|