Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/include/
Dctf.h327 #define CTF_SIZE_TO_LSIZE_LO(size) ((uint32_t)(size)) macro
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dctf.h267 #define CTF_SIZE_TO_LSIZE_LO(s) ((uint32_t)(s)) macro
/netbsd/src/external/gpl3/gdb/dist/include/
Dctf.h399 #define CTF_SIZE_TO_LSIZE_LO(size) ((uint32_t)(size)) macro
/netbsd/src/external/gpl3/binutils/dist/include/
Dctf.h399 #define CTF_SIZE_TO_LSIZE_LO(size) ((uint32_t)(size)) macro
/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_create.c1242 dtd->dtd_data.ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(ssize); in ctf_add_member()
1653 dtd->dtd_data.ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in ctf_add_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dctfc.cc835 dtd->dtd_data.ctti_lsizelo = CTF_SIZE_TO_LSIZE_LO (size); in ctf_add_sou()
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dctf.c246 ctt->ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in write_sized_type_rec()