Searched refs:sh_entsize (Results 1 – 16 of 16) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | object.c | 66 s->sh_entsize = sizeof(ELF32_Symbol); // symbol entry size in object_init() 224 dest->sh_entsize = Be32(src->sh_entsize); in conv_to_big_endian_section()
|
| D | elf.h | 77 u32 sh_entsize; member
|
| D | section.c | 190 s->sh_entsize = 0; in add_section() 267 symtab->sh_size = (n + 1) * symtab->sh_entsize; in add_symbol()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf_loader.c | 327 (CurrentShdrEx->Shdr.sh_entsize); in ELi_LoadObject() 340 … (u32)(ElfHandle->SymShdr.sh_entsize * ELF32_R_SYM( ElfHandle->Rel.r_info)), sizeof(Elf32_Sym)); in ELi_LoadObject() 352 offset += (u32)(CurrentShdrEx->Shdr.sh_entsize); in ELi_LoadObject() 366 (CurrentShdrEx->Shdr.sh_entsize); in ELi_LoadObject() 379 … (u32)(ElfHandle->SymShdr.sh_entsize * ELF32_R_SYM( ElfHandle->Rela.r_info)), sizeof(Elf32_Sym)); in ELi_LoadObject() 391 offset += (u32)(CurrentShdrEx->Shdr.sh_entsize); in ELi_LoadObject()
|
| D | loader_subset.c | 154 offset = (u32)(Shdr->sh_offset) + ((Shdr->sh_entsize) * index); in ELi_GetEntry() 160 Shdr->sh_entsize); in ELi_GetEntry() 236 …num_of_rel = (RelOrRelaShdr.sh_size) / (RelOrRelaShdr.sh_entsize); //Number of symbols that sho… in ELi_RelocateSym() 237 num_of_sym = (SymShdr->sh_size) / (SymShdr->sh_entsize); //Overall symbol count in ELi_RelocateSym() 436 num_of_sym = (SymShdr->sh_size) / (SymShdr->sh_entsize); //Overall symbol count in ELi_DiscriminateGlobalSym()
|
| D | elf.h | 175 Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */ member
|
| D | elf.c | 355 file_ptr = load_elf32_word(&(shdr->sh_entsize ), file_ptr, endian);
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | loader_subset.c | 239 offset = (u32)(Shdr->sh_offset) + ((Shdr->sh_entsize) * index); in ELi_GetEntry() 245 Shdr->sh_entsize); in ELi_GetEntry() 320 *sym_table = (u32*)malloc( 4 * (SymShdr.sh_size / SymShdr.sh_entsize)); in ELi_BuildSymList() 322 num_of_sym = (SymShdr.sh_size) / (SymShdr.sh_entsize); //Overall symbol count in ELi_BuildSymList()
|
| D | elf.h | 175 …Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */ member
|
| D | elf_loader.c | 379 CurrentShdrEx->Shdr.sh_entsize = 4; in ELi_LoadObject() 567 for( j=0; j<(CurrentShdrEx->Shdr.sh_size/CurrentShdrEx->Shdr.sh_entsize); j++) { in ELi_LoadObject() 587 for( j=0; j<(CurrentShdrEx->Shdr.sh_size/CurrentShdrEx->Shdr.sh_entsize); j++) { in ELi_LoadObject()
|
| D | elf.c | 353 file_ptr = load_elf32_word(&(shdr->sh_entsize ), file_ptr, endian);
|
| D | insertsection.c | 132 CurrentShdrEx->Shdr.sh_entsize = 4;
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf_loader.c | 747 (CurrentShdrEx->Shdr.sh_entsize); in elLoadSections() 759 … (u32)(elElfDesc->SymShdr.sh_entsize * ELF32_R_SYM( elElfDesc->Rel.r_info)), sizeof(Elf32_Sym)); in elLoadSections() 769 offset += (u32)(CurrentShdrEx->Shdr.sh_entsize); in elLoadSections() 784 (CurrentShdrEx->Shdr.sh_entsize); in elLoadSections() 795 … (u32)(elElfDesc->SymShdr.sh_entsize * ELF32_R_SYM( elElfDesc->Rela.r_info)), sizeof(Elf32_Sym)); in elLoadSections() 805 offset += (u32)(CurrentShdrEx->Shdr.sh_entsize); in elLoadSections()
|
| D | loader_subset.c | 406 offset = (u32)(Shdr->sh_offset) + ((Shdr->sh_entsize) * index); in ELi_GetEntry() 412 Shdr->sh_entsize); in ELi_GetEntry() 477 …num_of_rel = (RelOrRelaShdr.sh_size) / (RelOrRelaShdr.sh_entsize); //Number of symbols that sho… in ELi_RelocateSym() 694 num_of_sym = (SymShdr->sh_size) / (SymShdr->sh_entsize); //Overall symbol count in ELi_BuildSymList()
|
| D | elf.c | 354 file_ptr = load_elf32_word(&(shdr->sh_entsize ), file_ptr, endian); in ELF_LoadSectionHeader()
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf.h | 189 …Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */ member
|