Searched refs:ld_sym_find (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 249 if ((sdp = ld_sym_find(str, SYM_NOHASH, NULL, ofl)) != NULL) { in ld_sym_nodirect() 294 ld_sym_find(const char *name, Word hash, avl_index_t *where, Ofl_desc *ofl) in ld_sym_find() function 684 if (usdp = ld_sym_find(uname, hash, &where, ofl)) { in sym_add_spec() 768 if (name && (sdp = ld_sym_find(name, SYM_NOHASH, NULL, ofl)) && in sym_add_spec() 956 if ((bsdp = ld_sym_find(symn, SYM_NOHASH, NULL, ofl)) != NULL) { in sym_add_bounds() 1074 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), in ld_sym_spec() 1136 if ((sdp = ld_sym_find(name, hash, &where, ofl)) != NULL) in sym_cap_vis() 1381 if (((sdp = ld_sym_find(special[i], in ld_sym_validate() 1855 if ((sdp = ld_sym_find(ofl->ofl_entry, SYM_NOHASH, in ld_sym_validate() 1866 } else if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_START), in ld_sym_validate() [all …]
|
H A D | _libld.h | 747 #define ld_sym_find ld64_sym_find macro 846 #define ld_sym_find ld32_sym_find macro 990 extern Sym_desc *ld_sym_find(const char *, Word, avl_index_t *,
|
H A D | map_support.c | 474 if ((sdp = ld_sym_find(symname, SYM_NOHASH, &where, ofl)) == NULL) { in ld_map_seg_size_symbol() 1104 if ((sdp = ld_sym_find(ms->ms_name, hash, &where, ofl)) == NULL) { in ld_map_sym_enter()
|
H A D | machrel.sparc.c | 2093 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL), SYM_NOHASH, in ld_allocate_got() 2096 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), SYM_NOHASH, in ld_allocate_got() 2116 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U), in ld_fillin_gotplt()
|
H A D | libs.c | 513 if ((sdp = ld_sym_find(arsym->as_name, in ar_extract_bysym()
|
H A D | update.c | 923 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), SYM_NOHASH, 0, in update_osym() 935 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), SYM_NOHASH, 0, in update_osym() 2222 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), in update_odynamic() 2230 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), in update_odynamic() 2718 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl); in update_overdef() 3767 if ((asdp = ld_sym_find(ma->ass_alias, SYM_NOHASH, in check_mapfile_assertions()
|
H A D | relocate.c | 2037 nsdp = ld_sym_find(sdp->sd_name, SYM_NOHASH, NULL, ofl); in process_reld() 2493 ((((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL), in ld_reloc_init() 2495 ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), in ld_reloc_init()
|
H A D | version.c | 250 if (sdp = ld_sym_find(name, vdp->vd_hash, &where, ofl)) { in ld_vers_check_defs()
|
H A D | sections.c | 1065 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), in make_dynamic() 1072 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), in make_dynamic()
|
H A D | machrel.amd.c | 1494 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U), in ld_fillin_gotplt()
|
H A D | machrel.intel.c | 1502 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U), in ld_fillin_gotplt()
|