Searched refs:ofl_osfiniarray (Results 1 – 4 of 4) sorted by relevance
856 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()
1666 (ofl->ofl_osfiniarray == NULL)) in array_process()1667 ofl->ofl_osfiniarray = osp; in array_process()
2379 if (ofl->ofl_osfiniarray) { in update_odynamic()2380 shdr = ofl->ofl_osfiniarray->os_shdr; in update_odynamic()
369 Os_desc *ofl_osfiniarray; /* .fini_array output section */ member