Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/elf/
H A Delf32.h72 Elf32_Word sh_type; /* Section type. */ member
H A Delf64.h85 Elf64_Half sh_type; /* Section type. */ member
/reactos/dll/win32/dbghelp/
H A Dimage_private.h47 UINT32 sh_type; /* Section type */ member
H A Delf_module.c137 fmap->sect[ism->sidx].shdr.sh_type == ELF_SHT_NOBITS) in elf_map_section()
207 …trcmp(fmap->shstrtab + fmap->sect[i].shdr.sh_name, name) == 0 && sht == fmap->sect[i].shdr.sh_type) in elf_find_section_type()
366 UINT32 sh_type; /* Section type */ in elf_map_shdr() member
382 fmap->u.elf.sect[i].shdr.sh_type = shdr32.sh_type; in elf_map_shdr()