Home
last modified time | relevance | path

Searched refs:ld_sym_add_u (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A D_libld.h748 #define ld_sym_add_u ld64_sym_add_u macro
846 #define ld_sym_add_u ld32_sym_add_u macro
988 extern Sym_desc *ld_sym_add_u(const char *, Ofl_desc *, Msg);
H A Dargs.c1782 if (ld_sym_add_u(optarg, ofl, in parseopt_pass2()
1839 if (((sdp = ld_sym_add_u(optarg + in parseopt_pass2()
1849 if (((sdp = ld_sym_add_u(optarg + in parseopt_pass2()
1859 if (((sdp = ld_sym_add_u(optarg + in parseopt_pass2()
1869 if (((sdp = ld_sym_add_u(optarg + in parseopt_pass2()
1879 if ((sdp = ld_sym_add_u(optarg + in parseopt_pass2()
H A Dmachrel.intel.c1374 if ((tlsgetsym = ld_sym_add_u(MSG_ORIG(MSG_SYM_TLSGETADDR_UU), in ld_reloc_TLS()
H A Dmachrel.sparc.c1819 if ((tlsgetsym = ld_sym_add_u(MSG_ORIG(MSG_SYM_TLSGETADDR_U), in ld_reloc_TLS()
H A Dsyms.c3018 ld_sym_add_u(const char *name, Ofl_desc *ofl, Msg mid) in ld_sym_add_u() function