Home
last modified time | relevance | path

Searched refs:de_flags (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dpro_util.h40 #define IS_64BIT(dbg) ((dbg)->de_flags & DW_DLC_SIZE_64 ? 1 : 0)
41 #define ISA_IA64(dbg) ((dbg)->de_flags & DW_DLC_ISA_IA64 ? 1 : 0)
H A Dpro_reloc.c220 if (dbg->de_flags & DW_DLC_SYMBOLIC_RELOCATIONS) { in dwarf_get_relocation_info_count()
246 if (dbg->de_flags & DW_DLC_SYMBOLIC_RELOCATIONS) { in dwarf_get_relocation_info()
H A Dpro_init.c136 dbg->de_flags = flags; in common_init()
H A Dpro_opaque.h334 Dwarf_Unsigned de_flags; member
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_dispatch.c47 uint_t de_flags; /* flags */ member
120 if ((de->de_flags & NLM_DISP_NOREMOTE) && in nlm_dispatch()