Searched refs:frame (Results 1 – 16 of 16) sorted by relevance
/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 | UnwindBacktrace.cpp | 80 for (const auto& frame : *frame_info) { in Unwind() 81 frames->push_back(frame.pc); in Unwind()
|
D | PointerData.cpp | 588 for (const auto& frame : *info.backtrace_info) { in DumpLiveToFile() 590 if (frame.map_info != nullptr && !frame.map_info->name.empty()) { in DumpLiveToFile() 591 fprintf(fp, "\"%s\"", frame.map_info->name.c_str()); in DumpLiveToFile() 595 fprintf(fp, " %" PRIx64, frame.rel_pc); in DumpLiveToFile() 596 if (frame.function_name.empty()) { in DumpLiveToFile() 599 …fprintf(fp, " \"%s\" %" PRIx64 "}", demangle(frame.function_name.c_str()).c_str(), frame.function_… in DumpLiveToFile()
|
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/libc/kernel/uapi/drm/ |
D | drm_sarea.h | 51 struct drm_sarea_frame frame; member
|
/bionic/tools/versioner/src/ |
D | Android.bp | 30 "-fno-omit-frame-pointer",
|
/bionic/libc/private/ |
D | bionic_asm_mips.h | 172 .frame $sp, fsize, $ra; \ 186 .frame $sp, fsize, retpc; \
|
/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-mips64/bionic/ |
D | syscall.S | 39 PTR_SUBU $sp, FRAMESZ # allocate stack frame
|
D | __bionic_clone.S | 46 PTR_SUBU $sp, FRAMESZ # allocate stack frame
|
D | setjmp.S | 204 PTR_SUBU $sp, FRAMESZ # allocate stack frame
|
/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/libc/arch-mips/bionic/ |
D | setjmp.S | 204 PTR_SUBU $sp, FRAMESZ # allocate stack frame
|