Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/bin2obj/
Dobject.c66 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()
Delf.h77 u32 sh_entsize; member
Dsection.c190 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/
Delf_loader.c327 (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()
Dloader_subset.c154 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()
Delf.h175 Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */ member
Delf.c355 file_ptr = load_elf32_word(&(shdr->sh_entsize ), file_ptr, endian);
/TwlSDK-5.1.0/build/tools/stripdebug/
Dloader_subset.c239 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()
Delf.h175 …Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */ member
Delf_loader.c379 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()
Delf.c353 file_ptr = load_elf32_word(&(shdr->sh_entsize ), file_ptr, endian);
Dinsertsection.c132 CurrentShdrEx->Shdr.sh_entsize = 4;
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c747 (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()
Dloader_subset.c406 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()
Delf.c354 file_ptr = load_elf32_word(&(shdr->sh_entsize ), file_ptr, endian); in ELF_LoadSectionHeader()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h189 …Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */ member