Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c237 ofl->ofl_regsymsno = STO_SPARC_REGISTER_G7 + 1; in ld_reg_enter_sparc()
240 ofl->ofl_regsymsno)) == NULL) { in ld_reg_enter_sparc()
H A Dupdate.c478 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in update_osym()
2489 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in update_odynamic()
H A Dsyms.c1670 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in ld_sym_validate()
H A Dsections.c2366 for (ndx = 0; ndx < ofl->ofl_regsymsno; ndx++) { in make_dynstr()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h301 Word ofl_regsymsno; /* symbols and array count */ member