Home
last modified time | relevance | path

Searched refs:sh_size (Results 1 – 17 of 17) sorted by relevance

/TwlSDK-5.1.0/build/tools/stripdebug/
Dloader_subset.c67 SymStrShdrEx->Shdr.sh_size = SymStrShdrEx->str_table_size; in ELi_CopySymStrToBuffer()
101 Shdr->sh_size = total_size; in ELi_CopyShStrToBuffer()
145 Elf32_Addr sh_size; in ELi_CopySectionToBuffer() local
152 sh_size = Shdr->sh_size; in ELi_CopySectionToBuffer()
159 sh_size); in ELi_CopySectionToBuffer()
162 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_CopySectionToBuffer()
176 Elf32_Addr sh_size; in ELi_AllocSectionToBuffer() local
182 sh_size = Shdr->sh_size; in ELi_AllocSectionToBuffer()
185 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_AllocSectionToBuffer()
188 memset( (void*)load_start, 0, sh_size); in ELi_AllocSectionToBuffer()
[all …]
Dinsertsection.c114 special_sect_name = CurrentShdrEx->Shdr.sh_size;
128 …CurrentShdrEx->Shdr.sh_size = (stripped_section_num)*4; //(ElfHandle->CurrentEhdr.e_shnum)*4; (Whe…
159 u32 sh_size = CurrentShdrEx->Shdr.sh_size; local
167 …memcpy( (u32*)load_start, reverse_shdr_table, sh_size); //Copy new/old section correspondence table
170 ElfHandle->buf_current = (void*)(load_start + sh_size);
186 CurrentShdrEx->Shdr.sh_size += (strlen( SPECIAL_SECTION_NAME) + 1);
Delf_loader.c375 …CurrentShdrEx->Shdr.sh_size = (section_num - 1)*4; //(ElfHandle- >CurrentEhdr.e_shnum)*4; (When ol… in ELi_LoadObject()
438 u32 sh_size = CurrentShdrEx->Shdr.sh_size; in ELi_LoadObject()
446 …memcpy( (u32*)load_start, reverse_shdr_table, sh_size); //Copy new/old section correspondence table in ELi_LoadObject()
449 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_LoadObject()
536 CurrentShdrEx->Shdr.sh_size = symbol_num * sizeof( Elf32_Sym); 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.h171 Elf32_Word sh_size; /* Size in bytes */ member
Delf.c349 file_ptr = load_elf32_word(&(shdr->sh_size), file_ptr, endian);
/TwlSDK-5.1.0/build/tools/bin2obj/
Doutput.c80 size = obj->section[n].sh_size; in output_object()
90 size = obj->section[n].sh_size; in output_object()
100 size = obj->section[n].sh_size; in output_object()
112 size = obj->section[n].sh_size; in output_object()
Dsection.c152 obj->section[obj->header.e_shstrndx].sh_size = obj->section_name.size; in add_section_name()
186 s->sh_size = size; in add_section()
223 obj->section[obj->symbol_name_index].sh_size = obj->symbol_name.size; in add_symbol_name()
267 symtab->sh_size = (n + 1) * symtab->sh_entsize; in add_symbol()
Dobject.c144 offset = s->sh_offset + s->sh_size; in map_section()
220 dest->sh_size = Be32(src->sh_size); in conv_to_big_endian_section()
248 n = src->section[src->symbol_index].sh_size / sizeof(src->symbol[0]); in conv_to_big_endian()
Delf.h73 u32 sh_size; member
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c154 Elf32_Addr sh_size; in ELi_CopyVeneerToBuffer() local
176 sh_size = 12;//el_veneer in ELi_CopyVeneerToBuffer()
180 OSAPI_CPUCOPY8( el_veneer, (u32*)load_start, sh_size); in ELi_CopyVeneerToBuffer()
186 MYObject->buf_current = (void*)(load_start + sh_size); in ELi_CopyVeneerToBuffer()
214 Elf32_Addr sh_size; in ELi_CopyV4tVeneerToBuffer() local
235 sh_size = 20;//el_veneer_t in ELi_CopyV4tVeneerToBuffer()
239 OSAPI_CPUCOPY8( el_veneer_t, (u32*)load_start, sh_size); in ELi_CopyV4tVeneerToBuffer()
245 MYObject->buf_current = (void*)(load_start + sh_size); in ELi_CopyV4tVeneerToBuffer()
293 Elf32_Addr sh_size; in ELi_CopySectionToBuffer() local
298 sh_size = Shdr->sh_size; in ELi_CopySectionToBuffer()
[all …]
Delf.c350 file_ptr = load_elf32_word(&(shdr->sh_size), file_ptr, endian); in ELF_LoadSectionHeader()
Delf_loader.c746 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in elLoadSections()
783 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in elLoadSections()
/TwlSDK-5.1.0/build/tools/makelst/
Dloader_subset.c61 Elf32_Addr sh_size; in ELi_CopySectionToBuffer() local
67 sh_size = Shdr->sh_size; in ELi_CopySectionToBuffer()
74 sh_size); in ELi_CopySectionToBuffer()
77 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_CopySectionToBuffer()
91 Elf32_Addr sh_size; in ELi_AllocSectionToBuffer() local
97 sh_size = Shdr->sh_size; in ELi_AllocSectionToBuffer()
100 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_AllocSectionToBuffer()
103 memset( (void*)load_start, 0, sh_size); in ELi_AllocSectionToBuffer()
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()
[all …]
Delf.h171 Elf32_Word sh_size; /* Size in bytes */ member
Delf.c351 file_ptr = load_elf32_word(&(shdr->sh_size), file_ptr, endian);
Delf_loader.c326 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in ELi_LoadObject()
365 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in ELi_LoadObject()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h185 Elf32_Word sh_size; /* Size in bytes */ member