HomeSort by: relevance | last modified time | path
    Searched defs:shtype (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 73 uint64_t shtype, shaddr, shsize, shoffset; local in function:ksyms_addr_set
78 shtype = shdrp64->sh_type;
85 shtype = shdrp32->sh_type;
95 if (shtype != SHT_SYMTAB && shtype != SHT_STRTAB)

Completed in 11 milliseconds