Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.c72 { SYMINFO_FLG_LAZYLOAD, MSG_SYMINFO_FLG_LAZYLOAD_CF }, in conv_syminfo_flags_strings()
85 { SYMINFO_FLG_LAZYLOAD, MSG_SYMINFO_FLG_LAZYLOAD_CFNP }, in conv_syminfo_flags_strings()
98 { SYMINFO_FLG_LAZYLOAD, MSG_SYMINFO_FLG_LAZYLOAD_NF }, in conv_syminfo_flags_strings()
H A Dsyminfo.msg34 @ MSG_SYMINFO_FLG_LAZYLOAD_CF "SYMINFO_FLG_LAZYLOAD" # 0x008
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c89 if (flags & SYMINFO_FLG_LAZYLOAD) { in Elf_syminfo_entry()
91 flags &= ~SYMINFO_FLG_LAZYLOAD; in Elf_syminfo_entry()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h471 #define SYMINFO_FLG_LAZYLOAD 0x0008 /* object containing defn. should be */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h820 #define SYMINFO_FLG_LAZYLOAD 0x0008 /* object containing defn should be */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1377 SYMINFO_FLG_LAZYLOAD; in update_osym()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2065 SYMINFO_FLG_LAZYLOAD | SYMINFO_FLG_DIRECTBIND)) in syminfo()