Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/include/
H A Dctf.h443 #define CTF_FP_BITS(data) (((data) & 0x0000ffff)) macro
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-types.c780 ep->cte_bits = CTF_FP_BITS (data); in ctf_type_encoding()