/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 | 58 void emitMacroFusionDecl(ArrayRef<Record *> Fusions, PredicateExpander &PE, 60 void emitMacroFusionImpl(ArrayRef<Record *> Fusions, PredicateExpander &PE, 63 PredicateExpander &PE, raw_ostream &OS); 65 PredicateExpander &PE, raw_ostream &OS); 67 PredicateExpander &PE, raw_ostream &OS); 69 PredicateExpander &PE, raw_ostream &OS); 79 ArrayRef<Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionDecl() argument 96 ArrayRef<Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionImpl() argument 114 emitPredicates(Predicates, IsCommutable, PE, OS); in emitMacroFusionImpl() 126 PredicateExpander &PE, in emitPredicates() argument [all …]
|
H A D | SubtargetEmitter.cpp | 623 PE = SchedModels.procModelEnd(); in EmitItineraries() local 624 PI != PE; ++PI, ++ProcItinListsIter) { in EmitItineraries() 1410 PE = SchedModels.procModelEnd(); in EmitSchedClassTables() local 1411 PI != PE; ++PI) { in EmitSchedClassTables() 1573 const CodeGenSchedClass &SC, PredicateExpander &PE, in emitPredicates() argument 1582 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1588 PE.setIndentLevel(PE.getIndentLevel() + 2); in emitPredicates() 1599 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1604 PE.expandPredicate(SS, Rec->getValueAsDef("Pred")); in emitPredicates() 1616 PE.decreaseIndentLevel(); in emitPredicates() [all …]
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 21 #define PE __erf_data.erfc_poly_E macro 178 double r1 = fma (a, PE[1], PE[0]); in erf() 179 double r2 = fma (a, PE[3], PE[2]); in erf() 180 double r3 = fma (a, PE[5], PE[4]); in erf() 181 double r4 = fma (a, PE[7], PE[6]); in erf() 182 double r5 = fma (a, PE[9], PE[8]); in erf() 183 double r6 = fma (a, PE[11], PE[10]); in erf() 184 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/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 246 if (auto PE = readPointerEncoding(RecordReader, B, "LSDA")) in processCIE() 247 CIEInfo.LSDAEncoding = *PE; in processCIE() 249 return PE.takeError(); in processCIE() 265 if (auto PE = readPointerEncoding(RecordReader, B, "address")) { in processCIE() 266 CIEInfo.AddressEncoding = *PE; in processCIE() 272 return PE.takeError(); in processCIE() 258 if (auto PE = readPointerEncoding(RecordReader, B, "LSDA")) processCIE() local 277 if (auto PE = readPointerEncoding(RecordReader, B, "address")) { processCIE() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 226 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps() local 236 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 122 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() local 134 for (; AI != AE && PI != PE; ++AI, ++PI) { in createWrapper() 162 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 90 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd() argument
|