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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c226 if (ofl->ofl_regsyms == NULL)
229 return (ofl->ofl_regsyms[sym->st_value]);
235 if (ofl->ofl_regsyms == NULL) {
239 if ((ofl->ofl_regsyms = libld_calloc(sizeof (Sym_desc *),
246 ofl->ofl_regsyms[sdp->sd_sym->st_value] = sdp;
H A Dsyms.c1667 if (ofl->ofl_regsyms) {
1671 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL)
1674 ofl->ofl_regsyms[ndx] = NULL;
H A Dsections.c2356 if (ofl->ofl_regsyms) {
2362 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL)
H A Dupdate.c475 if (ofl->ofl_regsyms && dynsym) {
481 if ((rsdp = ofl->ofl_regsyms[ndx]) == NULL)
2490 if ((sdp = ofl->ofl_regsyms[ndx]) == NULL)
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h300 Sym_desc **ofl_regsyms; /* array of potential register */ member in struct:ofl_desc

Completed in 133 milliseconds