Searched refs:uses_64bit_indices (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfcomm.h66 int uses_64bit_indices; /* 1 if the index table uses 64bit entries. */
65 int uses_64bit_indices; /* 1 if the index table uses 64bit entries. */ member in struct:archive_info
H A Delfcomm.c504 arch->uses_64bit_indices = 0;
531 arch->uses_64bit_indices = 1;
H A Dreadelf.c22521 if (arch.uses_64bit_indices)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfcomm.h69 int uses_64bit_indices; /* 1 if the index table uses 64bit entries. */
68 int uses_64bit_indices; /* 1 if the index table uses 64bit entries. */ member in struct:archive_info
H A Delfcomm.c629 arch->uses_64bit_indices = 0;
656 arch->uses_64bit_indices = 1;
H A Dreadelf.c20745 if (arch.uses_64bit_indices)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfcomm.h64 int uses_64bit_indices; /* 1 if the index table uses 64bit entries. */
63 int uses_64bit_indices; /* 1 if the index table uses 64bit entries. */ member in struct:archive_info
H A Delfcomm.c489 arch->uses_64bit_indices = 0;
516 arch->uses_64bit_indices = 1;
H A Dreadelf.c23324 if (arch.uses_64bit_indices)

Completed in 238 milliseconds