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

  /src/external/gpl3/binutils/dist/gas/
as.c 1457 struct stat sob;
1465 if (argc > 1 && stat (out_file_name, &sob) == 0)
1475 && sib.st_ino == sob.st_ino
1486 && sib.st_dev == sob.st_dev
1455 struct stat sob; local
  /src/external/gpl3/binutils.old/dist/gas/
as.c 1437 struct stat sob;
1445 if (argc > 1 && stat (out_file_name, &sob) == 0)
1455 && sib.st_ino == sob.st_ino
1466 && sib.st_dev == sob.st_dev
1435 struct stat sob; local
  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 2466 unsigned int soa, sob; local
2469 sob = bfd_mach_o_primary_symbol_sort_key (sb);
2470 if (soa < sob)
2473 if (soa > sob)
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 2465 unsigned int soa, sob; local
2468 sob = bfd_mach_o_primary_symbol_sort_key (sb);
2469 if (soa < sob)
2472 if (soa > sob)
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 2463 unsigned int soa, sob; local
2466 sob = bfd_mach_o_primary_symbol_sort_key (sb);
2467 if (soa < sob)
2470 if (soa > sob)
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 2463 unsigned int soa, sob; local
2466 sob = bfd_mach_o_primary_symbol_sort_key (sb);
2467 if (soa < sob)
2470 if (soa > sob)

Completed in 41 milliseconds