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

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 6924 bool has_records = true;
6935 hdr_size = has_records ? 6 : 4;
6945 if (has_records)
6957 has_records = false;
6967 if (has_records)
6993 memcpy (rec, buf + (has_records ? 2 : 0), hdr_size);
6912 bool has_records = true; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 6911 bool has_records = true;
6922 hdr_size = has_records ? 6 : 4;
6932 if (has_records)
6944 has_records = false;
6954 if (has_records)
6980 memcpy (rec, buf + (has_records ? 2 : 0), hdr_size);
6899 bool has_records = true; local
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 6911 bool has_records = true;
6922 hdr_size = has_records ? 6 : 4;
6932 if (has_records)
6944 has_records = false;
6954 if (has_records)
6980 memcpy (rec, buf + (has_records ? 2 : 0), hdr_size);
6899 bool has_records = true; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 6918 bool has_records = true;
6929 hdr_size = has_records ? 6 : 4;
6939 if (has_records)
6951 has_records = false;
6961 if (has_records)
6987 memcpy (rec, buf + (has_records ? 2 : 0), hdr_size);
6906 bool has_records = true; local

Completed in 47 milliseconds