Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 25 of 1379) sorted by relevance

12345678910>>...56

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.cc38 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); in OnStackUnwind()
42 void ErrorDeadlySignal::Print() { in Print() function in __asan::ErrorDeadlySignal
46 void ErrorDoubleFree::Print() { in Print() function in __asan::ErrorDoubleFree
54 scariness.Print(); in Print()
57 stack.Print(); in Print()
58 addr_description.Print(); in Print()
62 void ErrorNewDeleteTypeMismatch::Print() { in Print() function in __asan::ErrorNewDeleteTypeMismatch
93 scariness.Print(); in Print()
95 stack.Print(); in Print()
96 addr_description.Print(); in Print()
[all …]
H A Dasan_errors.h64 void Print();
78 void Print();
96 void Print();
108 void Print();
124 void Print();
136 void Print();
149 void Print();
164 void Print();
176 void Print();
189 void Print();
[all …]
H A Dasan_descriptions.h98 void Print() const;
129 void Print() const;
144 void Print() const;
159 void Print(const char *bug_type = "") const;
227 void Print(const char *bug_descr = nullptr) const {
233 return data.shadow.Print();
235 return data.heap.Print();
237 return data.stack.Print();
240 return data.global.Print(bug_descr);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.cc36 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); in OnStackUnwind()
40 void ErrorDeadlySignal::Print() { in Print() function in __asan::ErrorDeadlySignal
44 void ErrorDoubleFree::Print() { in Print() function in __asan::ErrorDoubleFree
52 scariness.Print(); in Print()
55 stack.Print(); in Print()
56 addr_description.Print(); in Print()
60 void ErrorNewDeleteTypeMismatch::Print() { in Print() function in __asan::ErrorNewDeleteTypeMismatch
91 scariness.Print(); in Print()
93 stack.Print(); in Print()
94 addr_description.Print(); in Print()
[all …]
H A Dasan_errors.h62 void Print();
76 void Print();
94 void Print();
106 void Print();
122 void Print();
134 void Print();
147 void Print();
162 void Print();
174 void Print();
187 void Print();
[all …]
H A Dasan_descriptions.h96 void Print() const;
127 void Print() const;
142 void Print() const;
157 void Print(const char *bug_type = "") const;
225 void Print(const char *bug_descr = nullptr) const {
231 return data.shadow.Print();
233 return data.heap.Print();
235 return data.stack.Print();
238 return data.global.Print(bug_descr);
H A Dasan_descriptions.cc60 StackDepotGet(context->stack_id).Print(); in DescribeThread()
88 descr.Print(); in DescribeAddressIfShadow()
188 descr.Print(); in DescribeAddressIfHeap()
271 descr.Print(); in DescribeAddressIfStack()
316 descr.Print(bug_type); in DescribeAddressIfGlobal()
320 void ShadowAddressDescription::Print() const { in Print() function in __asan::ShadowAddressDescription
324 void GlobalAddressDescription::Print(const char *bug_type) const { in Print() function in __asan::GlobalAddressDescription
331 StackDepotGet(reg_sites[i]).Print(); in Print()
356 void StackAddressDescription::Print() const { in Print() function in __asan::StackAddressDescription
377 alloca_stack.Print(); in Print()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.cpp37 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); in OnStackUnwind()
42 void ErrorDeadlySignal::Print() { in Print() function in __asan::ErrorDeadlySignal
46 void ErrorDoubleFree::Print() { in Print() function in __asan::ErrorDoubleFree
53 scariness.Print(); in Print()
56 stack.Print(); in Print()
57 addr_description.Print(); in Print()
61 void ErrorNewDeleteTypeMismatch::Print() { in Print() function in __asan::ErrorNewDeleteTypeMismatch
91 scariness.Print(); in Print()
93 stack.Print(); in Print()
94 addr_description.Print(); in Print()
[all …]
H A Dasan_errors.h64 void Print();
78 void Print();
96 void Print();
108 void Print();
124 void Print();
136 void Print();
149 void Print();
164 void Print();
179 void Print();
191 void Print();
[all …]
H A Dasan_descriptions.h97 void Print() const;
128 void Print() const;
143 void Print() const;
153 void Print() const;
165 void Print(const char *bug_type = "") const;
233 void Print(const char *bug_descr = nullptr) const {
236 data.wild.Print();
239 return data.shadow.Print();
241 return data.heap.Print();
243 return data.stack.Print();
[all …]
H A Dasan_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
88 descr.Print(); in DescribeAddressIfShadow()
188 descr.Print(); in DescribeAddressIfHeap()
271 descr.Print(); in DescribeAddressIfStack()
316 descr.Print(bug_type); in DescribeAddressIfGlobal()
320 void ShadowAddressDescription::Print() const { in Print() function in __asan::ShadowAddressDescription
325 void GlobalAddressDescription::Print(const char *bug_type) const { in Print() function in __asan::GlobalAddressDescription
332 StackDepotGet(reg_sites[i]).Print(); in Print()
357 void StackAddressDescription::Print() const { in Print() function in __asan::StackAddressDescription
378 alloca_stack.Print(); in Print()
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dt3.c21 Print(L"Hello World! (0xd=0x%x, 13=%d)\n", 13, 13); in efi_main()
23 Print(L"before InitializeLib(): PoolAllocationType=%d\n", in efi_main()
26 Print(L" after InitializeLib(): PoolAllocationType=%d\n", in efi_main()
33 Print(L"BS->HandleProtocol() "); in efi_main()
43 Print(L"%xh (%r)\n", efi_status, efi_status); in efi_main()
49 Print(L" li: %xh\n", li); in efi_main()
55 Print(L" li->Revision: %xh\n", li->Revision); in efi_main()
56 Print(L" li->ParentHandle: %xh\n", li->ParentHandle); in efi_main()
57 Print(L" li->SystemTable: %xh\n", li->SystemTable); in efi_main()
58 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle); in efi_main()
[all …]
H A Dtcc.c23 Print(L"%%rsp: 0x%08x%08x stack:\r\n",
27 Print(L"%08x: ", ((uint64_t)rsp) & 0xffffffff);
28 Print(L"%016x ", *rsp++);
29 Print(L"%016x ", *rsp++);
30 Print(L"%016x ", *rsp++);
31 Print(L"%016x\r\n", *rsp++);
333 Print(L"Hello\r\n"); in efi_main()
336 Print(L"Returning Failure works\n"); in efi_main()
338 Print(L"Returning failure doesn't work.\r\n"); in efi_main()
339 Print(L"%%rax was 0x%016x, should have been 0x%016x\n", in efi_main()
[all …]
H A DAllocPages.c125 Print(L"AllocatePage: __AllocType__ __MemType__ __NumPages__ [__Addr__]\n"); in efi_main()
126 Print(L"__AllocType__ {0,1,2} -- Any, MaxAddr, Addr\n"); in efi_main()
127 Print(L"__MemType__ {0..13}, Reserved ==0, LCode==1, LData==2, BSCode==3, BSData==4, ...\n"); in efi_main()
128 Print(L"__NumPages__ {0..%x}\n", MAX_NUM_PAGES); in efi_main()
129 Print(L"[__Addr__] 0... %llx\n", MAX_ADDR); in efi_main()
130 Print(L"All numbers in hex no leading 0x\n"); in efi_main()
131 Print(L"\n"); in efi_main()
134 Print(L"Now get argc/argv\n"); in efi_main()
138 Print(L"argc = %d\n", argc); in efi_main()
143 Print(L"argv[%d] = <%s>\n", c, argv[c]); in efi_main()
[all …]
H A DFreePages.c98 Print(L"FreePages: __PhysAddr__ __PgCnt__\n"); in efi_main()
99 Print(L"__PhysAddr__ 0... %llx\n", MAX_ADDR); in efi_main()
100 Print(L"__PgCnt__ [0..%lx]\n", MAX_NUM_PAGES); in efi_main()
101 Print(L"All numbers hex w/ no leading 0x\n"); in efi_main()
102 Print(L"\n"); in efi_main()
105 Print(L"Now parse argc/argv\n"); in efi_main()
109 Print(L"argc = %d\n", argc); in efi_main()
114 Print(L"argv[%d] = <%s>\n", c, argv[c]); in efi_main()
118 Print(L"Invalid argument count\n"); in efi_main()
126 Print(L"Inavlid PgCnt\n"); in efi_main()
[all …]
H A Dmodelist.c16 Print(L"GOP reports MaxMode %d\n", imax); in print_modes()
18 Print(L"gop->Mode is NULL\n"); in print_modes()
28 Print(L"gop->QueryMode() returned %r\n", rc); in print_modes()
29 Print(L"Trying to start GOP with SetMode().\n"); in print_modes()
37 Print(L"%d: Bad response from QueryMode: %r (%d)\n", in print_modes()
41 Print(L"%c%d: %dx%d ", in print_modes()
48 Print(L"RGBR"); in print_modes()
51 Print(L"BGRR"); in print_modes()
54 Print(L"R:%08x G:%08x B:%08x X:%08x", in print_modes()
61 Print(L"(blt only)"); in print_modes()
[all …]
H A Dlfbgrid.c33 Print(L"Invalid pixel format\n"); in fill_boxes()
68 Print(L"gop->Mode is NULL\n"); in draw_boxes()
77 Print(L"gop->QueryMode() returned %r\n", rc); in draw_boxes()
78 Print(L"Trying to start GOP with SetMode().\n"); in draw_boxes()
86 Print(L"%d: Bad response from QueryMode: %r (%d)\n", in draw_boxes()
101 Print(L"height * pitch * pixelsize = %lu buf fb size is %lu; using %lu\n", in draw_boxes()
107 Print(L"Allocation of 0x%08lx bytes failed.\n", in draw_boxes()
117 Print(L"No linear framebuffer on this device.\n"); in draw_boxes()
132 Print(L"Never found the active video mode?\n"); in draw_boxes()
144 Print(L"Bad response from QueryMode: %s (%d)\n", Buffer, rc); in SetWatchdog()
[all …]
H A Dt6.c30 Print(L"handleprotocol: %r\n", status); in efi_main()
36 Print(L"Image device : %s\n", DevicePathToStr(dev_path)); in efi_main()
37 Print(L"Image file : %s\n", DevicePathToStr(loaded_image->FilePath)); in efi_main()
39 Print(L"Image base : %lx\n", loaded_image->ImageBase); in efi_main()
40 Print(L"Image size : %lx\n", loaded_image->ImageSize); in efi_main()
41 Print(L"Load options size : %lx\n", loaded_image->LoadOptionsSize); in efi_main()
42 Print(L"Load options : %s\n", loaded_image->LoadOptions); in efi_main()
H A Dbltgrid.c43 Print(L"gop->Mode is NULL\n"); in draw_boxes()
52 Print(L"gop->QueryMode() returned %r\n", rc); in draw_boxes()
53 Print(L"Trying to start GOP with SetMode().\n"); in draw_boxes()
61 Print(L"%d: Bad response from QueryMode: %r (%d)\n", in draw_boxes()
74 Print(L"Allocation of 0x%08lx bytes failed.\n", in draw_boxes()
92 Print(L"Never found the active video mode?\n"); in draw_boxes()
104 Print(L"Bad response from QueryMode: %s (%d)\n", Buffer, rc); in SetWatchdog()
121 Print(L"Could not locate GOP: %r\n", rc); in efi_main()
126 Print(L"LocateProtocol(GOP, &gop) returned %r but GOP is NULL\n", rc); in efi_main()
H A Ddrv0_use.c33 Print(L"Cannot open proto: %d\n", Status); in PlayWithGnuEfiAppsDrv0Protocol()
39 Print(L"Cannot call SayHello: %d\n", Status); in PlayWithGnuEfiAppsDrv0Protocol()
44 Print(L"Cannot call GetNumberOfHello: %d\n", Status); in PlayWithGnuEfiAppsDrv0Protocol()
46 Print(L"Hello was called %d time(s).\n", NumberOfHello); in PlayWithGnuEfiAppsDrv0Protocol()
65 Print(L"Error looking up handles for proto: %d\n", Status); in efi_main()
71 Print(L"Playing with driver instance %d...\n", i); in efi_main()
74 Print(L"Error playing with instance %d, skipping\n", i); in efi_main()
/netbsd-src/external/bsd/jemalloc/dist/bin/
H A Djemalloc-config.in8 --help | -h : Print usage.
9 --version : Print jemalloc version.
10 --revision : Print shared library revision number.
11 --config : Print configure options used to build jemalloc.
12 --prefix : Print installation directory prefix.
13 --bindir : Print binary installation directory.
14 --datadir : Print data installation directory.
15 --includedir : Print include installation directory.
16 --libdir : Print library installation directory.
17 --mandir : Print manual page installation directory.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-otool.rst28 Print linker optimization hints.
32 Print shared library id.
36 Print data section.
40 Print universal headers.
44 Print data-in-code table.
48 Print help for hidden flags.
52 Print help.
56 Print mach header.
60 Print indirect symbol table.
64 Print opcode bytes.
[all …]
H A Dllvm-config.rst1 llvm-config - Print LLVM compilation options
34 Print the version number of LLVM.
38 Print a summary of **llvm-config** arguments.
42 Print the installation prefix for LLVM.
46 Print the source root from which LLVM was built.
50 Print the object root used to build LLVM.
54 Print the installation directory for LLVM binaries.
58 Print the installation directory for LLVM headers.
62 Print the installation directory for LLVM libraries.
66 Print the C++ compiler flags needed to use LLVM headers.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h618 UniversalPrinter<T&>::Print(ref.get(), os); in PrintTo()
636 UniversalPrinter<typename std::tuple_element<I - 1, T>::type>::Print( in PrintTupleTo()
653 UniversalPrinter<T1>::Print(value.first, os); in PrintTo()
655 UniversalPrinter<T2>::Print(value.second, os); in PrintTo()
671 static void Print(const T& value, ::std::ostream* os) { in Print() function
693 static void Print(const ::absl::optional<T>& value, ::std::ostream* os) { in Print() function
709 static void Print(const ::absl::variant<T...>& value, ::std::ostream* os) { in Print() function
765 static void Print(const T (&a)[N], ::std::ostream* os) { in Print() function
778 static void Print(const T& value, ::std::ostream* os) { in Print() function
797 static void Print(const T& value, ::std::ostream* os) { in Print() function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPrintable.h39 std::function<void(raw_ostream &OS)> Print;
40 Printable(std::function<void(raw_ostream &OS)> Print) in Printable() argument
41 : Print(std::move(Print)) {} in Printable()
45 P.Print(OS);

12345678910>>...56