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

  /system/core/libbacktrace/
BacktraceOffline.cpp 202 size_t read_size = eh_frame_hdr_space_.Read(addr, buffer, bytes);
247 eh_frame_hdr_space_.start = (ip - ip_vaddr) + debug_frame->eh_frame.eh_frame_hdr_vaddr;
248 eh_frame_hdr_space_.end =
249 eh_frame_hdr_space_.start + debug_frame->eh_frame.eh_frame_hdr_data.size();
250 eh_frame_hdr_space_.data = debug_frame->eh_frame.eh_frame_hdr_data.data();
262 di.u.rti.segbase = eh_frame_hdr_space_.start;
264 eh_frame_hdr_space_.start + debug_frame->eh_frame.fde_table_offset_in_eh_frame_hdr;
265 di.u.rti.table_len = (eh_frame_hdr_space_.end - di.u.rti.table_data) / sizeof(unw_word_t);
270 eh_frame_hdr_space_.Clear();
BacktraceOffline.h 99 Space eh_frame_hdr_space_; member in class:BacktraceOffline

Completed in 795 milliseconds