Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.c71 { SYMINFO_FLG_COPY, MSG_SYMINFO_FLG_COPY_CF }, in conv_syminfo_flags_strings()
84 { SYMINFO_FLG_COPY, MSG_SYMINFO_FLG_COPY_CFNP }, in conv_syminfo_flags_strings()
97 { SYMINFO_FLG_COPY, MSG_SYMINFO_FLG_COPY_NF }, in conv_syminfo_flags_strings()
H A Dsyminfo.msg31 @ MSG_SYMINFO_FLG_COPY_CF "SYMINFO_FLG_COPY" # 0x004
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c85 if (flags & SYMINFO_FLG_COPY) { in Elf_syminfo_entry()
87 flags &= ~SYMINFO_FLG_COPY; in Elf_syminfo_entry()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h470 #define SYMINFO_FLG_COPY 0x0004 /* symbol is a copy-reloc */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h819 #define SYMINFO_FLG_COPY 0x0004 /* symbol is a copy-reloc */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2808 (sip->si_flags & SYMINFO_FLG_COPY)) { in lookup_sym_direct()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1351 syminfo[ndx].si_flags |= SYMINFO_FLG_COPY; in update_osym()