Home
last modified time | relevance | path

Searched defs:IS_64BIT (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_util.h40 #define IS_64BIT(dbg) ((dbg)->de_flags & DW_DLC_SIZE_64 ? 1 : 0) macro
/titanic_41/usr/src/cmd/tnf/tnfdump/
H A Dcooked.c45 #define IS_64BIT(kind) ((1 << kind) & \ macro