Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h470 #define SYMINFO_FLG_DIRECTBIND 0x0010 /* ref should be bound directly to */ macro
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1344 SYMINFO_FLG_DIRECTBIND; in update_osym()
1367 SYMINFO_FLG_DIRECTBIND; in update_osym()
1441 SYMINFO_FLG_DIRECTBIND; in update_osym()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3026 (sip->si_flags & SYMINFO_FLG_DIRECTBIND))) { in _lookup_sym()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1990 SYMINFO_FLG_LAZYLOAD | SYMINFO_FLG_DIRECTBIND)) in syminfo()