Searched refs:CTF_SIZE_TO_LSIZE_LO (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/sys/ | ||
H A D | ctf.h | 174 #define CTF_SIZE_TO_LSIZE_LO(s) ((uint32_t)(s)) macro |
/openbsd/usr.bin/ctfconv/ | ||
H A D | generate.c | 220 ctt.ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in imcs_add_type() |