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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 57 // eh_frame_ptr
58 uint32_t* eh_frame_ptr = (uint32_t*)(data + 4); local
59 *eh_frame_ptr = m_EhFrame.addr() - (m_EhFrameHdr.addr() + 4);
141 /// uint32_t : eh_frame_ptr
  /system/core/libcorkscrew/arch-x86/
dwarf.h 73 uintptr_t eh_frame_ptr; member in struct:__anon43924
backtrace-x86.c 282 if (!read_dwarf(memory, eh_frame_hdr, &eh_hdr_info.eh_frame_ptr, eh_hdr_info.eh_frame_ptr_enc, &c)) return 0;

Completed in 163 milliseconds