HomeSort by: relevance | last modified time | path
    Searched defs:first_csect (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 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);
1326 asection *first_csect; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 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);
1326 asection *first_csect; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 1289 asection *first_csect;
1412 first_csect = NULL;
1445 else if (first_csect == NULL
1850 if (first_csect == NULL)
1851 first_csect = csect;
1948 if (first_csect == NULL)
1949 first_csect = csect;
2147 BFD_ASSERT (last_real->next == first_csect);
2153 last_real->next = first_csect;
2202 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
1283 asection *first_csect; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 1297 asection *first_csect;
1420 first_csect = NULL;
1453 else if (first_csect == NULL
1858 if (first_csect == NULL)
1859 first_csect = csect;
1956 if (first_csect == NULL)
1957 first_csect = csect;
2155 BFD_ASSERT (last_real->next == first_csect);
2161 last_real->next = first_csect;
2210 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
1291 asection *first_csect; local
    [all...]

Completed in 34 milliseconds