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

  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 60 record_fde(section_offset_type fde_offset, unsigned char fde_encoding)
63 this->fde_offsets_.push_back(std::make_pair(fde_offset, fde_encoding));
88 typedef std::pair<section_offset_type, unsigned char> Fde_offset;
91 typedef std::vector<Fde_offset> Fde_offsets;
142 section_offset_type fde_offset, unsigned char fde_encoding);
ehframe.cc 215 // Given the offset FDE_OFFSET of an FDE in the .eh_frame section, and
225 section_offset_type fde_offset,
230 const unsigned char* p = eh_frame_contents + fde_offset + 8;
275 pc += eh_frame_address + fde_offset + 8;
    [all...]
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 40 int32_t fde_offset; member in struct:table_entry
402 unw_word_t fde_offset, unw_word_t start_ip)
412 tab->tab[length].fde_offset = fde_offset;
564 (int) tab.tab[i].fde_offset);
893 || (ret = dwarf_reads32 (as, a, &e_addr, &e->fde_offset, arg)) < 0)
978 fde_addr = e->fde_offset + debug_frame_base;
980 fde_addr = e->fde_offset + segbase;
981 Debug (1, "e->fde_offset = %lx, segbase = %lx, debug_frame_base = %lx, "
982 "fde_addr = %lx\n", (long) e->fde_offset, (long) segbase
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 420 uint64_t fde_offset = pFrame.getSection().offset() + fde.getOffset() + local
422 int32_t offset = fde_offset - plt_offset;
423 if (plt_offset < fde_offset)

Completed in 91 milliseconds