| /TwlSDK-5.5/build/tools/stripdebug/ |
| D | elf_loader.c | 382 CurrentShdrEx->Shdr.sh_link = 0; in ELi_LoadObject() 482 CurrentShdrEx->Shdr.sh_link); in ELi_LoadObject() 485 ELi_GetStrAdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, //Get symbol string in ELi_LoadObject() 492 … length = ELi_GetStrLen( ElfHandle, CurrentShdrEx->Shdr.sh_link, CurrentSymEx->Sym.st_name ) + 1; in ELi_LoadObject() 499 ELi_GetStrAdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, in ELi_LoadObject() 538 if( (CurrentShdrEx->Shdr.sh_link != SHN_UNDEF) && in ELi_LoadObject() 539 (CurrentShdrEx->Shdr.sh_link < SHN_LORESERVE)) { in ELi_LoadObject() 540 …CurrentShdrEx->Shdr.sh_link = shdr_table[CurrentShdrEx->Shdr.sh_link]; //Update string section num… in ELi_LoadObject() 571 CurrentShdrEx->Shdr.sh_link); in ELi_LoadObject() 591 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.5/build/tools/makelst/ |
| D | elf_loader.c | 337 printf( "link : %x\n", (int)(CurrentShdrEx->Shdr.sh_link)); in ELi_LoadObject() 344 ELi_GetShdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->SymShdr)); in ELi_LoadObject() 345 ELi_GetSent( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->Sym), in ELi_LoadObject() 347 … ELi_GetStrAdr( ElfHandle, ElfHandle->SymShdr.sh_link, ElfHandle->Sym.st_name, sym_str, 128); in ELi_LoadObject() 376 printf( "link : %x\n", (int)(CurrentShdrEx->Shdr.sh_link)); in ELi_LoadObject() 383 ELi_GetShdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->SymShdr)); in ELi_LoadObject() 384 ELi_GetSent( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->Sym), in ELi_LoadObject() 386 … 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.5/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.5/build/libraries/el/common/src/ |
| D | elf_loader.c | 763 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections() 769 ELi_GetShdr( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->SymShdr)); in elLoadSections() 770 ELi_GetSent( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->Sym), in elLoadSections() 772 … ELi_GetStrAdr( elElfDesc, elElfDesc->SymShdr.sh_link, elElfDesc->Sym.st_name, sym_str, 128); in elLoadSections() 799 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections() 805 ELi_GetShdr( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->SymShdr)); in elLoadSections() 806 ELi_GetSent( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->Sym), in elLoadSections() 808 … ELi_GetStrAdr( elElfDesc, elElfDesc->SymShdr.sh_link, elElfDesc->Sym.st_name, sym_str, 128); in elLoadSections()
|
| D | loader_subset.c | 516 if(ELi_BuildSymList( elElfDesc, RelOrRelaShdr.sh_link) == FALSE) in ELi_RelocateSym() 520 PRINTDEBUG( "SymShdr->link:%02x, SymShdr->info:%02x\n", SymShdr->sh_link, SymShdr->sh_info); in ELi_RelocateSym() 552 … ELi_GetStrAdr( elElfDesc, SymShdr->sh_link, CurrentSymEx->Sym.st_name, sym_str, 128); in ELi_RelocateSym() 674 ELi_GetStrAdr( elElfDesc, SymShdr.sh_link, CurrentSymEx->Sym.st_name, sym_str, 128); in ELi_GoPublicGlobalSym() 1125 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.5/build/libraries/el/common/include/ |
| D | elf.h | 186 Elf32_Word sh_link; /* The meaning of this value changes with sh_type */ member
|