| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 251 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local 253 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo() 254 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo() 258 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo() 269 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 312 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local 314 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo() 315 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo() 319 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo() 330 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
|
| /openbsd-src/distrib/notes/i386/ |
| H A D | hardware | 2 OpenBSD/MACHINE OSREV works across a broad range of standard PCs and 6 typically older proprietary PCs, laptops, or specialized server boxes
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | SanitizerCoverage.rst | 18 Tracing PCs with guards 175 instrumented PCs. Requires either ``-fsanitize-coverage=inline-8bit-counters``, 187 // Capture this array in order to read the PCs and their Flags. 188 // The number of PCs and PCFlags for a given DSO is the same as the number 197 Tracing PCs 474 SanitizerCoverage: ./a.out.7312.sancov 2 PCs written 479 SanitizerCoverage: ./a.out.7316.sancov 3 PCs written
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 749 SmallVector<Constant *, 32> PCs; in CreatePCArray() local 753 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 754 PCs.push_back((Constant *)IRB.CreateIntToPtr( in CreatePCArray() 757 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray() 759 PCs.push_back(Constant::getNullValue(IntptrPtrTy)); in CreatePCArray() 765 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | magic | 75 # Some PCs have the annoying habit of adding a ^D as a document separator
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.cpp | 81 std::set<uint32_t> PCs; in Parse() local 113 if (PCs.insert(N).second) in Parse()
|
| H A D | FuzzerFlags.def | 136 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | PCSectionsMetadata.rst | 12 addresses, viz. program counters (PCs), are to be emitted in specially encoded
|
| H A D | LibFuzzer.rst | 335 If 1, print out newly covered PCs. Defaults to 0.
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | printer | 17 # Some PCs have the annoying habit of adding a ^D as a document separator
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 288 CODEGENOPT(SanitizeBinaryMetadataCovered, 1, 0) ///< Emit PCs for covered functions. 289 CODEGENOPT(SanitizeBinaryMetadataAtomics, 1, 0) ///< Emit PCs for atomic operations. 290 CODEGENOPT(SanitizeBinaryMetadataUAR, 1, 0) ///< Emit PCs for start of functions
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 5618 HelpText<"Create a table of coverage-instrumented PCs">, 5650 HelpText<"Emit PCs for code covered with binary analysis sanitizers">, 5654 HelpText<"Emit PCs for atomic operations used by binary analysis sanitizers">, 5658 HelpText<"Emit PCs for start of functions that are subject for use-after-return checking.">,
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlipc.pod | 903 on PCs provides socket support, as do some VMS libraries), you might not have
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1992 | 236 * (fetch_register): Clear out priv level when reading PCs. 241 register. Also, mask out bottom two bits of all PCs so as not to
|
| H A D | ChangeLog-1994 | 2888 * objfiles.h: Define values for invalid PCs for entry point info.
|
| H A D | ChangeLog-1993 | 1694 * blockframe.c (find_pc_partial_function): Fix handling for PCs
|