HomeSort by relevance Sort by last modified time
    Searched refs:func_offset (Results 1 - 10 of 10) sorted by null

  /system/core/libunwindstack/
unwind_info.cpp 48 uint64_t func_offset; local
49 if (interface->GetFunctionName(addr + load_bias + 1, &name, &func_offset) && !name.empty()) {
  /system/core/libbacktrace/
Backtrace.cpp 113 if (frame->func_offset) {
114 line += StringPrintf("+%" PRIuPTR, frame->func_offset);
UnwindCurrent.cpp 130 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset, &frame->map);
UnwindPtrace.cpp 139 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset, &frame->map);
BacktraceOffline.cpp 66 uint32_t func_offset; member in struct:ArmIdxEntry
75 // There is a one-to-one map from exidx_data.func_offset to func_vaddr_array.
219 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset);
705 // Change IdxEntry.func_offset into vaddr.
709 uint32_t func_offset = entry.func_offset + vaddr; local
713 func_offset & 0x7ffffffe);
backtrace_test.cpp 789 frame.func_offset = 0;
847 frame.func_offset = 645;
856 frame.func_offset = 645;
    [all...]
  /system/core/libbacktrace/include/backtrace/
Backtrace.h 62 uintptr_t func_offset; // pc relative to the start of the function, only valid if func_name is not NULL. member in struct:backtrace_frame_data_t
  /system/core/libunwindstack/tests/
ElfTest.cpp 158 uint64_t func_offset; local
159 ASSERT_FALSE(elf.GetFunctionName(0, &name, &func_offset));
  /art/runtime/
native_stack_dump.cc 345 if (it->func_offset != 0) {
346 os << "+" << it->func_offset;
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 1916 unsigned int func_offset; local
1932 unsigned int func_offset; local
    [all...]

Completed in 449 milliseconds