Searched refs:PE (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe.h37 typedef struct _PE PE; typedef in typeref:struct:_PE
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_Cm
[all...]
H A D_libpe.h47 PE *ps_pe; /* PE descriptor */
106 #define PE_SIGNATURE 0x4550U /* PE\0\0 */
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 *, cha
[all...]
H A Dpe_init.c35 PE *
38 PE *pe;
76 pe_finish(PE *pe)
86 pe_object(PE *pe)
H A Dpe_coff.c36 pe_coff_header(PE *pe)
48 pe_opt_header(PE *pe)
60 pe_data_dir(PE *pe)
72 pe_update_coff_header(PE *pe, PE_CoffHdr *ch)
104 pe_update_opt_header(PE *pe, PE_OptHdr *oh)
132 pe_update_data_dir(PE *pe, PE_DataDir *dd)
H A Dpe_cntl.c34 pe_cntl(PE *pe, PE_Cmd cmd)
H A Dpe_dos.c37 pe_msdos_header(PE *pe)
54 pe_msdos_stub(PE *pe, size_t *len)
74 ps_update_msdos_header(PE *pe, PE_DosHdr *dh)
102 ps_update_msdos_stub(PE *pe, char *dos_stub, size_t sz)
H A Dpe_flag.c34 pe_flag(PE *pe, PE_Cmd c, unsigned int flags)
57 pe_flag_dos_header(PE *pe, PE_Cmd c, unsigned int flags)
75 pe_flag_coff_header(PE *pe, PE_Cmd c, unsigned int flags)
93 pe_flag_opt_header(PE *pe, PE_Cmd c, unsigned int flags)
111 pe_flag_data_dir(PE *pe, PE_Cmd c, unsigned int flags)
149 PE *pe;
H A Dlibpe_utils.c38 libpe_align(PE *pe, off_t off, size_t align)
54 libpe_pad(PE *pe, size_t pad)
H A Dpe_buffer.c36 PE *pe;
73 PE *pe;
H A Dpe_rich.c35 pe_rich_header(PE *pe)
67 pe_rich_header_validate(PE *pe)
H A Dpe_section.c35 pe_getscn(PE *pe, size_t ndx)
67 pe_nextscn(PE *pe, PE_Scn *ps)
90 pe_newscn(PE *pe)
122 pe_insertscn(PE *pe, size_t ndx)
195 PE *pe;
H A Dpe_update.c36 pe_update(PE *pe)
H A Dlibpe_section.c39 libpe_alloc_scn(PE *pe)
56 PE *pe;
84 sort_sections(PE *pe)
95 libpe_parse_section_headers(PE *pe)
183 /* PE file headers initialization is complete if we reach here. */
188 libpe_load_section(PE *pe, PE_Scn *ps)
258 libpe_load_all_sections(PE *pe)
310 libpe_resync_sections(PE *pe, off_t off)
360 * PE/COFF specification.
402 * PointerToRawData to zero according to the PE/COF
[all...]
H A Dlibpe_init.c38 libpe_open_object(PE *pe)
116 libpe_release_object(PE *pe)
H A Dpe_symtab.c34 pe_update_symtab(PE *pe, char *symtab, size_t sz, unsigned int nsym)
H A Dlibpe_rich.c57 libpe_parse_rich_header(PE *pe)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp82 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp563 PE = SchedModels.procModelEnd(); PI != PE; ++PI, ++ProcItinListsIter) {
1297 PE = SchedModels.procModelEnd(); PI != PE; ++PI) {
1446 const CodeGenSchedClass &SC, PredicateExpander &PE,
1460 SS.indent(PE.getIndentLevel() * 2);
1466 PE.setIndentLevel(PE.getIndentLevel() + 2);
1477 SS.indent(PE.getIndentLevel() * 2);
1482 PE
1445 emitPredicates(const CodeGenSchedTransition &T, const CodeGenSchedClass &SC, PredicateExpander &PE, raw_ostream &OS) argument
[all...]
H A DInstrInfoEmitter.cpp466 PredicateExpander PE(TargetName);
467 PE.setExpandForMC(true);
473 OS.indent(PE.getIndentLevel() * 2);
474 PE.expandStatement(OS, Rec->getValueAsDef("Body"));
491 PredicateExpander PE(TargetName);
492 PE.setExpandForMC(false);
506 OS.indent(PE.getIndentLevel() * 2);
507 PE.expandStatement(OS, Rec->getValueAsDef("Body"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) {
298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) {
402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h164 static bool classof(const PreprocessedEntity *PE) { argument
165 return PE->getKind() == MacroDefinitionKind;
201 static bool classof(const PreprocessedEntity *PE) { argument
202 return PE->getKind() == MacroExpansionKind;
272 static bool classof(const PreprocessedEntity *PE) { argument
273 return PE->getKind() == InclusionDirectiveKind;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h83 void setPrologueEnd(bool PE) { PrologueEnd = PE; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE;
H A DOptimizePHIs.cpp198 for (InstrSetIterator PI = PHIsInCycle.begin(), PE = PHIsInCycle.end();
199 PI != PE; ++PI) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp237 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false);
238 if (PI == PE)
247 } while (++PI != PE);

Completed in 131 milliseconds

12345