Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/bionic/
Dandroid_unsafe_frame_pointer_chase.cpp68 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/
Dlima_drm.h60 __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
Ddrm_sarea.h51 struct drm_sarea_frame frame; member
/bionic/libc/malloc_debug/tests/
Dbacktrace_fake.cpp81 for (const auto& frame : *info) { in Unwind()
82 frames->push_back(frame.pc); in Unwind()
/bionic/libc/malloc_debug/
DPointerData.cpp589 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()
DUnwindBacktrace.cpp81 for (const auto& frame : *frame_info) { in Unwind()
82 frames->push_back(frame.pc); in Unwind()
DREADME.md569 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/
DAndroid.bp30 "-fno-omit-frame-pointer",
/bionic/libc/kernel/uapi/linux/
Dserial.h88 int frame, overrun, parity, brk; member
Dsynclink.h183 __u32 frame, parity, overrun, brk; member
Dcdrom.h73 __u8 frame; member
/bionic/libc/arch-x86/bionic/
Dsyscall.S36 # Load all the arguments from the calling frame.
/bionic/libc/kernel/uapi/sound/
Dhdspm.h80 enum hdspm_ltc_frame frame; member
/bionic/tests/
DAndroid.bp309 "-fno-omit-frame-pointer",