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

  /external/v8/src/
eh-frame.cc 138 DCHECK_EQ(eh_frame_offset(), fde_offset());
340 DCHECK_GE(eh_frame_offset(), fde_offset() + kInt32Size);
341 WritePaddingToAlignedSize(eh_frame_offset() - fde_offset() - kInt32Size);
345 int encoded_fde_size = eh_frame_offset() - fde_offset() - kInt32Size;
346 PatchInt32(fde_offset(), encoded_fde_size);
581 const int fde_offset = cie_size; local
592 start_ + fde_offset + EhFrameConstants::kProcedureAddressOffsetInFde;
597 start_ + fde_offset + EhFrameConstants::kProcedureSizeOffsetInFde;
600 const byte* fde_start = start_ + fde_offset;
607 const int fde_directives_offset = fde_offset + 4 * kInt32Size + 1
    [all...]
eh-frame.h 169 return fde_offset() + EhFrameConstants::kProcedureAddressOffsetInFde;
173 return fde_offset() + EhFrameConstants::kProcedureSizeOffsetInFde;
180 int fde_offset() const { return cie_size_; } function in class:v8::internal::EhFrameWriter
  /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 236 milliseconds