| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | defstd.cc | 132 elfcpp::PF(0), // segment_flags_set 133 elfcpp::PF(0), // segment_flags_clear 146 elfcpp::PF(0), // segment_flags_set 147 elfcpp::PF(0), // segment_flags_clear 203 elfcpp::PF(0), // segment_flags_clear 217 elfcpp::PF(0), // segment_flags_clear 231 elfcpp::PF(0), // segment_flags_clear 245 elfcpp::PF(0), // segment_flags_clear 259 elfcpp::PF(0), // segment_flags_clear
|
| HD | symtab.h | 1235 elfcpp::PF segment_flags_set; 1237 elfcpp::PF segment_flags_clear;
|
| HD | i386.cc | 2701 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections() 2715 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
|
| HD | sparc.cc | 3214 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections() 3228 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | defstd.cc | 132 elfcpp::PF(0), // segment_flags_set 133 elfcpp::PF(0), // segment_flags_clear 146 elfcpp::PF(0), // segment_flags_set 147 elfcpp::PF(0), // segment_flags_clear 203 elfcpp::PF(0), // segment_flags_clear 217 elfcpp::PF(0), // segment_flags_clear 231 elfcpp::PF(0), // segment_flags_clear 245 elfcpp::PF(0), // segment_flags_clear 259 elfcpp::PF(0), // segment_flags_clear
|
| HD | symtab.h | 1271 elfcpp::PF segment_flags_set; 1273 elfcpp::PF segment_flags_clear;
|
| HD | i386.cc | 2702 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections() 2716 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
|
| /dragonfly/usr.bin/printf/ |
| HD | printf.c | 63 #define PF(f, func) do { \ macro 372 PF(start, p); in printf_doformat() 385 PF(start, p); in printf_doformat() 392 PF(start, p); in printf_doformat() 407 PF(f, val); in printf_doformat() 409 PF(f, uval); in printf_doformat() 421 PF(start, p); in printf_doformat() 423 PF(start, (double)p); in printf_doformat()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | objdump.c | 468 #define PF(x, y) \ in dump_section_header() macro 471 PF (SEC_HAS_CONTENTS, "CONTENTS"); in dump_section_header() 472 PF (SEC_ALLOC, "ALLOC"); in dump_section_header() 473 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR"); in dump_section_header() 474 PF (SEC_LOAD, "LOAD"); in dump_section_header() 475 PF (SEC_RELOC, "RELOC"); in dump_section_header() 476 PF (SEC_READONLY, "READONLY"); in dump_section_header() 477 PF (SEC_CODE, "CODE"); in dump_section_header() 478 PF (SEC_DATA, "DATA"); in dump_section_header() 479 PF (SEC_ROM, "ROM"); in dump_section_header() [all …]
|
| HD | readelf.c | 7339 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() macro 7341 PF(Cannot_unwind); in dump_hppa_unwind() 7342 PF(Millicode); in dump_hppa_unwind() 7343 PF(Millicode_save_sr0); in dump_hppa_unwind() 7345 PF(Entry_SR); in dump_hppa_unwind() 7348 PF(Args_stored); in dump_hppa_unwind() 7349 PF(Variable_Frame); in dump_hppa_unwind() 7350 PF(Separate_Package_Body); in dump_hppa_unwind() 7351 PF(Frame_Extension_Millicode); in dump_hppa_unwind() 7352 PF(Stack_Overflow_Check); in dump_hppa_unwind() [all …]
|
| /dragonfly/bin/pax/ |
| HD | options.h | 66 #define PF 0x00000400 macro 109 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF) 111 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
|
| HD | options.c | 314 flg |= PF; in pax_options()
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | objdump.c | 571 #define PF(x, y) \ in dump_section_header() macro 574 PF (SEC_HAS_CONTENTS, "CONTENTS"); in dump_section_header() 575 PF (SEC_ALLOC, "ALLOC"); in dump_section_header() 576 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR"); in dump_section_header() 577 PF (SEC_LOAD, "LOAD"); in dump_section_header() 578 PF (SEC_RELOC, "RELOC"); in dump_section_header() 579 PF (SEC_READONLY, "READONLY"); in dump_section_header() 580 PF (SEC_CODE, "CODE"); in dump_section_header() 581 PF (SEC_DATA, "DATA"); in dump_section_header() 582 PF (SEC_ROM, "ROM"); in dump_section_header() [all …]
|
| HD | readelf.c | 8031 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() macro 8033 PF(Cannot_unwind); in dump_hppa_unwind() 8034 PF(Millicode); in dump_hppa_unwind() 8035 PF(Millicode_save_sr0); in dump_hppa_unwind() 8037 PF(Entry_SR); in dump_hppa_unwind() 8040 PF(Args_stored); in dump_hppa_unwind() 8041 PF(Variable_Frame); in dump_hppa_unwind() 8042 PF(Separate_Package_Body); in dump_hppa_unwind() 8043 PF(Frame_Extension_Millicode); in dump_hppa_unwind() 8044 PF(Stack_Overflow_Check); in dump_hppa_unwind() [all …]
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | internal.h | 591 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic) argument 592 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional) argument
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | internal.h | 614 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic) argument 615 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional) argument
|
| /dragonfly/libexec/getty/ |
| HD | main.c | 518 if (PF > 0) { in getname() 519 sleep(PF); in getname() 520 PF = 0; in getname()
|
| HD | gettytab.h | 113 #define PF gettynums[12].value macro
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | peXXigen.c | 2758 #undef PF in _bfd_XX_print_private_bfd_data_common() 2759 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); } in _bfd_XX_print_private_bfd_data_common() macro 2760 PF (IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped"); in _bfd_XX_print_private_bfd_data_common() 2761 PF (IMAGE_FILE_EXECUTABLE_IMAGE, "executable"); in _bfd_XX_print_private_bfd_data_common() 2762 PF (IMAGE_FILE_LINE_NUMS_STRIPPED, "line numbers stripped"); in _bfd_XX_print_private_bfd_data_common() 2763 PF (IMAGE_FILE_LOCAL_SYMS_STRIPPED, "symbols stripped"); in _bfd_XX_print_private_bfd_data_common() 2764 PF (IMAGE_FILE_LARGE_ADDRESS_AWARE, "large address aware"); in _bfd_XX_print_private_bfd_data_common() 2765 PF (IMAGE_FILE_BYTES_REVERSED_LO, "little endian"); in _bfd_XX_print_private_bfd_data_common() 2766 PF (IMAGE_FILE_32BIT_MACHINE, "32 bit words"); in _bfd_XX_print_private_bfd_data_common() 2767 PF (IMAGE_FILE_DEBUG_STRIPPED, "debugging information removed"); in _bfd_XX_print_private_bfd_data_common() [all …]
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | peXXigen.c | 2729 #undef PF in _bfd_XX_print_private_bfd_data_common() 2730 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); } in _bfd_XX_print_private_bfd_data_common() macro 2731 PF (IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped"); in _bfd_XX_print_private_bfd_data_common() 2732 PF (IMAGE_FILE_EXECUTABLE_IMAGE, "executable"); in _bfd_XX_print_private_bfd_data_common() 2733 PF (IMAGE_FILE_LINE_NUMS_STRIPPED, "line numbers stripped"); in _bfd_XX_print_private_bfd_data_common() 2734 PF (IMAGE_FILE_LOCAL_SYMS_STRIPPED, "symbols stripped"); in _bfd_XX_print_private_bfd_data_common() 2735 PF (IMAGE_FILE_LARGE_ADDRESS_AWARE, "large address aware"); in _bfd_XX_print_private_bfd_data_common() 2736 PF (IMAGE_FILE_BYTES_REVERSED_LO, "little endian"); in _bfd_XX_print_private_bfd_data_common() 2737 PF (IMAGE_FILE_32BIT_MACHINE, "32 bit words"); in _bfd_XX_print_private_bfd_data_common() 2738 PF (IMAGE_FILE_DEBUG_STRIPPED, "debugging information removed"); in _bfd_XX_print_private_bfd_data_common() [all …]
|
| /dragonfly/share/zoneinfo/ |
| HD | zone.tab | 313 PF -1732-14934 Pacific/Tahiti Society Islands 314 PF -0900-13930 Pacific/Marquesas Marquesas Islands 315 PF -2308-13457 Pacific/Gambier Gambier Islands
|
| HD | iso3166.tab | 200 PF French Polynesia
|
| /dragonfly/stand/contrib/edk2/MdePkg/Include/Library/ |
| HD | BaseLib.h | 5030 UINT32 PF : 1; ///< Parity Flag. member 5056 UINT32 PF : 1; ///< Parity Flag. member
|
| /dragonfly/contrib/binutils-2.34/elfcpp/ |
| HD | elfcpp.h | 525 enum PF
|
| /dragonfly/contrib/binutils-2.27/elfcpp/ |
| HD | elfcpp.h | 522 enum PF
|