Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp330 outs() << format("0x%08" PRIx32, addr + j * stride) << " "; in PrintIndirectSymbolTable()
435 outs() << format("0x%08" PRIx32, Offset) << " "; in PrintDataInCodeTable()
459 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable()
463 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable()
632 outs() << format("0x%08" PRIx32, l); in DumpLiteral4()
671 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1); in DumpLiteral8()
721 outs() << format("0x%08" PRIx32, l0) << " "; in DumpLiteral16()
722 outs() << format("0x%08" PRIx32, l1) << " "; in DumpLiteral16()
723 outs() << format("0x%08" PRIx32, l2) << " "; in DumpLiteral16()
724 outs() << format("0x%08" PRIx32, l3) << "\n"; in DumpLiteral16()
[all …]
HDllvm-objdump.cpp249 OS << format("%08" PRIx32, opcode); in printLead()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDinttypes.h43 #undef PRIx32
78 #define PRIx32 "x" macro
/NextBSD/contrib/xz/src/common/
HDsysdefs.h68 #ifndef PRIx32
69 # define PRIx32 "x" macro
/NextBSD/sys/arm64/include/
HD_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/NextBSD/sys/sparc64/include/
HD_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/NextBSD/sys/riscv/include/
HD_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/NextBSD/sys/arm/include/
HD_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/NextBSD/sys/powerpc/include/
HD_inttypes.h114 #define PRIx32 "x" /* uint32_t */ macro
/NextBSD/sys/x86/include/
HD_inttypes.h114 #define PRIx32 "x" /* uint32_t */ macro
/NextBSD/sys/mips/include/
HD_inttypes.h115 #define PRIx32 "x" /* uint32_t */ macro
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDMemory.cpp486 …log->Printf ("Process::DoAllocateMemory (byte_size = 0x%8.8" PRIx32 ", permissions = %s) => 0x%16.… in AllocatePage()
526 …log->Printf ("AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8" PRIx32 ", permissions = %s… in AllocateMemory()
/NextBSD/contrib/libc++/include/
Dcinttypes97 PRIx32
Dmodule.modulemap95 …PRIx8, PRIx16, PRIx32, PRIx64, PRIxFAST8, PRIxFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAS…
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDutil.h25 # define FMTx32 PRIx32
/NextBSD/usr.bin/dtc/
HDdtb.cc263 fprintf(stderr, "Missing magic token in header. Got %" PRIx32 in read_dtb()
HDfdt.cc218 fprintf(file, "0x%" PRIx32, v); in write_as_cells()
702 fprintf(stderr, "Unexpected token 0x%" PRIx32 in node()
/NextBSD/contrib/netbsd-tests/include/
HDt_inttypes.c136 PRINT(PRIx32, ui32); in ATF_TC_BODY()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBQueue.cpp375 …log->Printf("SBQueue(0x%" PRIx64 ")::GetIndexID() == 0x%" PRIx32, m_opaque_sp->GetQueueID(), index… in GetIndexID()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp211 return CMIUtilString::Format("U+%08" PRIx32 " U'%s'", (uint32_t)value, prefix.c_str()); in GetSimpleValueChar()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1280 response.Printf ("cputype:%" PRIx32 ";", cpu_type); in CreateProcessInfoResponse_DebugServerStyle()
1284 response.Printf ("cpusubtype:%" PRIx32 ";", cpu_subtype); in CreateProcessInfoResponse_DebugServerStyle()
HDGDBRemoteCommunicationServerLLGS.cpp1483 response.Printf ("%" PRIx32, *reg_num); in Handle_qRegisterInfo()
1496 response.Printf ("%" PRIx32, *reg_num); in Handle_qRegisterInfo()
/NextBSD/contrib/xz/src/xz/
HDlist.c565 "%08" PRIx32, conv32le(buf.u32[0])); in parse_check_value()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp700 …result.AppendErrorWithFormat ("can't allocate 0x%" PRIx32 " bytes for the memory read buffer, spec… in DoExecute()
/NextBSD/contrib/xz/
HDChangeLog4600 Add missing PRIx32 and PRIx64 compatibility definitions.