HomeSort by relevance Sort by last modified time
    Searched refs:eh_frame_size (Results 1 - 4 of 4) 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);
  /system/core/libunwindstack/
ElfInterface.h 70 uint64_t eh_frame_size() { return eh_frame_size_; } function in class:ElfInterface
  /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,
  /toolchain/binutils/binutils-2.25/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...]

Completed in 4703 milliseconds