Home
last modified time | relevance | path

Searched refs:e_shnum (Results 1 – 13 of 13) sorted by relevance

/TwlSDK-5.1.0/build/tools/stripdebug/
Dinsertsection.c68 shdr_table = (u32*)malloc( 4 * ElfHandle->CurrentEhdr.e_shnum);
72 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) {
119 ElfHandle->CurrentEhdr.e_shnum++; //Add special section
151 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) {
162 for( j=0; j<(ElfHandle->CurrentEhdr.e_shnum - 1); j++) {
209 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) {
233 …ElfHandle->CurrentEhdr.e_shnum = section_num; /*Apply the increased section count to the ELF heade…
Delf_loader.c89 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
320 shdr_table = (u32*)malloc( 4 * ElfHandle->CurrentEhdr.e_shnum); in ELi_LoadObject()
324 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_LoadObject()
366 ElfHandle->CurrentEhdr.e_shnum++; //Add special section in ELi_LoadObject()
398 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_LoadObject()
441 for( j=0; j<(ElfHandle->CurrentEhdr.e_shnum - 1); j++) { in ELi_LoadObject()
549 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_LoadObject()
626 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_LoadObject()
661 …ElfHandle->CurrentEhdr.e_shnum = section_num; /*Apply the reduced section count to the ELF header*/ in ELi_LoadObject()
Delf.h58 Elf32_Half e_shnum; /* Number of section headers */ member
Dloader_subset.c89 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_CopyShStrToBuffer()
/TwlSDK-5.1.0/build/tools/bin2obj/
Dobject.c111 h->e_shnum = 0; // +1 each time section increases in header_init()
137 offset = h->e_shoff + h->e_shentsize * h->e_shnum; in map_section()
140 for (i = 1; i < obj->header.e_shnum; i++) in map_section()
209 dest->e_shnum = Be16(src->e_shnum); in conv_to_big_endian_header()
243 for (i = 0; i < src->header.e_shnum; i++) in conv_to_big_endian()
Delf.h39 u16 e_shnum; // Number of SectionHeaders member
Dsection.c176 n = obj->header.e_shnum; in add_section()
197 obj->header.e_shnum = n + 1; in add_section()
Doutput.c70 size = obj->header.e_shentsize * obj->header.e_shnum; in output_object()
/TwlSDK-5.1.0/build/tools/makelst/
Delf_loader.c69 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
249 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_LoadObject()
318 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_LoadObject()
405 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_LoadObject()
Delf.h58 Elf32_Half e_shnum; /* Number of section headers */ member
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf.c259 file_ptr = load_elf32_half(&(ehdr->e_shnum), file_ptr, endian); in ELF_LoadELFHeader()
260 PRINTDEBUG("e_shnum = %d\n",ehdr->e_shnum); in ELF_LoadELFHeader()
Delf_loader.c176 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
641 for( i=0; i<(elElfDesc->CurrentEhdr.e_shnum); i++) { in elLoadSections()
666 for( i=0; i<(elElfDesc->CurrentEhdr.e_shnum); i++) { in elLoadSections()
730 for( i=0; i<(elElfDesc->CurrentEhdr.e_shnum); i++) { in elLoadSections()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h67 Elf32_Half e_shnum; /* Number of section headers */ member