Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c226 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(ofl->ofl_regsymsno, in ld_reg_enter_sparc()
246 ofl->ofl_regsyms[sdp->sd_sym->st_value] = sdp; in ld_reg_enter_sparc()
H A Dsyms.c1804 if (ofl->ofl_regsyms) { in ld_sym_validate()
1808 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL) in ld_sym_validate()
1811 ofl->ofl_regsyms[ndx] = NULL; in ld_sym_validate()
H A Dsections.c2392 if (ofl->ofl_regsyms) { in make_dynstr()
2398 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL) in make_dynstr()
H A Dupdate.c481 if (ofl->ofl_regsyms && dynsym) { in update_osym()
487 if ((rsdp = ofl->ofl_regsyms[ndx]) == NULL) in update_osym()
2556 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL) in update_odynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h302 Sym_desc **ofl_regsyms; /* array of potential register */ member