Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h277 uint32_t ctf_parmax; /* Highest type ID of a parent type. */ member
325 #define LCTF_TYPE_ISPARENT(fp, id) ((id) <= fp->ctf_parmax)
326 #define LCTF_TYPE_ISCHILD(fp, id) ((id) > fp->ctf_parmax)
327 #define LCTF_TYPE_TO_INDEX(fp, id) ((id) & (fp->ctf_parmax))
328 #define LCTF_INDEX_TO_TYPE(fp, id, child) (child ? ((id) | (fp->ctf_parmax+1)) : \
H A Dctf-open.c635 fp->ctf_parmax = CTF_MAX_PTYPE_V1; in upgrade_types()
1499 fp->ctf_parmax = CTF_MAX_PTYPE; in ctf_bufopen_internal()