Home
last modified time | relevance | path

Searched refs:shtype (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec_multiboot1.c73 uint64_t shtype, shaddr, shsize, shoffset; in ksyms_addr_set() local
78 shtype = shdrp64->sh_type; in ksyms_addr_set()
85 shtype = shdrp32->sh_type; in ksyms_addr_set()
95 if (shtype != SHT_SYMTAB && shtype != SHT_STRTAB) in ksyms_addr_set()
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ehdr.c55 uint32_t shtype; in _libelf_load_extended() local
95 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()