Searched refs:eh_frame_size (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Deh-frame.cc79 int eh_frame_size = code->unwinding_info_size() - EhFrameHdr::kRecordSize; local
82 -(eh_frame_size + kVersionSize + kEncodingSpecifiersSize); // A -> D
84 offset_to_procedure_ = -(RoundUp(code_size, 8) + eh_frame_size); // B -> F
85 offset_to_fde_ = -(eh_frame_size - kCIESize); // B -> C
/external/elfutils/libdw/
H A Ddwarf_getcfi_elf.c159 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);

Completed in 72 milliseconds