Home
last modified time | relevance | path

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

12

/dragonfly/contrib/binutils-2.34/gold/
H A Ddefstd.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
H A Dsymtab.h1271 elfcpp::PF segment_flags_set;
1273 elfcpp::PF segment_flags_clear;
H A Di386.cc2702 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
2716 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddefstd.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
H A Dsymtab.h1235 elfcpp::PF segment_flags_set;
1237 elfcpp::PF segment_flags_clear;
H A Di386.cc2701 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
2715 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
H A Dsparc.cc3214 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
3228 elfcpp::PF(0), // segment_flags_clear in do_finalize_sections()
/dragonfly/usr.bin/printf/
H A Dprintf.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/bin/pax/
H A Doptions.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)
H A Doptions.c314 flg |= PF; in pax_options()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjdump.c468 #define PF(x, y) \ in dump_section_header() macro
472 PF (SEC_ALLOC, "ALLOC"); in dump_section_header()
474 PF (SEC_LOAD, "LOAD"); in dump_section_header()
475 PF (SEC_RELOC, "RELOC"); 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()
503 PF (SEC_GROUP, "GROUP"); in dump_section_header()
541 #undef PF in dump_section_header()
2760 PF (EXEC_P, "EXEC_P"); in dump_bfd_header()
[all …]
H A Dreadelf.c7341 PF(Cannot_unwind); in dump_hppa_unwind()
7342 PF(Millicode); in dump_hppa_unwind()
7345 PF(Entry_SR); in dump_hppa_unwind()
7348 PF(Args_stored); in dump_hppa_unwind()
7354 PF(Ada_Region); in dump_hppa_unwind()
7355 PF(cxx_info); in dump_hppa_unwind()
7356 PF(cxx_try_catch); in dump_hppa_unwind()
7358 PF(Save_SP); in dump_hppa_unwind()
7359 PF(Save_RP); in dump_hppa_unwind()
7365 PF(Large_frame); in dump_hppa_unwind()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjdump.c571 #define PF(x, y) \ in dump_section_header() macro
575 PF (SEC_ALLOC, "ALLOC"); in dump_section_header()
577 PF (SEC_LOAD, "LOAD"); in dump_section_header()
578 PF (SEC_RELOC, "RELOC"); 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()
604 PF (SEC_GROUP, "GROUP"); in dump_section_header()
642 #undef PF in dump_section_header()
3951 PF (EXEC_P, "EXEC_P"); in dump_bfd_header()
[all …]
H A Dreadelf.c8033 PF(Cannot_unwind); in dump_hppa_unwind()
8034 PF(Millicode); in dump_hppa_unwind()
8037 PF(Entry_SR); in dump_hppa_unwind()
8040 PF(Args_stored); in dump_hppa_unwind()
8046 PF(Ada_Region); in dump_hppa_unwind()
8047 PF(cxx_info); in dump_hppa_unwind()
8048 PF(cxx_try_catch); in dump_hppa_unwind()
8050 PF(Save_SP); in dump_hppa_unwind()
8051 PF(Save_RP); in dump_hppa_unwind()
8057 PF(Large_frame); in dump_hppa_unwind()
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dinternal.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/
H A Dinternal.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/
H A Dmain.c518 if (PF > 0) { in getname()
519 sleep(PF); in getname()
520 PF = 0; in getname()
H A Dgettytab.h113 #define PF gettynums[12].value macro
/dragonfly/contrib/binutils-2.34/bfd/
H A DpeXXigen.c2758 #undef PF in _bfd_XX_print_private_bfd_data_common()
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()
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()
2768 PF (IMAGE_FILE_SYSTEM, "system file"); in _bfd_XX_print_private_bfd_data_common()
2769 PF (IMAGE_FILE_DLL, "DLL"); in _bfd_XX_print_private_bfd_data_common()
2770 PF (IMAGE_FILE_BYTES_REVERSED_HI, "big endian"); in _bfd_XX_print_private_bfd_data_common()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c2729 #undef PF in _bfd_XX_print_private_bfd_data_common()
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()
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()
2739 PF (IMAGE_FILE_SYSTEM, "system file"); in _bfd_XX_print_private_bfd_data_common()
2740 PF (IMAGE_FILE_DLL, "DLL"); in _bfd_XX_print_private_bfd_data_common()
2741 PF (IMAGE_FILE_BYTES_REVERSED_HI, "big endian"); in _bfd_XX_print_private_bfd_data_common()
[all …]
/dragonfly/share/zoneinfo/
H A Dzone.tab313 PF -1732-14934 Pacific/Tahiti Society Islands
314 PF -0900-13930 Pacific/Marquesas Marquesas Islands
315 PF -2308-13457 Pacific/Gambier Gambier Islands
H A Diso3166.tab200 PF French Polynesia
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DBaseLib.h5030 UINT32 PF : 1; ///< Parity Flag. member
5056 UINT32 PF : 1; ///< Parity Flag. member
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h525 enum PF
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h522 enum PF

12