| /freebsd/contrib/elftoolchain/libpe/ |
| H A D | libpe.h | 37 typedef struct _PE PE; typedef 81 PE_CoffHdr *pe_coff_header(PE *); 82 int pe_cntl(PE *, PE_Cmd); 83 PE_DataDir *pe_data_dir(PE *); 84 void pe_finish(PE *); 85 int pe_flag(PE *, PE_Cmd, unsigned int); 87 int pe_flag_coff_header(PE *, PE_Cmd, unsigned int); 88 int pe_flag_data_dir(PE *, PE_Cmd, unsigned int); 89 int pe_flag_dos_header(PE *, PE_Cmd, unsigned int); 90 int pe_flag_opt_header(PE *, PE_Cmd, unsigned int); [all …]
|
| H A D | _libpe.h | 47 PE *ps_pe; /* PE descriptor */ 189 off_t libpe_align(PE *, off_t, size_t); 191 PE_Scn *libpe_alloc_scn(PE *); 192 int libpe_load_all_sections(PE *); 193 int libpe_load_section(PE *, PE_Scn *); 194 int libpe_open_object(PE *); 195 int libpe_pad(PE *, size_t); 196 int libpe_parse_msdos_header(PE *, char *); 197 int libpe_parse_coff_header(PE *, char *); 198 int libpe_parse_rich_header(PE *); [all …]
|
| H A D | pe_coff.c | 36 pe_coff_header(PE *pe) in pe_coff_header() 48 pe_opt_header(PE *pe) in pe_opt_header() 60 pe_data_dir(PE *pe) in pe_data_dir() 72 pe_update_coff_header(PE *pe, PE_CoffHdr *ch) in pe_update_coff_header() 104 pe_update_opt_header(PE *pe, PE_OptHdr *oh) in pe_update_opt_header() 132 pe_update_data_dir(PE *pe, PE_DataDir *dd) in pe_update_data_dir()
|
| H A D | pe_flag.c | 34 pe_flag(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag() 57 pe_flag_dos_header(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_dos_header() 75 pe_flag_coff_header(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_coff_header() 93 pe_flag_opt_header(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_opt_header() 111 pe_flag_data_dir(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_data_dir() 149 PE *pe; in pe_flag_section_header()
|
| H A D | pe_init.c | 35 PE * 38 PE *pe; in pe_init() 76 pe_finish(PE *pe) in pe_finish() 86 pe_object(PE *pe) in pe_object()
|
| H A D | pe_dos.c | 37 pe_msdos_header(PE *pe) in pe_msdos_header() 54 pe_msdos_stub(PE *pe, size_t *len) in pe_msdos_stub() 74 ps_update_msdos_header(PE *pe, PE_DosHdr *dh) in ps_update_msdos_header() 102 ps_update_msdos_stub(PE *pe, char *dos_stub, size_t sz) in ps_update_msdos_stub()
|
| H A D | pe_section.c | 35 pe_getscn(PE *pe, size_t ndx) in pe_getscn() 67 pe_nextscn(PE *pe, PE_Scn *ps) in pe_nextscn() 90 pe_newscn(PE *pe) in pe_newscn() 122 pe_insertscn(PE *pe, size_t ndx) in pe_insertscn() 195 PE *pe; in pe_update_section_header()
|
| H A D | libpe_section.c | 39 libpe_alloc_scn(PE *pe) in libpe_alloc_scn() 56 PE *pe; in libpe_release_scn() 84 sort_sections(PE *pe) in sort_sections() 95 libpe_parse_section_headers(PE *pe) in libpe_parse_section_headers() 188 libpe_load_section(PE *pe, PE_Scn *ps) in libpe_load_section() 258 libpe_load_all_sections(PE *pe) in libpe_load_all_sections() 310 libpe_resync_sections(PE *pe, off_t off) in libpe_resync_sections() 417 libpe_write_section_headers(PE *pe, off_t off) in libpe_write_section_headers() 468 libpe_write_sections(PE *pe, off_t off) in libpe_write_sections()
|
| H A D | libpe_utils.c | 38 libpe_align(PE *pe, off_t off, size_t align) in libpe_align() 54 libpe_pad(PE *pe, size_t pad) in libpe_pad()
|
| H A D | pe_buffer.c | 36 PE *pe; in pe_getbuffer() 73 PE *pe; in pe_newbuffer()
|
| H A D | pe_rich.c | 35 pe_rich_header(PE *pe) in pe_rich_header() 67 pe_rich_header_validate(PE *pe) in pe_rich_header_validate()
|
| H A D | libpe_init.c | 38 libpe_open_object(PE *pe) in libpe_open_object() 116 libpe_release_object(PE *pe) in libpe_release_object()
|
| H A D | pe_cntl.c | 34 pe_cntl(PE *pe, PE_Cmd cmd) in pe_cntl()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | MacroFusionPredicatorEmitter.cpp | 59 PredicateExpander &PE, raw_ostream &OS); 61 PredicateExpander &PE, raw_ostream &OS); 63 bool IsCommutable, PredicateExpander &PE, 66 PredicateExpander &PE, raw_ostream &OS); 68 PredicateExpander &PE, raw_ostream &OS); 70 PredicateExpander &PE, raw_ostream &OS); 80 ArrayRef<const Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionDecl() argument 97 ArrayRef<const Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionImpl() argument 115 emitPredicates(Predicates, IsCommutable, PE, OS); in emitMacroFusionImpl() 127 PredicateExpander &PE, raw_ostream &OS) { in emitPredicates() argument [all …]
|
| H A D | SubtargetEmitter.cpp | 1552 const CodeGenSchedClass &SC, PredicateExpander &PE, in emitPredicates() argument 1561 SS << PE.getIndent(); in emitPredicates() 1567 PE.getIndent() += 2; in emitPredicates() 1578 SS << PE.getIndent(); in emitPredicates() 1583 PE.expandPredicate(SS, Rec->getValueAsDef("Pred")); in emitPredicates() 1595 --PE.getIndent(); in emitPredicates() 1596 SS << PE.getIndent(); in emitPredicates() 1597 --PE.getIndent(); in emitPredicates() 1685 PredicateExpander PE(Target); in emitSchedModelHelpersImpl() local 1686 PE.setByRef(false); in emitSchedModelHelpersImpl() [all …]
|
| H A D | InstrInfoEmitter.cpp | 599 PredicateExpander PE(TargetName); in emitMCIIHelperMethods() local 600 PE.setExpandForMC(true); in emitMCIIHelperMethods() 606 OS << PE.getIndent(); in emitMCIIHelperMethods() 607 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitMCIIHelperMethods() 787 PredicateExpander PE(TargetName); in emitTIIHelperMethods() local 788 PE.setExpandForMC(false); in emitTIIHelperMethods() 802 OS << PE.getIndent(); in emitTIIHelperMethods() 803 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitTIIHelperMethods()
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | erf.c | 23 #define PE __erf_data.erfc_poly_E macro 180 double r1 = fma (a, PE[1], PE[0]); in erf() 181 double r2 = fma (a, PE[3], PE[2]); in erf() 182 double r3 = fma (a, PE[5], PE[4]); in erf() 183 double r4 = fma (a, PE[7], PE[6]); in erf() 184 double r5 = fma (a, PE[9], PE[8]); in erf() 185 double r6 = fma (a, PE[11], PE[10]); in erf() 186 double r7 = fma (a, PE[13], PE[12]); in erf()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 145 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensOnlySingleStep() local 146 return PE->getSubExpr(); in IgnoreParensOnlySingleStep() 151 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensSingleStep() local 152 return PE->getSubExpr(); in IgnoreParensSingleStep() 169 else if (auto *PE = dyn_cast<PredefinedExpr>(E)) { in IgnoreParensSingleStep() local 170 if (PE->isTransparent() && PE->getFunctionName()) in IgnoreParensSingleStep() 171 return PE->getFunctionName(); in IgnoreParensSingleStep()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZHazardRecognizer.cpp | 177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in dumpSU() local 298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in EmitInstruction() local 402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) in resourcesCost() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessingRecord.h | 162 static bool classof(const PreprocessedEntity *PE) { in classof() argument 163 return PE->getKind() == MacroDefinitionKind; in classof() 199 static bool classof(const PreprocessedEntity *PE) { in classof() argument 200 return PE->getKind() == MacroExpansionKind; in classof() 272 static bool classof(const PreprocessedEntity *PE) { in classof() argument 273 return PE->getKind() == InclusionDirectiveKind; in classof()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | coff | 15 # Display COFF processor type, including MS COFF and PE/COFF 17 # PE/COFF, DJGPP, i386 COFF executable, MS Windows COFF Intel i386 object file (./intel) 35 # executable (RISC System/6000 V3.1) or obj module (./ibm6000 v 1.15), not PE/COFF 47 # Hitachi SH big-endian COFF (./hitachi-sh), not PE/COFF 50 # Hitachi SH little-endian COFF (./hitachi-sh), not PE/COFF 69 # PE/COFF ARM64 classic ABI, ARM COFF (./arm) 72 …E can be only in object files (created by older ilasm.exe with /OBJECT flag), not in PE executables
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupport.cpp | 242 if (auto PE = readPointerEncoding(RecordReader, B, "LSDA")) in processCIE() local 243 CIEInfo.LSDAEncoding = *PE; in processCIE() 245 return PE.takeError(); in processCIE() 261 if (auto PE = readPointerEncoding(RecordReader, B, "address")) { in processCIE() local 262 CIEInfo.AddressEncoding = *PE; in processCIE() 268 return PE.takeError(); in processCIE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 123 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() local 135 for (; AI != AE && PI != PE; ++AI, ++PI) { in createWrapper() 163 for (; PI != PE; ++PI) in createWrapper()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/can/ |
| H A D | fsl-flexcan.txt | 35 - fsl,clk-source: Select the clock source to the CAN Protocol Engine (PE). 52 fsl,clk-source = <0>; // select clock source 0 for PE
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Automaton.h | 100 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); in transition() 103 for (; PI != PE; ++PI) in transition() 102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); transition() local
|