Home
last modified time | relevance | path

Searched refs:SYMINFO_FLG_DIRECT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.c69 { SYMINFO_FLG_DIRECT, MSG_SYMINFO_FLG_DIRECT_CF }, in conv_syminfo_flags_strings()
82 { SYMINFO_FLG_DIRECT, MSG_SYMINFO_FLG_DIRECT_CFNP }, in conv_syminfo_flags_strings()
95 { SYMINFO_FLG_DIRECT, MSG_SYMINFO_FLG_DIRECT_NF }, in conv_syminfo_flags_strings()
H A Dsyminfo.msg25 @ MSG_SYMINFO_FLG_DIRECT_CF "SYMINFO_FLG_DIRECT" # 0x001
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c54 if (flags & SYMINFO_FLG_DIRECT) { in Elf_syminfo_entry()
64 flags &= ~SYMINFO_FLG_DIRECT; in Elf_syminfo_entry()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h465 #define SYMINFO_FLG_DIRECT 0x0001 /* symbol ref has direct association */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h816 #define SYMINFO_FLG_DIRECT 0x0001 /* symbol ref has direct association */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1370 syminfo[ndx].si_flags |= SYMINFO_FLG_DIRECT; in update_osym()
1416 syminfo[ndx].si_flags |= SYMINFO_FLG_DIRECT; in update_osym()
1490 SYMINFO_FLG_DIRECT; in update_osym()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1289 if ((sip->si_flags & SYMINFO_FLG_DIRECT) && in dlsym_core()
H A Danalyze.c2996 if (sip->si_flags & SYMINFO_FLG_DIRECT) { in _lookup_sym()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2064 else if (info->si_flags & (SYMINFO_FLG_DIRECT | in syminfo()