Home
last modified time | relevance | path

Searched refs:eh_frame (Results 1 – 2 of 2) sorted by relevance

/system/core/libbacktrace/
DBacktraceOffline.cpp85 EhFrame eh_frame; member
293 if (ip_vaddr >= debug_frame->eh_frame.min_func_vaddr && in FindProcInfo()
296 eh_frame_hdr_space_.start = ip - ip_vaddr + debug_frame->eh_frame.hdr_vaddr; in FindProcInfo()
298 eh_frame_hdr_space_.start + debug_frame->eh_frame.hdr_data.size(); in FindProcInfo()
299 eh_frame_hdr_space_.data = debug_frame->eh_frame.hdr_data.data(); in FindProcInfo()
300 eh_frame_space_.start = ip - ip_vaddr + debug_frame->eh_frame.vaddr; in FindProcInfo()
301 eh_frame_space_.end = eh_frame_space_.start + debug_frame->eh_frame.data.size(); in FindProcInfo()
302 eh_frame_space_.data = debug_frame->eh_frame.data.data(); in FindProcInfo()
312 eh_frame_hdr_space_.start + debug_frame->eh_frame.fde_table_offset; in FindProcInfo()
667 result->eh_frame.hdr_vaddr = it->sh_addr; in ReadDebugFrameFromELFFile()
[all …]
/system/extras/simpleperf/
DREADME.md563 usually resides in .eh_frame or .debug_frame section of the binary. So we need