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

  /external/elfutils/libdw/
dwarf_getcfi_elf.c 159 Dwarf_Word eh_frame_size = 0; local
167 eh_frame_size = filesize - eh_frame_offset;
169 data = elf_getdata_rawchunk (elf, eh_frame_offset, eh_frame_size, ELF_T_BYTE);
  /external/v8/src/
eh-frame.cc 208 int eh_frame_size = eh_frame_offset(); local
220 WriteInt32(-(eh_frame_size + EhFrameConstants::kFdeVersionSize +
228 WriteInt32(-(RoundUp(code_size, 8) + eh_frame_size));
232 WriteInt32(-(eh_frame_size - cie_size_));
234 DCHECK_EQ(eh_frame_offset() - eh_frame_size,
  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 85 uint64_t eh_frame_size() { return eh_frame_size_; } function in class:unwindstack::ElfInterface
  /toolchain/binutils/binutils-2.27/gold/
ehframe.cc 308 off_t eh_frame_size = this->eh_frame_section_->data_size(); local
310 eh_frame_size);
323 of->free_input_view(eh_frame_offset, eh_frame_size, eh_frame_contents);
    [all...]
  /system/core/libunwindstack/tests/
ElfInterfaceTest.cpp 710 EXPECT_EQ(static_cast<uint64_t>(-1), elf.eh_frame_size());
943 EXPECT_EQ(0x800U, elf->eh_frame_size());
    [all...]
  /system/core/libunwindstack/tests/files/offline/offset_arm/
libunwindstack_test 

Completed in 914 milliseconds