Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c237 ofl->ofl_regsymsno = STO_SPARC_REGISTER_G7 + 1; in ld_reg_enter_sparc()
239 if ((ofl->ofl_regsyms = libld_calloc(ofl->ofl_regsymsno, in ld_reg_enter_sparc()
H A Dupdate.c484 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in update_osym()
2555 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in update_odynamic()
H A Dsections.c2395 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in make_dynstr()
H A Dsyms.c1807 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in ld_sym_validate()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h303 Word ofl_regsymsno; /* symbols and array count */ member