Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dctf.h174 #define CTF_SIZE_TO_LSIZE_LO(s) ((uint32_t)(s)) macro
/openbsd/usr.bin/ctfconv/
H A Dgenerate.c220 ctt.ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in imcs_add_type()