HomeSort by relevance Sort by last modified time
    Searched defs:cie_offset (Results 1 - 8 of 8) sorted by null

  /system/core/libunwindstack/
DwarfDebugFrame.cpp 183 uint64_t cie_offset = 0; local
217 cie_offset = cur_entry_offset;
219 if (offset_ + value64 != cie_offset) {
245 cie_offset = cur_entry_offset;
247 if (offset_ + value32 != cie_offset) {
  /system/core/libunwindstack/include/unwindstack/
DwarfStructs.h 41 uint64_t cie_offset = 0; member in struct:unwindstack::DwarfFde
  /external/libunwind/src/dwarf/
Gfde.c 260 int32_t cie_offset; local
272 if ((ret = dwarf_reads32 (as, a, &addr, &cie_offset, arg)) < 0)
275 if (is_cie_id (cie_offset, base != 0))
280 cie_addr = base + cie_offset;
286 cie_addr = cie_offset_addr - cie_offset;
290 int64_t cie_offset; local
300 if ((ret = dwarf_reads64 (as, a, &addr, &cie_offset, arg)) < 0)
303 if (is_cie_id (cie_offset, base != 0))
308 cie_addr = base + cie_offset;
314 cie_addr = (unw_word_t) ((uint64_t) cie_offset_addr - cie_offset);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 341 size_t cie_offset = local
344 EhFrame::CIEMap::iterator iter = pEhFrame.getCIEMap().find(cie_offset);
  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 216 section_offset_type cie_offset, unsigned char fde_encoding,
254 : fde(f), cie_offset(cie_off), fde_encoding(encoding)
258 section_offset_type cie_offset; member in struct:gold::Post_fde
ehframe.cc 328 // Write the FDE to OVIEW starting at OFFSET. CIE_OFFSET is the
339 section_offset_type cie_offset, unsigned char fde_encoding,
360 offset + 4 - cie_offset);
461 section_offset_type cie_offset = offset; local
492 post_fdes->push_back(Post_fde(*p, cie_offset, fde_encoding));
495 address, addralign, cie_offset,
989 unsigned int cie_offset = (pfde - 4 - pcontents) - offset + 8; local
990 Offsets_to_cie::const_iterator pcie = cies->find(cie_offset);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 780 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; local
782 if (cie_offset == cie->cie_inf->offset)
    [all...]
  /external/elfutils/src/
readelf.c 5520 ptrdiff_t cie_offset; member in struct:cieinfo
    [all...]

Completed in 282 milliseconds