HomeSort by relevance Sort by last modified time
    Searched defs:eh_frame_data (Results 1 - 3 of 3) sorted by null

  /system/core/libbacktrace/
BacktraceOffline.h 50 std::vector<uint8_t> eh_frame_data; member in struct:DebugFrameInfo::EhFrame
BacktraceOffline.cpp 253 eh_frame_space_.end = eh_frame_space_.start + debug_frame->eh_frame.eh_frame_data.size();
254 eh_frame_space_.data = debug_frame->eh_frame.eh_frame_data.data();
568 std::vector<uint8_t> eh_frame_data; local
593 eh_frame_data.insert(eh_frame_data.begin(), data->data(), data->data() + data->size());
622 debug_frame->eh_frame.eh_frame_data = std::move(eh_frame_data);
  /toolchain/binutils/binutils-2.25/gas/
ehopt.c 273 static struct frame_data eh_frame_data; local
289 d = &eh_frame_data;

Completed in 1510 milliseconds