Home | History | Annotate | Download | only in ld

Lines Matching refs:ho

2277       struct orphan_save *ho, *horig;
2279 for (ho = hold, horig = orig_hold;
2280 ho < hold + ARRAY_SIZE (hold);
2281 ++ho, ++horig)
2283 *ho = *horig;
2284 if (ho->name != NULL)
2286 ho->os = lang_output_section_find (ho->name);
2287 if (ho->os != NULL && ho->os->flags == 0)
2288 ho->os->flags = ho->flags;