Searched refs:ofl_osinitarray (Results 1 – 4 of 4) sorted by relevance
855 if ((ofl->ofl_osinitarray == NULL) && (shtype == SHT_INIT_ARRAY)) in make_array()856 ofl->ofl_osinitarray = osp; in make_array()1191 if (ofl->ofl_osinitarray) /* DT_INIT_ARRAY */ in make_dynamic()
1710 (ofl->ofl_osinitarray == NULL)) in array_process()1711 ofl->ofl_osinitarray = osp; in array_process()
2457 if (ofl->ofl_osinitarray) { in update_odynamic()2458 shdr = ofl->ofl_osinitarray->os_shdr; in update_odynamic()
370 Os_desc *ofl_osinitarray; /* .init_array output section */ member