Home
last modified time | relevance | path

Searched refs:ofl_osfiniarray (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dsections.c856 else if ((ofl->ofl_osfiniarray == NULL) && (shtype == SHT_FINI_ARRAY)) in make_array()
857 ofl->ofl_osfiniarray = osp; in make_array()
1185 if (ofl->ofl_osfiniarray) /* DT_FINI_ARRAY */ in make_dynamic()
H A Dfiles.c1666 (ofl->ofl_osfiniarray == NULL)) in array_process()
1667 ofl->ofl_osfiniarray = osp; in array_process()
H A Dupdate.c2379 if (ofl->ofl_osfiniarray) { in update_odynamic()
2380 shdr = ofl->ofl_osfiniarray->os_shdr; in update_odynamic()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h369 Os_desc *ofl_osfiniarray; /* .fini_array output section */ member