HomeSort by relevance Sort by last modified time
    Searched refs:PRIxPTR (Results 1 - 25 of 40) sorted by null

1 2

  /external/libunwind_llvm/src/
UnwindLevel1.c 80 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR
81 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR "",
174 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR
175 ", func=%s, sp=0x%" PRIxPTR ", lsda=0x%" PRIxPTR
176 ", personality=0x%" PRIxPTR,
217 "user code with ip=0x%" PRIxPTR
218 ", sp=0x%" PRIxPTR,
    [all...]
UnwindLevel1-gcc-ext.c 170 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p",
212 _LIBUNWIND_TRACE_API("_Unwind_GetCFA(context=%p) => 0x%" PRIxPTR,
Unwind-EHABI.cpp 469 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR ", func=%s, "
470 "lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR,
585 "unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR ", func=%s, sp=0x%" PRIxPTR ", "
586 "lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR "",
628 "user code with ip=0x%" PRIxPTR ", sp=0x%" PRIxPTR,
    [all...]
Unwind-seh.cpp 432 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR,
443 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR,
libunwind.cpp 97 _LIBUNWIND_TRACE_API("unw_set_reg(cursor=%p, regNum=%d, value=0x%" PRIxPTR ")",
  /bionic/libc/malloc_debug/
backtrace.cpp 46 #define PAD_PTR "016" PRIxPTR
48 #define PAD_PTR "08" PRIxPTR
160 snprintf(offset_buf, sizeof(offset_buf), " (offset 0x%" PRIxPTR ")", entry->elf_start_offset);
MapData.cpp 51 if (sscanf(line, "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n", &start, &end,
PointerData.cpp 214 error_log("No tracked pointer found for 0x%" PRIxPTR, pointer);
302 error_log("+++ ALLOCATION 0x%" PRIxPTR " HAS CORRUPTED HEADER TAG 0x%x AFTER FREE",
398 error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index);
406 error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index);
486 error_log("+++ %s leaked block of size %zu at 0x%" PRIxPTR " (leak %zu of %zu)", getprogname(),
582 fprintf(fp, " %" PRIxPTR, frame_info->frames[i]);
  /bionic/benchmarks/
stdio_benchmark.cpp 235 "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n",
247 // "%" PRIxPTR "-"
251 // "%" PRIxPTR " "
270 // "%" PRIxPTR " "
303 "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n",
  /external/libusb/msvc/
inttypes.h 240 #define PRIxPTR "I64x"
241 #define PRIXPTR "I64X"
252 #define PRIxPTR "x"
253 #define PRIXPTR "X"
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 123 #define PRIxPTR "lx" /* uintptr_t */
138 #define PRIXPTR "lX" /* uintptr_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 123 #define PRIxPTR "lx" /* uintptr_t */
138 #define PRIXPTR "lX" /* uintptr_t */
  /external/jemalloc_new/include/jemalloc/internal/
malloc_io.h 31 # define FMTxPTR PRIxPTR
  /device/linaro/hikey/gralloc960/
mali_gralloc_debug.cpp 97 mali_gralloc_dump_string(dumpStrings, " %08" PRIxPTR " | %5d | %5d | %5d | %08x | %09" PRIx64
  /external/mesa3d/src/egl/main/
eglsync.c 76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr);
  /bionic/libc/include/
inttypes.h 140 #define PRIxPTR __PRI_PTR_prefix"x" /* uintptr_t */
158 #define PRIXPTR __PRI_PTR_prefix"X" /* uintptr_t */
  /external/grpc-grpc/test/core/util/
mock_endpoint.cc 124 gpr_asprintf(&name, "mock_endpoint_%" PRIxPTR, (intptr_t)m);
passthru_endpoint.cc 184 gpr_asprintf(&name, "passthru_endpoint_%s_%" PRIxPTR, half_name,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
SymbolicFile.h 48 OS << "(" << format("0x%08" PRIxPTR, D.p) << " (" << format("0x%08x", D.d.a)
  /external/u-boot/include/
inttypes.h 164 # define PRIxPTR __PRIPTR_PREFIX "x"
165 # define PRIXPTR __PRIPTR_PREFIX "X"
  /external/e2fsprogs/intl/
loadmsgcat.c 439 #if !defined PRIxPTR || PRI_MACROS_BROKEN
440 # undef PRIxPTR
441 # define PRIxPTR \
446 #if !defined PRIXPTR || PRI_MACROS_BROKEN
447 # undef PRIXPTR
448 # define PRIXPTR \
744 return PRIxPTR;
746 return PRIXPTR;
    [all...]
  /external/jemalloc/include/jemalloc/internal/
util.h 31 # define FMTxPTR PRIxPTR
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 535 #ifndef PRIxPTR
536 #error PRIxPTR not defined
591 #ifndef PRIXPTR
592 #error PRIXPTR not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 535 #ifndef PRIxPTR
536 #error PRIxPTR not defined
591 #ifndef PRIXPTR
592 #error PRIXPTR not defined
  /art/libartbase/base/
mem_map.cc 170 *error_msg = StringPrintf("Requested region 0x%08" PRIxPTR "-0x%08" PRIxPTR " does not overlap "
223 "0x%08" PRIxPTR " instead of 0x%08" PRIxPTR,
    [all...]

Completed in 1330 milliseconds

1 2