Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h467 #define SYMINFO_FLG_COPY 0x0004 /* symbol is a copy-reloc */ macro
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2818 (sip->si_flags & SYMINFO_FLG_COPY)) { in lookup_sym_direct()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1298 syminfo[ndx].si_flags |= SYMINFO_FLG_COPY; in update_osym()