Searched refs:PRIx64 (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp25 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash())
26 << ", length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength())
31 OS << format("0x%08" PRIx64, getOffset()) << ": Type Unit:"
32 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength())
37 OS << ", abbr_offset = " << format("0x%04" PRIx64, getAbbrOffset());
42 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash())
43 << ", type_offset = " << format("0x%04" PRIx64, getTypeOffset())
44 << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset())
H A DDWARFCompileUnit.cpp22 OS << format("0x%08" PRIx64, getOffset()) << ": Compile Unit:"
23 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength())
28 OS << ", abbr_offset = " << format("0x%04" PRIx64, getAbbrOffset());
34 OS << ", DWO_id = " << format("0x%016" PRIx64, *getDWOId());
35 OS << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset())
H A DDWARFDebugRangeList.cpp36 "invalid range list offset 0x%" PRIx64, *offset_ptr);
41 "range list at offset 0x%" PRIx64, *offset_ptr))
57 "invalid range list entry at offset 0x%" PRIx64,
71 AddrFmt = "%08" PRIx64 " %04" PRIx64 " %04" PRIx64 "\n";
74 AddrFmt = "%08" PRIx64 " %08" PRIx64 " %08" PRIx64 "\n";
77 AddrFmt = "%08" PRIx64 "
[all...]
H A DDWARFDebugInfoEntry.cpp30 "DWARF unit from offset 0x%8.8" PRIx64 " incl. "
31 "to offset 0x%8.8" PRIx64 " excl. "
32 "tries to read DIEs at offset 0x%8.8" PRIx64,
47 "DWARF unit at offset 0x%8.8" PRIx64 " "
48 "contains invalid abbreviation set offset 0x%" PRIx64,
58 "DWARF unit at offset 0x%8.8" PRIx64 " "
60 "offset 0x%8.8" PRIx64 ", valid abbreviations are %s",
87 "DWARF unit at offset 0x%8.8" PRIx64 " "
88 "contains invalid FORM_* 0x%" PRIx16 " at offset 0x%8.8" PRIx64,
H A DDWARFDebugAddr.cpp23 AddrSize, errc::not_supported, "address table at offset 0x%" PRIx64,
29 "address table at offset 0x%" PRIx64
30 " contains data of size 0x%" PRIx64
51 "parsing address table at offset 0x%" PRIx64
62 "at offset 0x%" PRIx64 " with a unit_length value of 0x%" PRIx64,
72 "address table at offset 0x%" PRIx64
73 " has a unit_length value of 0x%" PRIx64
85 "address table at offset 0x%" PRIx64
91 "address table at offset 0x%" PRIx64
[all...]
H A DDWARFDebugPubTable.cpp41 "name lookup table at offset 0x%" PRIx64 " parsing failed: %s",
59 "name lookup table at offset 0x%" PRIx64
79 "name lookup table at offset 0x%" PRIx64 " parsing failed: %s",
86 "name lookup table at offset 0x%" PRIx64
87 " has a terminator at offset 0x%" PRIx64
88 " before the expected end at 0x%" PRIx64,
96 OS << "length = " << format("0x%0*" PRIx64, OffsetDumpWidth, S.Length);
100 << format("0x%0*" PRIx64, OffsetDumpWidth, S.Offset);
101 OS << ", unit_size = " << format("0x%0*" PRIx64, OffsetDumpWidth, S.Size)
107 OS << format("0x%0*" PRIx64 " ", OffsetDumpWidt
[all...]
H A DDWARFListTable.cpp27 errc::invalid_argument, "parsing %s table at offset 0x%" PRIx64 ": %s",
35 "%s table at offset 0x%" PRIx64
36 " has too small length (0x%" PRIx64
44 "of length 0x%" PRIx64 " at offset 0x%" PRIx64,
56 " in table at offset 0x%" PRIx64,
60 "%s table at offset 0x%" PRIx64, SectionName.data(), HeaderOffset))
64 "%s table at offset 0x%" PRIx64
70 "%s table at offset 0x%" PRIx64 " has more offset entries (%" PRIu32
81 OS << format("0x%8.8" PRIx64 "
[all...]
H A DDWARFDebugArangeSet.cpp78 "parsing address ranges table at offset 0x%" PRIx64
89 "0x%" PRIx64 " exceeds section size",
93 "address range table at offset 0x%" PRIx64, Offset))
98 "table at offset 0x%" PRIx64 " is not supported",
109 "address range table at offset 0x%" PRIx64
123 "address range table at offset 0x%" PRIx64
149 "address range table at offset 0x%" PRIx64
150 " has a premature terminator entry at offset 0x%" PRIx64,
158 "address range table at offset 0x%" PRIx64
166 << format("length = 0x%0*" PRIx64 ", ", OffsetDumpWidt
[all...]
/freebsd-current/contrib/processor-trace/include/windows/
H A Dinttypes.h38 #ifndef PRIx64
39 # define PRIx64 "llx" macro
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp130 "%s Thread #%u (0x%p): tid = 0x%4.4" PRIx64 ", pc = 0x%8.8" PRIx64
131 ", sp = 0x%8.8" PRIx64 ", fp = 0x%8.8" PRIx64 ", "
198 "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64
199 ", ptid = 0x%" PRIx64 ")",
204 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64
205 ", ptid = 0x%" PRIx64 ")",
214 "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64
215 ", ptid = 0x%" PRIx64 ")",
[all...]
H A DStackID.cpp18 s->Printf("StackID (pc = 0x%16.16" PRIx64 ", cfa = 0x%16.16" PRIx64
26 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
H A DThreadPlanBase.cpp98 "Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64
128 "Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64
140 "Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64
151 "Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DUserID.cpp18 strm.Printf("{0x%8.8" PRIx64 "}", uid.GetID());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp18 s->Printf("uid=0x%" PRIx64, uid);
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/linux_dos_attributes/
H A Dwrite_dos_attributes.c90 errx(EXIT_FAILURE, "expecting %#" PRIx64 ", got %#" PRIx64
91 "; %ssetting %#" PRIx64 "",
94 (void) printf("%#" PRIx64 "\n", flags);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_pkey_rcv.c98 "No port object for port with GUID 0x%" PRIx64
99 "\n\t\t\t\tfor parent node GUID 0x%" PRIx64
100 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid),
126 PRIx64 " for parent node GUID 0x%" PRIx64 ", TID 0x%"
127 PRIx64 "\n", block_num, port_num, cl_ntoh64(port_guid),
H A Dosm_vl_arb_rcv.c106 "No port object for port with GUID 0x%" PRIx64
107 "\n\t\t\t\tfor parent node GUID 0x%" PRIx64
108 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid),
132 PRIx64 " for parent node GUID 0x%" PRIx64 ", TID 0x%"
133 PRIx64 "\n", block_num, port_num, cl_ntoh64(port_guid),
H A Dosm_mcast_fwd_rcv.c95 "Switch 0x%016" PRIx64 ", TID 0x%" PRIx64 "\n",
112 "0x%016" PRIx64 "\n", cl_ntoh64(node_guid));
120 ", Switch 0x%016" PRIx64
H A Dosm_slvl_map_rcv.c108 "No port object for port with GUID 0x%" PRIx64
109 "\n\t\t\t\tfor parent node GUID 0x%" PRIx64
110 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid),
138 " response from switch 0x%" PRIx64 "\n",
149 " in_port_num %u out_port_num %u with GUID 0x%" PRIx64
150 " for parent node GUID 0x%" PRIx64 ", TID 0x%" PRIx64 "\n",
H A Dosm_guid_info_rcv.c109 "No port object for port with GUID 0x%" PRIx64
110 "\n\t\t\t\tfor parent node GUID 0x%" PRIx64
111 ", TID 0x%" PRIx64 "\n",
H A Dosm_drop_mgr.c78 "Cleaned router for port guid 0x%016" PRIx64 "\n",
107 "port 0x%016" PRIx64 " port num: %u "
123 "0x%016" PRIx64 " port num:%u\n",
131 "Unlinking local node 0x%016" PRIx64 ", port %u"
132 "\n\t\t\t\tand remote node 0x%016" PRIx64
152 "Clearing node 0x%016" PRIx64 " physical port number %u\n",
183 "Unreachable port 0x%016" PRIx64 "\n", cl_ntoh64(port_guid));
189 "Port 0x%016" PRIx64 " not in guid table\n",
262 "Cleaned SM for port guid 0x%016" PRIx64 "\n",
286 "Removed event subscriptions for port 0x%016" PRIx64 "\
[all...]
H A Dosm_node_info_rcv.c80 "Node 0x%" PRIx64 " port %u is reachable from remote node "
81 "0x%" PRIx64 " port %u and remote node 0x%" PRIx64 " port %u.\n"
157 "Nothing to link for our own node 0x%" PRIx64 "\n",
166 "Unexpected removal of neighbor node 0x%" PRIx64 "\n",
187 PRIx64 "\n", port_num,
228 PRIx64 "\n", port_num,
256 "node 0x%" PRIx64 ", port number %u\n",
262 PRIx64 "\n", port_num,
280 "Creating new link between:\n\t\t\t\tnode 0x%" PRIx64
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h99 W.startLine() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress);
100 W.startLine() << format("Offset: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_offset);
101 W.startLine() << format("Size: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_memsz);
130 W.startLine() << format("eh_frame_ptr_enc: 0x%" PRIx64 "\n", EHFramePtrEnc);
136 W.startLine() << format("fde_count_enc: 0x%" PRIx64 "\n", FDECountEnc);
142 W.startLine() << format("table_enc: 0x%" PRIx64 "\n", TableEnc);
148 W.startLine() << format("eh_frame_ptr: 0x%" PRIx64 "\n", EHFramePtr);
159 W.startLine() << format("initial_location: 0x%" PRIx64 "\n", InitialPC);
161 W.startLine() << format("address: 0x%" PRIx64 "\n", Address);
176 W.startLine() << format(".eh_frame section at offset 0x%" PRIx64
[all...]
/freebsd-current/contrib/xz/src/common/
H A Dsysdefs.h87 # ifndef PRIx64
88 # define PRIx64 "llx" macro
100 # ifndef PRIx64
101 # define PRIx64 "lx" macro
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp196 return format("-0x%" PRIx64, -Value);
198 return format("0x%" PRIx64, Value);
204 return format("-0%" PRIx64 "h", -Value);
205 return format("-%" PRIx64 "h", -Value);
208 return format("0%" PRIx64 "h", Value);
209 return format("%" PRIx64 "h", Value);
217 return format("0x%" PRIx64, Value);
220 return format("0%" PRIx64 "h", Value);
222 return format("%" PRIx64 "h", Value);

Completed in 269 milliseconds

1234567891011>>