Home
last modified time | relevance | path

Searched refs:c_flag (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Drs6000-core.c344 int c_flag; in rs6000coff_core_p() local
368 c_flag = core.new_dump.c_flag; in rs6000coff_core_p()
379 c_flag = core.old.c_flag; in rs6000coff_core_p()
429 if (!(c_flag & UBLOCK_VALID) in rs6000coff_core_p()
430 || !(c_flag & LE_VALID)) in rs6000coff_core_p()
436 if (!(c_flag & USTACK_VALID)) in rs6000coff_core_p()
444 if (!(c_flag & (FULL_CORE | CORE_TRUNC))) in rs6000coff_core_p()
470 if (c_flag & CORE_TRUNC) in rs6000coff_core_p()
538 if (c_flag & FULL_CORE) in rs6000coff_core_p()
589 if (c_flag & CORE_BIGDATA) in rs6000coff_core_p()
Daix5ppc-core.c90 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) in xcoff64_core_p()
102 || (! (core.c_flag & UBLOCK_VALID)) in xcoff64_core_p()
103 || (! (core.c_flag & LE_VALID))) in xcoff64_core_p()
107 if ((! (core.c_flag & USTACK_VALID)) in xcoff64_core_p()
108 || (core.c_flag & CORE_TRUNC)) in xcoff64_core_p()
/toolchain/binutils/binutils-2.27/include/opcode/
Dm88k.h127 c_flag:1, member
428 c_flag:1, /* complement. */ member
/toolchain/binutils/binutils-2.27/include/coff/
Drs6000.h300 unsigned char c_flag[1]; member
/toolchain/binutils/binutils-2.27/binutils/
Dod-xcoff.c1684 printf (" flags: 0x%02x\n", bfd_h_get_8 (abfd, hdr->c_flag)); in dump_dumpx_core()