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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 3698 int stat_status = 0;
3746 stat_status = bfd_stat_arch_elt (this_element, &buf);
3748 if (stat_status != 0)
3805 if (preserve_dates && stat_status == 0)
3696 int stat_status = 0; local
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 3693 int stat_status = 0;
3741 stat_status = bfd_stat_arch_elt (this_element, &buf);
3743 if (stat_status != 0)
3811 if (preserve_dates && stat_status == 0)
3691 int stat_status = 0; local

Completed in 32 milliseconds