Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Delf_module.c136 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() member
479 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 …]
H A Dimage_private.h40 UINT16 e_shnum; /* Section header table entry count */ member
/reactos/sdk/include/reactos/elf/
H A Delf32.h61 Elf32_Half e_shnum; /* Number of section header entries. */ member
H A Delf64.h74 Elf64_Quarter e_shnum; /* Number of section header entries. */ member