Home
last modified time | relevance | path

Searched refs:SYMINFO_FLG_INTERPOSE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.c76 { SYMINFO_FLG_INTERPOSE, MSG_SYMINFO_FLG_INTERPOSE_CF }, in conv_syminfo_flags_strings()
89 { SYMINFO_FLG_INTERPOSE, MSG_SYMINFO_FLG_INTERPOSE_CFNP }, in conv_syminfo_flags_strings()
102 { SYMINFO_FLG_INTERPOSE, MSG_SYMINFO_FLG_INTERPOSE_NF }, in conv_syminfo_flags_strings()
H A Dsyminfo.msg46 @ MSG_SYMINFO_FLG_INTERPOSE_CF "SYMINFO_FLG_INTERPOSE" # 0x080
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c97 if (flags & SYMINFO_FLG_INTERPOSE) { in Elf_syminfo_entry()
99 flags &= ~SYMINFO_FLG_INTERPOSE; in Elf_syminfo_entry()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h479 #define SYMINFO_FLG_INTERPOSE 0x0080 /* symbol defines an interposer */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2600 if (sip->si_flags & SYMINFO_FLG_INTERPOSE) in is_sym_interposer()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1470 SYMINFO_FLG_INTERPOSE; in update_osym()