/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 625 outs() << format("0x%08" PRIx32, (uint32_t)addr + j * stride) << " "; in PrintIndirectSymbolTable() 1088 outs() << format("%08" PRIx32, static_cast<uint32_t>(Addr)); in PrintFunctionStarts() 1111 outs() << format("0x%08" PRIx32, Offset) << " "; in PrintDataInCodeTable() 1135 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable() 1139 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable() 1530 outs() << format("0x%08" PRIx32, l); in DumpLiteral4() 1569 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1); in DumpLiteral8() 1615 outs() << format("0x%08" PRIx32, l0) << " "; in DumpLiteral16() 1616 outs() << format("0x%08" PRIx32, l1) << " "; in DumpLiteral16() 1617 outs() << format("0x%08" PRIx32, l2) << " "; in DumpLiteral16() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_platform.h | 152 #if !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32) 153 #ifndef PRIx32 155 #define PRIx32 "x" 157 #define PRIx32 "lx" 161 #endif // PRIx32 171 #endif // !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32) 170 #define PRIx32 global() macro 172 #define PRIx32 global() macro
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | inttypes.h | 48 #ifndef PRIx32 49 # define PRIx32 "x" macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO.cpp | 39 dbgs() << "jitLink_MachO: magic = " << format("0x%08" PRIx32, Magic) in createLinkGraphFromMachOObject() 60 dbgs() << "jitLink_MachO: cputype = " << format("0x%08" PRIx32, CPUType) in createLinkGraphFromMachOObject()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | inttypes.h | 41 #undef PRIx32 76 #define PRIx32 "x" macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 32 return OS << format("0x%08" PRIx32 " / 0x%08" PRIx32 " = %.2f%%", N, D, in print()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFI386.h | 161 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation() 176 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation() 194 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
|
H A D | RuntimeDyldCOFFThumb.h | 229 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation() 243 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation() 275 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | malloc_io.h | 25 # define FMTx32 PRIx32
|
/freebsd/contrib/lib9p/ |
H A D | utils.c | 417 sbuf_printf(sb, "%s0x%" PRIx32 "<%.9s>", str, mode, pbuf + 1); in l9p_describe_perm() 534 sbuf_printf(sb, "%stype=0x%04" PRIx32 " dev=0x%08" PRIx32, str, in l9p_describe_l9stat() 1196 sbuf_printf(sb, " type=%d flags=0x%" PRIx32 in l9p_describe_fcall() 1198 " proc_id=0x%" PRIx32 " client_id=\"%s\"", in l9p_describe_fcall() 1216 " proc_id=0x%" PRIx32 " client_id=\"%s\"", in l9p_describe_fcall()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionXCOFF.cpp | 125 OS << "\n\t.dwsect " << format("0x%" PRIx32, *getDwarfSubtypeFlags()) in printSwitchToSection()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 773 "modid_offset=0x%" PRIx32 ", dtv_offset=0x%" PRIx32 in GetThreadLocalData() 774 ", tls_offset=0x%" PRIx32 ", dtv_slot_size=%" PRIx32 "\n", in GetThreadLocalData()
|
/freebsd/sys/arm64/include/ |
H A D | _inttypes.h | 109 #define PRIx32 "x" /* uint32_t */ macro
|
/freebsd/sys/arm/include/ |
H A D | _inttypes.h | 107 #define PRIx32 "x" /* uint32_t */ macro
|
/freebsd/sys/riscv/include/ |
H A D | _inttypes.h | 105 #define PRIx32 "x" /* uint32_t */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 254 OS << format("[0x%08" PRIx32 ", 0x%08" PRIx32 ") ", in dump()
|
H A D | DWARFListTable.cpp | 88 ", offset_entry_count = 0x%8.8" PRIx32 "\n", in dump()
|
H A D | DWARFDebugRnglists.cpp | 70 "unknown rnglists encoding 0x%" PRIx32 in extract()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 248 Out << llvm::format("_GUID_%08" PRIx32 "_%04" PRIx32 "_%04" PRIx32 "_", in mangleMSGuidDecl()
|
/freebsd/sys/powerpc/include/ |
H A D | _inttypes.h | 115 #define PRIx32 "x" /* uint32_t */ macro
|
/freebsd/sys/x86/include/ |
H A D | _inttypes.h | 115 #define PRIx32 "x" /* uint32_t */ macro
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Memory.cpp | 372 "Process::DoAllocateMemory (byte_size = 0x%8.8" PRIx32 in AllocatePage() 410 "AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8" PRIx32 in AllocateMemory()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 96 PRIx32
|
/freebsd/usr.bin/dtc/ |
H A D | dtb.cc | 293 fprintf(stderr, "Bad magic token in header. Got %" PRIx32 in read_dtb()
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 136 PRINT(PRIx32, ui32); in ATF_TC_BODY()
|