Searched refs:frame (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/bionic/ |
D | android_unsafe_frame_pointer_chase.cpp | 68 auto* frame = reinterpret_cast<frame_record*>(begin); in android_unsafe_frame_pointer_chase() local 70 buf[num_frames] = frame->return_addr; in android_unsafe_frame_pointer_chase() 73 if (frame->next_frame < begin + sizeof(frame_record) || frame->next_frame >= end || in android_unsafe_frame_pointer_chase() 74 frame->next_frame % sizeof(void*) != 0) { in android_unsafe_frame_pointer_chase() 77 begin = frame->next_frame; in android_unsafe_frame_pointer_chase()
|
/bionic/libc/kernel/uapi/drm/ |
D | lima_drm.h | 60 __u32 frame[LIMA_GP_FRAME_REG_NUM]; member 65 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member 72 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member 92 __u64 frame; member
|
D | drm_sarea.h | 51 struct drm_sarea_frame frame; member
|
/bionic/libc/malloc_debug/tests/ |
D | backtrace_fake.cpp | 81 for (const auto& frame : *info) { in Unwind() 82 frames->push_back(frame.pc); in Unwind()
|
/bionic/libc/malloc_debug/ |
D | PointerData.cpp | 589 for (const auto& frame : *info.backtrace_info) { in DumpLiveToFile() 591 if (frame.map_info != nullptr && !frame.map_info->name.empty()) { in DumpLiveToFile() 592 dprintf(fd, "\"%s\"", frame.map_info->name.c_str()); in DumpLiveToFile() 596 dprintf(fd, " %" PRIx64, frame.rel_pc); in DumpLiveToFile() 597 if (frame.function_name.empty()) { in DumpLiveToFile() 600 char* demangled_name = __cxa_demangle(frame.function_name.c_str(), nullptr, nullptr, in DumpLiveToFile() 606 name = frame.function_name.c_str(); in DumpLiveToFile() 608 dprintf(fd, " \"%s\" %" PRIx64 "}", name, frame.function_offset); in DumpLiveToFile()
|
D | UnwindBacktrace.cpp | 81 for (const auto& frame : *frame_info) { in Unwind() 82 frames->push_back(frame.pc); in Unwind()
|
D | README.md | 569 In this example, the first backtrace frame has a pc of 0xa2a0 and is in the 572 The second backtrace frame has a pc of 0xb510 and is in the map named
|
/bionic/tools/versioner/src/ |
D | Android.bp | 30 "-fno-omit-frame-pointer",
|
/bionic/libc/kernel/uapi/linux/ |
D | serial.h | 88 int frame, overrun, parity, brk; member
|
D | synclink.h | 183 __u32 frame, parity, overrun, brk; member
|
D | cdrom.h | 73 __u8 frame; member
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 36 # Load all the arguments from the calling frame.
|
/bionic/libc/kernel/uapi/sound/ |
D | hdspm.h | 80 enum hdspm_ltc_frame frame; member
|
/bionic/tests/ |
D | Android.bp | 309 "-fno-omit-frame-pointer",
|