Searched refs:EF (Results 1 - 25 of 81) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/
H A Duk.pl8 0457 ; [.23EF.0020.0002] # CYRILLIC SMALL LETTER YI
9 0456 0308 ; [.23EF.0020.0002] # CYRILLIC SMALL LETTER YI
10 0407 ; [.23EF.0020.0008] # CYRILLIC CAPITAL LETTER YI
11 0406 0308 ; [.23EF.0020.0008] # CYRILLIC CAPITAL LETTER YI
12 A676 ; [.23EF.0020.0004] # COMBINING CYRILLIC LETTER YI
H A Dfi.pl29 01EF ; [.2286.0021.0002][.0000.0039.0002][.0000.0028.0002] # LATIN SMALL LETTER EZH WITH CARON
H A Dfi_phone.pl27 01EF ; [.2286.0021.0002][.0000.0039.0002][.0000.0028.0002] # LATIN SMALL LETTER EZH WITH CARON
H A Dcu.pl46 00EF ; [.2090.0020.0002][.0000.0021.0000][.0000.00A8.0002][.0000.0021.0000] # LATIN SMALL LETTER I WITH DIAERESIS
78 A69E ; [.0000.0021.0000][.0000.00C0.0002][.0000.0021.0000] # COMBINING CYRILLIC LETTER EF
143 04EF ; [.247F.0020.0021][.0000.0000.001C][.0000.0032.0002] # CYRILLIC SMALL LETTER U WITH MACRON
H A Dse.pl17 01EF ; [.1FEA.0020.0002] # LATIN SMALL LETTER EZH WITH CARON
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dor32-opc.c71 #define EF(func) &(func) macro
74 #define EF(func) EFN macro
80 { "l.j", "N", "00 0x0 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_j), OR32_IF_DELAY },
81 { "l.jal", "N", "00 0x1 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_jal), OR32_IF_DELAY },
82 { "l.bnf", "N", "00 0x3 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_bnf), OR32_IF_DELAY | OR32_R_FLAG},
83 { "l.bf", "N", "00 0x4 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_bf), OR32_IF_DELAY | OR32_R_FLAG },
84 { "l.nop", "K", "00 0x5 01--- ----- KKKK KKKK KKKK KKKK", EF(l_nop), 0 },
85 { "l.movhi", "rD,K", "00 0x6 DDDDD ----0 KKKK KKKK KKKK KKKK", EF(l_movhi), 0 }, /*MM*/
86 { "l.macrc", "rD", "00 0x6 DDDDD ----1 0000 0000 0000 0000", EF(l_macrc), 0 }, /*MM*/
88 { "l.sys", "K", "00 0x8 00000 00000 KKKK KKKK KKKK KKKK", EF(l_sy
340 #undef EF macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dor32-opc.c63 #define EF(func) &(func) macro
66 #define EF(func) EFN macro
72 { "l.j", "N", "00 0x0 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_j), OR32_IF_DELAY },
73 { "l.jal", "N", "00 0x1 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_jal), OR32_IF_DELAY },
74 { "l.bnf", "N", "00 0x3 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_bnf), OR32_IF_DELAY | OR32_R_FLAG},
75 { "l.bf", "N", "00 0x4 NNNNN NNNNN NNNN NNNN NNNN NNNN", EF(l_bf), OR32_IF_DELAY | OR32_R_FLAG },
76 { "l.nop", "K", "00 0x5 01--- ----- KKKK KKKK KKKK KKKK", EF(l_nop), 0 },
77 { "l.movhi", "rD,K", "00 0x6 DDDDD ----0 KKKK KKKK KKKK KKKK", EF(l_movhi), 0 }, /*MM*/
78 { "l.macrc", "rD", "00 0x6 DDDDD ----1 0000 0000 0000 0000", EF(l_macrc), 0 }, /*MM*/
80 { "l.sys", "K", "00 0x8 00000 00000 KKKK KKKK KKKK KKKK", EF(l_sy
332 #undef EF macro
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h157 if (EF->__msan_scoped_enable_interceptor_checks)
158 EF->__msan_scoped_enable_interceptor_checks();
161 if (EF->__msan_scoped_disable_interceptor_checks)
162 EF->__msan_scoped_disable_interceptor_checks();
168 if (EF->__msan_scoped_disable_interceptor_checks)
169 EF->__msan_scoped_disable_interceptor_checks();
172 if (EF->__msan_scoped_enable_interceptor_checks)
173 EF->__msan_scoped_enable_interceptor_checks();
H A DFuzzerUtil.cpp191 if (!EF->__sanitizer_symbolize_pc || !l.owns_lock())
194 EF->__sanitizer_symbolize_pc(reinterpret_cast<void*>(PC),
201 if (EF->__sanitizer_symbolize_pc)
209 if (EF->__sanitizer_print_stack_trace && l.owns_lock())
210 EF->__sanitizer_print_stack_trace();
215 if (EF->__sanitizer_print_memory_profile && l.owns_lock())
216 EF->__sanitizer_print_memory_profile(95, 8);
H A DFuzzerLoop.cpp106 if (TraceLevel >= 2 && EF)
119 if (TraceLevel >= 2 && EF)
141 if (EF->__sanitizer_set_death_callback)
142 EF->__sanitizer_set_death_callback(StaticDeathCallback);
147 if (Options.DetectLeaks && EF->__sanitizer_install_malloc_and_free_hooks)
148 EF->__sanitizer_install_malloc_and_free_hooks(MallocHook, FreeHook);
229 if (EF->__sanitizer_acquire_crash_state &&
230 !EF->__sanitizer_acquire_crash_state())
246 if (EF->__sanitizer_acquire_crash_state &&
247 !EF
[all...]
H A DFuzzerDefs.h39 extern ExternalFunctions *EF;
H A DFuzzerMutate.cpp53 if (EF->LLVMFuzzerCustomMutator)
58 if (EF->LLVMFuzzerCustomCrossOver)
72 if (EF->__msan_unpoison)
73 EF->__msan_unpoison(Data, Size);
74 if (EF->__msan_unpoison_param)
75 EF->__msan_unpoison_param(4);
76 return EF->LLVMFuzzerCustomMutator(Data, Size, MaxSize,
91 if (EF->__msan_unpoison) {
92 EF->__msan_unpoison(Data, Size);
93 EF
[all...]
H A DFuzzerDriver.cpp191 const ExternalFunctions *EF) {
203 if (EF->LLVMFuzzerCustomMutator) {
206 "Disabling -len_control by default.\n", EF->LLVMFuzzerCustomMutator);
646 EF = new ExternalFunctions();
647 if (EF->LLVMFuzzerInitialize)
648 EF->LLVMFuzzerInitialize(argc, argv);
649 if (EF->__msan_scoped_disable_interceptor_checks)
650 EF->__msan_scoped_disable_interceptor_checks();
658 ParseFlags(Args, EF);
929 ExternalFunctions *EF member in namespace:fuzzer
190 ParseFlags(const std::vector<std::string> &Args, const ExternalFunctions *EF) argument
[all...]
H A DFuzzerIO.cpp142 if (EF->__sanitizer_set_report_fd)
143 EF->__sanitizer_set_report_fd(
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCWasmStreamer.cpp42 void MCWasmStreamer::mergeFragment(MCDataFragment *DF, MCDataFragment *EF) { argument
45 for (unsigned I = 0, E = EF->getFixups().size(); I != E; ++I) {
46 EF->getFixups()[I].setOffset(EF->getFixups()[I].getOffset() +
48 DF->getFixups().push_back(EF->getFixups()[I]);
50 if (DF->getSubtargetInfo() == nullptr && EF->getSubtargetInfo())
51 DF->setHasInstructions(*EF->getSubtargetInfo());
52 DF->getContents().append(EF->getContents().begin(), EF->getContents().end());
H A DMCELFStreamer.cpp54 MCDataFragment *EF) {
58 uint64_t FSize = EF->getContents().size();
64 Assembler, EF, DF->getContents().size(), FSize);
72 EF->setBundlePadding(static_cast<uint8_t>(RequiredBundlePadding));
73 Assembler.writeFragmentPadding(VecOS, *EF, FSize);
81 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) {
82 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() +
84 DF->getFixups().push_back(EF->getFixups()[i]);
86 if (DF->getSubtargetInfo() == nullptr && EF
53 mergeFragment(MCDataFragment *DF, MCDataFragment *EF) argument
[all...]
H A DMCAssembler.cpp452 MCEncodedFragment *EF = cast<MCEncodedFragment>(F); local
453 uint64_t FSize = Assembler.computeFragmentSize(*this, *EF);
459 computeBundlePadding(Assembler, EF, EF->Offset, FSize);
462 EF->setBundlePadding(static_cast<uint8_t>(RequiredBundlePadding));
463 EF->Offset += RequiredBundlePadding;
478 const MCEncodedFragment &EF,
482 unsigned BundlePadding = EF.getBundlePadding();
486 assert(EF.hasInstructions() &&
490 const MCSubtargetInfo *STI = EF
477 writeFragmentPadding(raw_ostream &OS, const MCEncodedFragment &EF, uint64_t FSize) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h260 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
267 ELFFile<ELFT> EF; member in class:llvm::object::ELFObjectFile
334 auto SectionsOrErr = EF.sections();
379 auto SectionsOrErr = EF.sections();
386 auto ErrorOrContents = EF.getSectionContents(Sec);
416 return EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
421 auto RelSecOrErr = EF.getSection(Rel.d.a);
448 unsigned getPlatformFlags() const override { return EF.getHeader().e_flags; }
450 const ELFFile<ELFT> &getELFFile() const { return EF; }
462 void createFakeSections() { EF
1108 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF, const Elf_Shdr *DotDynSymSec, const Elf_Shdr *DotSymtabSec, const Elf_Shdr *DotSymtabShndx) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp677 const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex) {
680 const auto &Sections = cantFail(EF.sections());
686 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link);
689 describe(EF, Sec) + ": " +
694 Expected<std::vector<BBAddrMap>> BBAddrMapOrErr = EF.decodeBBAddrMap(Sec);
696 return createError("unable to read " + describe(EF, Sec) + ": " +
706 readDynsymVersionsImpl(const ELFFile<ELFT> &EF, argument
713 for (const Elf_Shdr &Sec : cantFail(EF.sections())) {
725 EF.loadVersionMap(VerNeedSec, VerDefSec);
734 EF
676 readBBAddrMapImpl( const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp108 FullSourceLoc BF(B, SM), EF(E, SM);
112 EF.getFileID(), EF.getLineNumber(), EF.getColumnNumber() + TokSize);
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DBpb.pl68 27EE 27EF
69 27EF 27EE
H A DPerlDeci.pl27 9E6 9EF 0
H A DNv.pl32 9E6 9EF 0
355 102EF 60
441 109EF 300000
551 111EF 60
569 118EF 60
H A DBpt.pl69 27EF C
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DCombiningClass.pl152 8ED 8EF 220
280 20EC 20EF 220

Completed in 314 milliseconds

1234