Searched refs:last_real (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c955 asection *last_real;
1032 last_real = NULL;
1035 last_real = o;
1774 BFD_ASSERT (last_real->next == first_csect);
1775 last_real->next = NULL;
1781 last_real->next = first_csect;
1817 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
951 asection *last_real; local
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c1218 asection *last_real;
1304 last_real = NULL;
1307 last_real = o;
2027 BFD_ASSERT (last_real->next == first_csect);
2028 last_real->next = NULL;
2035 last_real->next = first_csect;
2082 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
1212 asection *last_real; local

Completed in 165 milliseconds