Searched refs:e_shnum (Results 1 – 4 of 4) sorted by relevance
136 if (ism->sidx < 0 || ism->sidx >= ism->fmap->u.elf.elfhdr.e_shnum || in elf_map_section()179 for (i = 0; i < fmap->elfhdr.e_shnum; i++) in elf_find_section()205 for (i = 0; i < fmap->elfhdr.e_shnum; i++) in elf_find_section_type()230 if (ism->sidx >= 0 && ism->sidx < fmap->elfhdr.e_shnum && !fmap->target_copy && in elf_unmap_section()260 if (ism->sidx < 0 || ism->sidx >= ism->fmap->u.elf.elfhdr.e_shnum) in elf_get_map_rva()272 if (ism->sidx < 0 || ism->sidx >= ism->fmap->u.elf.elfhdr.e_shnum) in elf_get_map_size()288 for (ism.sidx = 0; ism.sidx < fmap->u.elf.elfhdr.e_shnum; ism.sidx++) in elf_unmap_file()460 UINT16 e_shnum; /* Section header table entry count */ in elf_map_file() member479 fmap->u.elf.elfhdr.e_shnum = elfhdr32.e_shnum; in elf_map_file()489 fmap->u.elf.elfhdr.e_shnum * sizeof(fmap->u.elf.sect[0])); in elf_map_file()[all …]
40 UINT16 e_shnum; /* Section header table entry count */ member
61 Elf32_Half e_shnum; /* Number of section header entries. */ member
74 Elf64_Quarter e_shnum; /* Number of section header entries. */ member