Home
last modified time | relevance | path

Searched refs:ofl_relocrelcnt (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h352 Word ofl_relocrelcnt; /* tot number of relative */ member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c391 ofl->ofl_relocrelcnt--; in ignore_section_processing()
1182 if ((flags & FLG_OF_COMREL) && ofl->ofl_relocrelcnt) in make_dynamic()
H A Dmachrel.amd.c1214 ofl->ofl_relocrelcnt++; in ld_add_outrel()
H A Dmachrel.intel.c1215 ofl->ofl_relocrelcnt++; in ld_add_outrel()
H A Dmachrel.sparc.c1534 ofl->ofl_relocrelcnt++; in ld_add_outrel()
H A Dupdate.c2430 if ((flags & FLG_OF_COMREL) && ofl->ofl_relocrelcnt) { in update_odynamic()
2432 dyn->d_un.d_val = ofl->ofl_relocrelcnt; in update_odynamic()