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 | 246 if ((sdp = ld_sym_find(str, SYM_NOHASH, NULL, ofl)) != NULL) { 291 ld_sym_find(const char *name, Word hash, avl_index_t *where, Ofl_desc *ofl) function 387 * If a previous ld_sym_find() hasn't initialized 'where' do it 646 if (usdp = ld_sym_find(uname, hash, &where, ofl)) { 729 if (name && (sdp = ld_sym_find(name, SYM_NOHASH, NULL, ofl)) && 941 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), 1000 if ((sdp = ld_sym_find(name, hash, &where, ofl)) != NULL) 1245 if (((sdp = ld_sym_find(special[i], 1718 if ((sdp = ld_sym_find(ofl->ofl_entry, SYM_NOHASH, 1729 } else if (((sdp = ld_sym_find(MSG_ORI [all...] |
H A D | _libld.h | 753 #define ld_sym_find ld64_sym_find macro 851 #define ld_sym_find ld32_sym_find macro 994 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) { 1104 if ((sdp = ld_sym_find(ms->ms_name, hash, &where, ofl)) == NULL) {
|
H A D | machrel.sparc.c | 2059 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL), SYM_NOHASH, 2062 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), SYM_NOHASH, 2082 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U),
|
H A D | libs.c | 246 * ld_sym_find()'s), and to hold the `Ar_mem' pointer. The `Ar_mem' element 512 if ((sdp = ld_sym_find(arsym->as_name,
|
H A D | update.c | 915 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), SYM_NOHASH, 0, 927 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), SYM_NOHASH, 0, 2156 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), 2164 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), 2646 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl);
|
H A D | relocate.c | 2037 nsdp = ld_sym_find(sdp->sd_name, SYM_NOHASH, NULL, ofl); 2493 ((((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL), 2495 ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U),
|
H A D | version.c | 250 if (sdp = ld_sym_find(name, vdp->vd_hash, &where, ofl)) {
|
H A D | sections.c | 1062 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), 1069 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U),
|
H A D | machrel.amd.c | 1467 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U),
|
H A D | machrel.intel.c | 1460 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U),
|
Completed in 124 milliseconds