Searched refs:c_flag (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Daix5ppc-core.c72 c_flag has CORE_VERSION_1, Aix 4+
84 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1))
96 || (! (core.c_flag & UBLOCK_VALID))
97 || (! (core.c_flag & LE_VALID)))
101 if ((! (core.c_flag & USTACK_VALID))
102 || (core.c_flag & CORE_TRUNC))
H A Drs6000-core.c322 int c_flag; local
339 c_flag = core.new.c_flag;
349 c_flag = core.old.c_flag;
396 if (!(c_flag & UBLOCK_VALID)
397 || !(c_flag & LE_VALID))
403 if (!(c_flag & USTACK_VALID))
411 if (!(c_flag & (FULL_CORE | CORE_TRUNC)))
431 if (c_flag
[all...]
/haiku-buildtools/binutils/bfd/
H A Daix5ppc-core.c78 c_flag has CORE_VERSION_1, Aix 4+
90 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1))
102 || (! (core.c_flag & UBLOCK_VALID))
103 || (! (core.c_flag & LE_VALID)))
107 if ((! (core.c_flag & USTACK_VALID))
108 || (core.c_flag & CORE_TRUNC))
H A Drs6000-core.c344 int c_flag; local
368 c_flag = core.new_dump.c_flag;
379 c_flag = core.old.c_flag;
429 if (!(c_flag & UBLOCK_VALID)
430 || !(c_flag & LE_VALID))
436 if (!(c_flag & USTACK_VALID))
444 if (!(c_flag & (FULL_CORE | CORE_TRUNC)))
470 if (c_flag
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dm88k.h127 c_flag:1, member in struct:IR_FIELDS
428 c_flag:1, /* complement. */ member in struct:SIM_FLAGS
/haiku-buildtools/binutils/include/opcode/
H A Dm88k.h127 c_flag:1, member in struct:IR_FIELDS
428 c_flag:1, /* complement. */ member in struct:SIM_FLAGS
/haiku-buildtools/binutils/include/coff/
H A Drs6000.h300 unsigned char c_flag[1]; member in struct:external_core_dumpx
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1684 printf (" flags: 0x%02x\n", bfd_h_get_8 (abfd, hdr->c_flag));

Completed in 179 milliseconds