Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Drs6000-core.c343 int c_flag; in rs6000coff_core_p() local
367 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()
550 if (c_flag & FULL_CORE) in rs6000coff_core_p()
601 if (c_flag & CORE_BIGDATA) in rs6000coff_core_p()
H A Daix5ppc-core.c89 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) in xcoff64_core_p()
101 || (! (core.c_flag & UBLOCK_VALID)) in xcoff64_core_p()
102 || (! (core.c_flag & LE_VALID))) in xcoff64_core_p()
106 if ((! (core.c_flag & USTACK_VALID)) in xcoff64_core_p()
107 || (core.c_flag & CORE_TRUNC)) in xcoff64_core_p()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Drs6000-core.c343 int c_flag; in rs6000coff_core_p() local
367 c_flag = core.new_dump.c_flag; in rs6000coff_core_p()
378 c_flag = core.old.c_flag; in rs6000coff_core_p()
428 if (!(c_flag & UBLOCK_VALID) in rs6000coff_core_p()
429 || !(c_flag & LE_VALID)) in rs6000coff_core_p()
435 if (!(c_flag & USTACK_VALID)) in rs6000coff_core_p()
443 if (!(c_flag & (FULL_CORE | CORE_TRUNC))) in rs6000coff_core_p()
469 if (c_flag & CORE_TRUNC) in rs6000coff_core_p()
536 if (c_flag & FULL_CORE) in rs6000coff_core_p()
587 if (c_flag & CORE_BIGDATA) in rs6000coff_core_p()
H A Daix5ppc-core.c89 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) in xcoff64_core_p()
101 || (! (core.c_flag & UBLOCK_VALID)) in xcoff64_core_p()
102 || (! (core.c_flag & LE_VALID))) in xcoff64_core_p()
106 if ((! (core.c_flag & USTACK_VALID)) in xcoff64_core_p()
107 || (core.c_flag & CORE_TRUNC)) in xcoff64_core_p()
/netbsd-src/external/cddl/osnet/dist/uts/common/os/
H A Dcallb.c52 char c_flag; /* info about the callb state */ member
155 cp->c_flag |= CALLB_TAKEN; in callb_add_common()
232 if (!(me->c_flag & CALLB_EXECUTING)) in callb_delete()
241 me->c_flag = CALLB_FREE; in callb_delete()
267 while (cp->c_flag & CALLB_EXECUTING) in callb_execute_class()
272 if (cp->c_flag == CALLB_FREE) in callb_execute_class()
274 cp->c_flag |= CALLB_EXECUTING; in callb_execute_class()
287 cp->c_flag &= ~CALLB_EXECUTING; in callb_execute_class()
/netbsd-src/sys/dev/hpc/
H A Dhpcbatteryvar.h117 int c_flag; /* -1 or 1 */ member
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c2212 int c_flag = 0, d_flag = 0, D_flag = 0, k_flag = 0, s_flag = 0; in main() local
2254 c_flag++; in main()
2273 if (c_flag) in main()
2303 if (ac > 0 && (c_flag || k_flag || s_flag || d_flag || D_flag)) in main()
2309 if (ac == 0 && !c_flag && !s_flag) { in main()
2313 c_flag = 1; in main()
2315 if (c_flag) { in main()
2397 if (c_flag) in main()
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Drs6000.h302 unsigned char c_flag[1]; member
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Drs6000.h302 unsigned char c_flag[1]; member
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c1685 (unsigned) bfd_h_get_8 (abfd, hdr->c_flag)); in dump_dumpx_core()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c1686 (unsigned) bfd_h_get_8 (abfd, hdr->c_flag)); in dump_dumpx_core()