Lines Matching defs:first_csect
1332 asection *first_csect;
1455 first_csect = NULL;
1488 else if (first_csect == NULL
1893 if (first_csect == NULL)
1894 first_csect = csect;
1991 if (first_csect == NULL)
1992 first_csect = csect;
2190 BFD_ASSERT (last_real->next == first_csect);
2196 last_real->next = first_csect;
2245 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
2248 for (o = abfd->sections; o != first_csect; o = o->next)