Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.c73 { SYMINFO_FLG_DIRECTBIND, MSG_SYMINFO_FLG_DIRECTBIND_CF }, in conv_syminfo_flags_strings()
86 { SYMINFO_FLG_DIRECTBIND, MSG_SYMINFO_FLG_DIRECTBIND_CFNP }, in conv_syminfo_flags_strings()
99 { SYMINFO_FLG_DIRECTBIND, MSG_SYMINFO_FLG_DIRECTBIND_NF }, in conv_syminfo_flags_strings()
H A Dsyminfo.msg37 @ MSG_SYMINFO_FLG_DIRECTBIND_CF "SYMINFO_FLG_DIRECTBIND" # 0x010
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c81 if (flags & SYMINFO_FLG_DIRECTBIND) { in Elf_syminfo_entry()
83 flags &= ~SYMINFO_FLG_DIRECTBIND; in Elf_syminfo_entry()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h473 #define SYMINFO_FLG_DIRECTBIND 0x0010 /* ref should be bound directly to */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h822 #define SYMINFO_FLG_DIRECTBIND 0x0010 /* ref should be bound directly to */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1397 SYMINFO_FLG_DIRECTBIND; in update_osym()
1420 SYMINFO_FLG_DIRECTBIND; in update_osym()
1494 SYMINFO_FLG_DIRECTBIND; in update_osym()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3018 (sip->si_flags & SYMINFO_FLG_DIRECTBIND))) { in _lookup_sym()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2065 SYMINFO_FLG_LAZYLOAD | SYMINFO_FLG_DIRECTBIND)) in syminfo()