Searched refs:e_shnum (Results 1 – 13 of 13) sorted by relevance
68 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 section151 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…
89 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()
58 Elf32_Half e_shnum; /* Number of section headers */ member
89 for( i=0; i<(ElfHandle->CurrentEhdr.e_shnum); i++) { in ELi_CopyShStrToBuffer()
111 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()
39 u16 e_shnum; // Number of SectionHeaders member
176 n = obj->header.e_shnum; in add_section()197 obj->header.e_shnum = n + 1; in add_section()
70 size = obj->header.e_shentsize * obj->header.e_shnum; in output_object()
69 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()
259 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()
176 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()
67 Elf32_Half e_shnum; /* Number of section headers */ member