Home
last modified time | relevance | path

Searched refs:SYMINFO_FLG_FILTER (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.c70 { SYMINFO_FLG_FILTER, MSG_SYMINFO_FLG_FILTER_CF }, in conv_syminfo_flags_strings()
83 { SYMINFO_FLG_FILTER, MSG_SYMINFO_FLG_FILTER_CFNP }, in conv_syminfo_flags_strings()
96 { SYMINFO_FLG_FILTER, MSG_SYMINFO_FLG_FILTER_NF }, in conv_syminfo_flags_strings()
H A Dsyminfo.msg28 @ MSG_SYMINFO_FLG_FILTER_CF "SYMINFO_FLG_FILTER" # 0x002
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c66 } else if (flags & SYMINFO_FLG_FILTER) { in Elf_syminfo_entry()
69 flags &= ~SYMINFO_FLG_FILTER; in Elf_syminfo_entry()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h467 #define SYMINFO_FLG_FILTER 0x0002 /* symbol ref is associated to a */ macro
469 #define SYMINFO_FLG_PASSTHRU SYMINFO_FLG_FILTER /* unused obsolete name */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1553 if ((sip->si_flags & SYMINFO_FLG_FILTER) &&
1557 if ((sip->si_flags & SYMINFO_FLG_FILTER) ||
1580 if (sip->si_flags & SYMINFO_FLG_FILTER)
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h826 #define SYMINFO_FLG_FILTER 0x0002 /* symbol ref is associated to a */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1428 syminfo[ndx].si_flags |= SYMINFO_FLG_FILTER; in update_osym()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2060 if (info->si_flags & SYMINFO_FLG_FILTER) in syminfo()