Home
last modified time | relevance | path

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

/openbsd/src/include/
Dlink.h118 #define HH_MAGIC 011421044151 macro
130 #define HH_BADMAG(hdr) ((hdr).hh_magic != HH_MAGIC)
/openbsd/src/libexec/ld.so/ldconfig/
Dldconfig.c314 hdr.hh_magic = HH_MAGIC; in buildhints()