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

  /src/external/gpl3/binutils/dist/binutils/
ar.c 1320 bfd **after_bfd = contents;
1337 while (*after_bfd)
1338 after_bfd = &((*after_bfd)->archive_next);
1342 for (; *after_bfd; after_bfd = &(*after_bfd)->archive_next)
1343 if (FILENAME_CMP (bfd_get_filename (*after_bfd), realposname) == 0)
1346 after_bfd = &(*after_bfd)->archive_next
1318 bfd **after_bfd = contents; local
1428 bfd **after_bfd; \/* New entries go after this one *\/ local
1475 bfd **after_bfd; \/* New entries go after this one. *\/ local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 1343 bfd **after_bfd = contents;
1360 while (*after_bfd)
1361 after_bfd = &((*after_bfd)->archive_next);
1365 for (; *after_bfd; after_bfd = &(*after_bfd)->archive_next)
1366 if (FILENAME_CMP (bfd_get_filename (*after_bfd), realposname) == 0)
1369 after_bfd = &(*after_bfd)->archive_next
1340 bfd **after_bfd = contents; local
1450 bfd **after_bfd; \/* New entries go after this one *\/ local
1497 bfd **after_bfd; \/* New entries go after this one. *\/ local
    [all...]

Completed in 31 milliseconds