/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlan.cpp | 130 "%s Thread #%u (0x%p): tid = 0x%4.4" PRIx64 ", pc = 0x%8.8" PRIx64 in WillResume() 131 ", sp = 0x%8.8" PRIx64 ", fp = 0x%8.8" PRIx64 ", " in WillResume() 198 "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 in ValidatePlan() 199 ", ptid = 0x%" PRIx64 ")", in ValidatePlan() 204 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in ValidatePlan() 205 ", ptid = 0x%" PRIx64 ")", in ValidatePlan() 214 "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 in ShouldStop() 215 ", ptid = 0x%" PRIx64 ")", in ShouldStop() 220 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in ShouldStop() 221 ", ptid = 0x%" PRIx64 ")", in ShouldStop() [all …]
|
H A D | RegisterContextUnwind.cpp | 165 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame() 168 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame() 171 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame() 233 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeZerothFrame() 235 "initialized async frame current pc is 0x%" PRIx64 in InitializeZerothFrame() 236 " cfa is 0x%" PRIx64 " afa is 0x%" PRIx64, in InitializeZerothFrame() 300 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 in InitializeZerothFrame() 301 " afa is 0x%" PRIx64 " using %s UnwindPlan", in InitializeZerothFrame() 362 UnwindLogMsg("pc = 0x%" PRIx64, pc); in InitializeNonZerothFrame() 367 UnwindLogMsg("fp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAddr.cpp | 23 AddrSize, errc::not_supported, "address table at offset 0x%" PRIx64, in extractAddresses() 29 "address table at offset 0x%" PRIx64 in extractAddresses() 30 " contains data of size 0x%" PRIx64 in extractAddresses() 51 "parsing address table at offset 0x%" PRIx64 in extractV5() 62 "at offset 0x%" PRIx64 " with a unit_length value of 0x%" PRIx64, in extractV5() 72 "address table at offset 0x%" PRIx64 in extractV5() 73 " has a unit_length value of 0x%" PRIx64 in extractV5() 85 "address table at offset 0x%" PRIx64 in extractV5() 91 "address table at offset 0x%" PRIx64 in extractV5() 100 "address table at offset 0x%" PRIx64 " has address size %" PRIu8 in extractV5() [all …]
|
H A D | DWARFDebugRangeList.cpp | 36 "invalid range list offset 0x%" PRIx64, *offset_ptr); in extract() 41 "range list at offset 0x%" PRIx64, *offset_ptr)) in extract() 57 "invalid range list entry at offset 0x%" PRIx64, in extract() 71 AddrFmt = "%08" PRIx64 " %04" PRIx64 " %04" PRIx64 "\n"; in dump() 74 AddrFmt = "%08" PRIx64 " %08" PRIx64 " %08" PRIx64 "\n"; in dump() 77 AddrFmt = "%08" PRIx64 " %016" PRIx64 " %016" PRIx64 "\n"; in dump() 84 OS << format("%08" PRIx64 " <End of list>\n", Offset); in dump()
|
H A D | DWARFListTable.cpp | 27 errc::invalid_argument, "parsing %s table at offset 0x%" PRIx64 ": %s", in extract() 35 "%s table at offset 0x%" PRIx64 in extract() 36 " has too small length (0x%" PRIx64 in extract() 44 "of length 0x%" PRIx64 " at offset 0x%" PRIx64, in extract() 56 " in table at offset 0x%" PRIx64, in extract() 60 "%s table at offset 0x%" PRIx64, SectionName.data(), HeaderOffset)) in extract() 64 "%s table at offset 0x%" PRIx64 in extract() 70 "%s table at offset 0x%" PRIx64 " has more offset entries (%" PRIu32 in extract() 81 OS << format("0x%8.8" PRIx64 ": ", HeaderOffset); in dump() 83 OS << format("%s list header: length = 0x%0*" PRIx64, ListTypeString.data(), in dump() [all …]
|
H A D | DWARFTypeUnit.cpp | 25 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump() 26 << ", length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength()) in dump() 31 OS << format("0x%08" PRIx64, getOffset()) << ": Type Unit:" in dump() 32 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength()) in dump() 37 OS << ", abbr_offset = " << format("0x%04" PRIx64, getAbbrOffset()); in dump() 42 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump() 43 << ", type_offset = " << format("0x%04" PRIx64, getTypeOffset()) in dump() 44 << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
|
H A D | DWARFDebugInfoEntry.cpp | 30 "DWARF unit from offset 0x%8.8" PRIx64 " incl. " in extractFast() 31 "to offset 0x%8.8" PRIx64 " excl. " in extractFast() 32 "tries to read DIEs at offset 0x%8.8" PRIx64, in extractFast() 47 "DWARF unit at offset 0x%8.8" PRIx64 " " in extractFast() 48 "contains invalid abbreviation set offset 0x%" PRIx64, in extractFast() 58 "DWARF unit at offset 0x%8.8" PRIx64 " " in extractFast() 60 "offset 0x%8.8" PRIx64 ", valid abbreviations are %s", in extractFast() 87 "DWARF unit at offset 0x%8.8" PRIx64 " " in extractFast() 88 "contains invalid FORM_* 0x%" PRIx16 " at offset 0x%8.8" PRIx64, in extractFast()
|
H A D | DWARFDebugArangeSet.cpp | 78 "parsing address ranges table at offset 0x%" PRIx64 in extract() 89 "0x%" PRIx64 " exceeds section size", in extract() 93 "address range table at offset 0x%" PRIx64, Offset)) in extract() 98 "table at offset 0x%" PRIx64 " is not supported", in extract() 109 "address range table at offset 0x%" PRIx64 in extract() 123 "address range table at offset 0x%" PRIx64 in extract() 149 "address range table at offset 0x%" PRIx64 in extract() 150 " has a premature terminator entry at offset 0x%" PRIx64, in extract() 158 "address range table at offset 0x%" PRIx64 in extract() 166 << format("length = 0x%0*" PRIx64 ", ", OffsetDumpWidth, HeaderData.Length) in dump() [all …]
|
H A D | DWARFDebugPubTable.cpp | 41 "name lookup table at offset 0x%" PRIx64 " parsing failed: %s", in extract() 59 "name lookup table at offset 0x%" PRIx64 in extract() 79 "name lookup table at offset 0x%" PRIx64 " parsing failed: %s", in extract() 86 "name lookup table at offset 0x%" PRIx64 in extract() 87 " has a terminator at offset 0x%" PRIx64 in extract() 88 " before the expected end at 0x%" PRIx64, in extract() 96 OS << "length = " << format("0x%0*" PRIx64, OffsetDumpWidth, S.Length); in dump() 100 << format("0x%0*" PRIx64, OffsetDumpWidth, S.Offset); in dump() 101 OS << ", unit_size = " << format("0x%0*" PRIx64, OffsetDumpWidth, S.Size) in dump() 107 OS << format("0x%0*" PRIx64 " ", OffsetDumpWidth, E.SecOffset); in dump()
|
H A D | DWARFCompileUnit.cpp | 22 OS << format("0x%08" PRIx64, getOffset()) << ": Compile Unit:" in dump() 23 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength()) in dump() 28 OS << ", abbr_offset = " << format("0x%04" PRIx64, getAbbrOffset()); in dump() 34 OS << ", DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump() 35 OS << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
|
H A D | DWARFDebugLine.cpp | 123 << format(" total_length: 0x%0*" PRIx64 "\n", OffsetDumpWidth, in dump() 132 OS << format(" prologue_length: 0x%0*" PRIx64 "\n", OffsetDumpWidth, in dump() 169 OS << format(" mod_time: 0x%8.8" PRIx64 "\n", FileEntry.ModTime); in dump() 171 OS << format(" length: 0x%8.8" PRIx64 "\n", FileEntry.Length); in dump() 385 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse() 399 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse() 406 "parsing line table prologue at offset 0x%8.8" PRIx64 ": address " in parse() 432 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse() 450 "parsing line table prologue at offset 0x%8.8" PRIx64 ": %s", in parse() 463 "parsing line table prologue at 0x%8.8" PRIx64 in parse() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 99 W.startLine() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress); in printEHFrameHdr() 100 W.startLine() << format("Offset: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_offset); in printEHFrameHdr() 101 W.startLine() << format("Size: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_memsz); in printEHFrameHdr() 130 W.startLine() << format("eh_frame_ptr_enc: 0x%" PRIx64 "\n", EHFramePtrEnc); in printEHFrameHdr() 136 W.startLine() << format("fde_count_enc: 0x%" PRIx64 "\n", FDECountEnc); in printEHFrameHdr() 142 W.startLine() << format("table_enc: 0x%" PRIx64 "\n", TableEnc); in printEHFrameHdr() 148 W.startLine() << format("eh_frame_ptr: 0x%" PRIx64 "\n", EHFramePtr); in printEHFrameHdr() 159 W.startLine() << format("initial_location: 0x%" PRIx64 "\n", InitialPC); in printEHFrameHdr() 161 W.startLine() << format("address: 0x%" PRIx64 "\n", Address); in printEHFrameHdr() 176 W.startLine() << format(".eh_frame section at offset 0x%" PRIx64 in printEHFrame() [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_node_info_rcv.c | 80 "Node 0x%" PRIx64 " port %u is reachable from remote node " in report_duplicated_guid() 81 "0x%" PRIx64 " port %u and remote node 0x%" PRIx64 " port %u.\n" in report_duplicated_guid() 157 "Nothing to link for our own node 0x%" PRIx64 "\n", in ni_rcv_set_links() 166 "Unexpected removal of neighbor node 0x%" PRIx64 "\n", in ni_rcv_set_links() 187 PRIx64 "\n", port_num, in ni_rcv_set_links() 228 PRIx64 "\n", port_num, in ni_rcv_set_links() 256 "node 0x%" PRIx64 ", port number %u\n", in ni_rcv_set_links() 262 PRIx64 "\n", port_num, in ni_rcv_set_links() 280 "Creating new link between:\n\t\t\t\tnode 0x%" PRIx64 in ni_rcv_set_links() 281 ", port number %u and\n\t\t\t\tnode 0x%" PRIx64 in ni_rcv_set_links() [all …]
|
H A D | osm_drop_mgr.c | 78 "Cleaned router for port guid 0x%016" PRIx64 "\n", in drop_mgr_remove_router() 107 "port 0x%016" PRIx64 " port num: %u " in drop_mgr_clean_physp() 123 "0x%016" PRIx64 " port num:%u\n", in drop_mgr_clean_physp() 131 "Unlinking local node 0x%016" PRIx64 ", port %u" in drop_mgr_clean_physp() 132 "\n\t\t\t\tand remote node 0x%016" PRIx64 in drop_mgr_clean_physp() 152 "Clearing node 0x%016" PRIx64 " physical port number %u\n", in drop_mgr_clean_physp() 183 "Unreachable port 0x%016" PRIx64 "\n", cl_ntoh64(port_guid)); in drop_mgr_remove_port() 189 "Port 0x%016" PRIx64 " not in guid table\n", in drop_mgr_remove_port() 262 "Cleaned SM for port guid 0x%016" PRIx64 "\n", in drop_mgr_remove_port() 286 "Removed event subscriptions for port 0x%016" PRIx64 "\n", in drop_mgr_remove_port() [all …]
|
H A D | osm_port_info_rcv.c | 106 PRIx64 "\n", mtu, cl_ntoh64(port_guid)); in pi_rcv_process_endport() 115 PRIx64 "\n", rate, cl_ntoh64(port_guid)); in pi_rcv_process_endport() 127 PRIx64 "\n", data_vls, cl_ntoh64(port_guid)); in pi_rcv_process_endport() 136 "Port 0x%" PRIx64 " has unknown M_Key, protection level %u\n", in pi_rcv_process_endport() 157 "Ignoring SM on port 0x%" PRIx64 "\n", in pi_rcv_process_endport() 162 "from port 0x%" PRIx64 "\n", in pi_rcv_process_endport() 186 "from port 0x%" PRIx64 "\n", in pi_rcv_process_endport() 302 "Unlinking local node 0x%" PRIx64 in pi_rcv_process_switch_ext_port() 304 "\n\t\t\t\tand remote node 0x%" PRIx64 in pi_rcv_process_switch_ext_port() 433 PRIx64 ", port:%u\n", data_vls, in pi_rcv_process_switch_ext_port() [all …]
|
H A D | osm_slvl_map_rcv.c | 108 "No port object for port with GUID 0x%" PRIx64 in osm_slvl_rcv_process() 109 "\n\t\t\t\tfor parent node GUID 0x%" PRIx64 in osm_slvl_rcv_process() 110 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid), in osm_slvl_rcv_process() 138 " response from switch 0x%" PRIx64 "\n", in osm_slvl_rcv_process() 149 " in_port_num %u out_port_num %u with GUID 0x%" PRIx64 in osm_slvl_rcv_process() 150 " for parent node GUID 0x%" PRIx64 ", TID 0x%" PRIx64 "\n", in osm_slvl_rcv_process()
|
H A D | osm_pkey_rcv.c | 98 "No port object for port with GUID 0x%" PRIx64 in osm_pkey_rcv_process() 99 "\n\t\t\t\tfor parent node GUID 0x%" PRIx64 in osm_pkey_rcv_process() 100 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid), in osm_pkey_rcv_process() 126 PRIx64 " for parent node GUID 0x%" PRIx64 ", TID 0x%" in osm_pkey_rcv_process() 127 PRIx64 "\n", block_num, port_num, cl_ntoh64(port_guid), in osm_pkey_rcv_process()
|
H A D | osm_vl_arb_rcv.c | 106 "No port object for port with GUID 0x%" PRIx64 in osm_vla_rcv_process() 107 "\n\t\t\t\tfor parent node GUID 0x%" PRIx64 in osm_vla_rcv_process() 108 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid), in osm_vla_rcv_process() 132 PRIx64 " for parent node GUID 0x%" PRIx64 ", TID 0x%" in osm_vla_rcv_process() 133 PRIx64 "\n", block_num, port_num, cl_ntoh64(port_guid), in osm_vla_rcv_process()
|
H A D | osm_dump.c | 77 fprintf(file, "dump_ucast_path_distribution: Switch 0x%" PRIx64 "\n" in dump_ucast_path_distribution() 111 fprintf(file, " 0x%" PRIx64 ")", remote_guid_ho); in dump_ucast_path_distribution() 137 "Switch 0x%016" PRIx64 "\nLID : Port : Hops : Optimal\n", in dump_ucast_routes() 259 sprintf(sw_hdr, "\nSwitch 0x%016" PRIx64 "\nLID : Out Port(s)\n", in dump_mcast_routes() 313 fprintf(file, "Switch: guid 0x%016" PRIx64 "\n", in dump_lid_matrix() 325 fprintf(file, " # portguid 0x%016" PRIx64, in dump_lid_matrix() 342 PRIx64 " (\'%s\'):\n", in dump_ucast_lfts() 357 fprintf(file, "%s portguid 0x%016" PRIx64 ": \'%s\'", in dump_ucast_lfts() 398 fprintf(file, "{ %s%s Ports:%02X SystemGUID:%016" PRIx64 in dump_topology_node() 399 " NodeGUID:%016" PRIx64 " PortGUID:%016" PRIx64 in dump_topology_node() [all …]
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 248 "cidx_inc %d bits_type_ts %016" PRIx64 " notempty %d\n", chp, in dump_cq() 257 fprintf(stderr, "%02x: %016" PRIx64 " %016" PRIx64, i, be64toh(p[0]), be64toh(p[1])); in dump_cq() 263 fprintf(stderr, "%02x: %016" PRIx64 " %016" PRIx64 "\n", i, be64toh(p[0]), be64toh(p[1])); in dump_cq() 265 fprintf(stderr, "%02x: %016" PRIx64 " %016" PRIx64 "\n", i, be64toh(p[0]), be64toh(p[1])); in dump_cq() 267 fprintf(stderr, "%02x: %016" PRIx64 " %016" PRIx64 "\n", i, be64toh(p[0]), be64toh(p[1])); in dump_cq() 313 fprintf(stderr, "%04u: wr_id %016" PRIx64 in dump_qp() 315 "complete %u signaled %u cqe %016" PRIx64 " %016" PRIx64 " %016" PRIx64 " %016" PRIx64 "\n", in dump_qp() 335 fprintf(stderr, "%04u %016" PRIx64 " %016" PRIx64 " ", in dump_qp() 349 fprintf(stderr, "%04u: wr_id %016" PRIx64 "\n", in dump_qp() 360 fprintf(stderr, "%04u %016" PRIx64 " %016" PRIx64 " ", in dump_qp()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCInstPrinter.cpp | 196 return format("-0x%" PRIx64, -Value); in formatDec() 198 return format("0x%" PRIx64, Value); in formatHex() 204 return format("-0%" PRIx64 "h", -Value); in formatHex() 205 return format("-%" PRIx64 "h", -Value); in formatHex() 208 return format("0%" PRIx64 "h", Value); in formatHex() 209 return format("%" PRIx64 "h", Value); in formatHex() 217 return format("0x%" PRIx64, Value); in formatHex() 220 return format("0%" PRIx64 "h", Value); in formatHex() 222 return format("%" PRIx64 "h", Value); in formatHex()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | DwarfInstructions.hpp | 391 fprintf(stderr, "sp[] = 0x%" PRIx64 "\n", (uint64_t)(*t)); in evaluateExpression() 405 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 413 fprintf(stderr, "dereference 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 422 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 431 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() 440 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 449 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() 458 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 467 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() 476 fprintf(stderr, "push 0x%" PRIx64 "\ in evaluateExpression() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LineTable.cpp | 59 "0x%8.8" PRIx64 ": missing LineTable MinDelta", Offset); in parse() 63 "0x%8.8" PRIx64 ": missing LineTable MaxDelta", Offset); in parse() 68 "0x%8.8" PRIx64 ": missing LineTable FirstLine", Offset); in parse() 75 "0x%8.8" PRIx64 ": EOF found before EndSequence", Offset); in parse() 84 "0x%8.8" PRIx64 ": EOF found before SetFile value", in parse() 91 "0x%8.8" PRIx64 ": EOF found before AdvancePC value", in parse() 101 "0x%8.8" PRIx64 ": EOF found before AdvanceLine value", in parse() 204 "LineEntry has address 0x%" PRIx64 " which is " in encode() 206 PRIx64, Curr.Addr, BaseAddr); in encode() 280 "address 0x%" PRIx64 " i in lookup() [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.cpp | 77 LLDB_LOGF(log, "%s info_location = 0x%" PRIx64, __FUNCTION__, info_location); in ResolveRendezvousAddress() 90 "%s resolved via direct object file approach to 0x%" PRIx64, in ResolveRendezvousAddress() 101 "0x%" PRIx64, in ResolveRendezvousAddress() 120 LLDB_LOGF(log, "%s reading pointer (%" PRIu32 " bytes) from 0x%" PRIx64, in UpdateExecutablePath() 132 "%s FAILED - the rendezvous address contained at 0x%" PRIx64 in Resolve() 160 PRIx64 ", brk = 0x%16.16" PRIx64 ", state = %" PRIu64 in Resolve() 161 " (%s), ldbase = 0x%16.16" PRIx64, label ? label : "", version, in Resolve() 186 LLDB_LOGF(log, "DYLDRendezvous::%s cursor = 0x%" PRIx64, __FUNCTION__, in Resolve() 763 LLDB_LOGF(log, " Address: %" PRIx64, GetRendezvousAddres [all...] |
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_event_wheel.c | 240 PRIx64 ">, num_regs:%d, aging time:%" PRIu64 "\n", in cl_event_wheel_dump() 265 " key:<0x%" PRIx64 ">\n", p_event->key); in cl_event_wheel_destroy() 306 PRIx64 "\n", key); in cl_event_wheel_reg() 332 CL_DBG("cl_event_wheel_reg: Registering event key:0x%" PRIx64 in cl_event_wheel_reg() 404 CL_DBG("cl_event_wheel_unreg: " "Removing key:0x%" PRIx64 "\n", key); in cl_event_wheel_unreg() 421 CL_DBG("cl_event_wheel_unreg: Removed key:0x%" PRIx64 "\n", in cl_event_wheel_unreg() 427 CL_DBG("cl_event_wheel_unreg: did not find key:0x%" PRIx64 in cl_event_wheel_unreg() 443 CL_DBG("cl_event_wheel_num_regs: Looking for key:0x%" PRIx64 "\n", key); in cl_event_wheel_num_regs() 477 printf("Event key:0x%" PRIx64 " Context:%s NumRegs:%u\n", in __cl_event_wheel_dump() 493 printf("Event key:0x%" PRIx64 " Context:%s NumRegs:%u\n", in __cl_event_wheel_dump() [all …]
|