Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c859 else if ((ofl->ofl_osfiniarray == NULL) && (shtype == SHT_FINI_ARRAY)) in make_array()
860 ofl->ofl_osfiniarray = osp; in make_array()
1188 if (ofl->ofl_osfiniarray) /* DT_FINI_ARRAY */ in make_dynamic()
H A Dfiles.c1707 (ofl->ofl_osfiniarray == NULL)) in array_process()
1708 ofl->ofl_osfiniarray = osp; in array_process()
H A Dupdate.c2445 if (ofl->ofl_osfiniarray) { in update_odynamic()
2446 shdr = ofl->ofl_osfiniarray->os_shdr; in update_odynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h371 Os_desc *ofl_osfiniarray; /* .fini_array output section */ member