| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | loader_subset.c | 67 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 …]
|
| D | insertsection.c | 114 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);
|
| D | elf_loader.c | 375 …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()
|
| D | elf.h | 171 Elf32_Word sh_size; /* Size in bytes */ member
|
| D | elf.c | 349 file_ptr = load_elf32_word(&(shdr->sh_size), file_ptr, endian);
|
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | output.c | 80 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()
|
| D | section.c | 152 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()
|
| D | object.c | 144 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()
|
| D | elf.h | 73 u32 sh_size; member
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | loader_subset.c | 154 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 …]
|
| D | elf.c | 350 file_ptr = load_elf32_word(&(shdr->sh_size), file_ptr, endian); in ELF_LoadSectionHeader()
|
| D | elf_loader.c | 746 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/ |
| D | loader_subset.c | 61 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 …]
|
| D | elf.h | 171 Elf32_Word sh_size; /* Size in bytes */ member
|
| D | elf.c | 351 file_ptr = load_elf32_word(&(shdr->sh_size), file_ptr, endian);
|
| D | elf_loader.c | 326 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/ |
| D | elf.h | 185 Elf32_Word sh_size; /* Size in bytes */ member
|