Searched refs:ofl_regsyms (Results 1 – 5 of 5) sorted by relevance
226 if (ofl->ofl_regsyms == NULL) in ld_reg_find_sparc()229 return (ofl->ofl_regsyms[sym->st_value]); in ld_reg_find_sparc()235 if (ofl->ofl_regsyms == NULL) { in ld_reg_enter_sparc()239 if ((ofl->ofl_regsyms = libld_calloc(sizeof (Sym_desc *), in ld_reg_enter_sparc()246 ofl->ofl_regsyms[sdp->sd_sym->st_value] = sdp; in ld_reg_enter_sparc()
1667 if (ofl->ofl_regsyms) { in ld_sym_validate()1671 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL) in ld_sym_validate()1674 ofl->ofl_regsyms[ndx] = NULL; in ld_sym_validate()
475 if (ofl->ofl_regsyms && dynsym) { in update_osym()481 if ((rsdp = ofl->ofl_regsyms[ndx]) == NULL) in update_osym()2490 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL) in update_odynamic()
2363 if (ofl->ofl_regsyms) { in make_dynstr()2369 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL) in make_dynstr()
300 Sym_desc **ofl_regsyms; /* array of potential register */ member