Home
last modified time | relevance | path

Searched refs:PF (Results 1 – 25 of 33) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/gold/
HDdefstd.cc132 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
HDsymtab.h1235 elfcpp::PF segment_flags_set;
1237 elfcpp::PF segment_flags_clear;
HDi386.cc2701 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
2715 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
HDsparc.cc3214 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/
HDdefstd.cc132 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
HDsymtab.h1271 elfcpp::PF segment_flags_set;
1273 elfcpp::PF segment_flags_clear;
HDi386.cc2702 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/
HDprintf.c63 #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/
HDobjdump.c468 #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 …]
HDreadelf.c7339 #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/
HDoptions.h66 #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)
HDoptions.c314 flg |= PF; in pax_options()
/dragonfly/contrib/binutils-2.34/binutils/
HDobjdump.c571 #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 …]
HDreadelf.c8031 #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/
HDinternal.h591 #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/
HDinternal.h614 #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/
HDmain.c518 if (PF > 0) { in getname()
519 sleep(PF); in getname()
520 PF = 0; in getname()
HDgettytab.h113 #define PF gettynums[12].value macro
/dragonfly/contrib/binutils-2.34/bfd/
HDpeXXigen.c2758 #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/
HDpeXXigen.c2729 #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/
HDzone.tab313 PF -1732-14934 Pacific/Tahiti Society Islands
314 PF -0900-13930 Pacific/Marquesas Marquesas Islands
315 PF -2308-13457 Pacific/Gambier Gambier Islands
HDiso3166.tab200 PF French Polynesia
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
HDBaseLib.h5030 UINT32 PF : 1; ///< Parity Flag. member
5056 UINT32 PF : 1; ///< Parity Flag. member
/dragonfly/contrib/binutils-2.34/elfcpp/
HDelfcpp.h525 enum PF
/dragonfly/contrib/binutils-2.27/elfcpp/
HDelfcpp.h522 enum PF

12