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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 57 // fde_count
58 uint32_t* fde_count = reinterpret_cast<uint32_t*>(data + 8); local
60 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs();
62 *fde_count = 0;
64 if (*fde_count == 0) {
129 /// uint32_t : fde_count
130 /// __________________________ when fde_count > 0
  /external/libunwind_llvm/src/
EHHeaderParser.hpp 35 size_t fde_count; member in struct:libunwind::EHHeaderParser::EHHeaderInfo
70 ehHdrInfo.fde_count =
110 for (size_t len = hdrInfo.fde_count; len > 1;) {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
EHHeaderParser.hpp 35 size_t fde_count; member in struct:libunwind::EHHeaderParser::EHHeaderInfo
70 ehHdrInfo.fde_count =
110 for (size_t len = hdrInfo.fde_count; len > 1;) {
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 108 Dwarf_Word fde_count; local
110 &fde_count)))
112 if (fde_count != 0 && (size_t) fde_count == fde_count
116 *table_entries = fde_count;
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 97 unw_word_t fde_count; local
99 &fde_count, ei->u.memory.as_arg) < 0) {
112 di_cache->u.rti.table_len = (fde_count * 8) / sizeof (unw_word_t);
244 unw_word_t addr, eh_frame_start, fde_count, load_base; local
377 &fde_count, NULL)) < 0)
399 fde_count = ~0UL;
404 eh_frame_start, eh_frame_end, fde_count,
415 edi->di_cache.u.rti.table_len = (fde_count * 8) / sizeof (unw_word_t);
Gfind_proc_info-lsb.c 52 unw_word_t fde_count,
59 while (i++ < fde_count && addr < eh_frame_end)
601 unw_word_t addr, eh_frame_start, eh_frame_end, fde_count, ip; local
693 /* (Optionally) read fde_count: */
696 &fde_count, NULL)) < 0)
725 fde_count = ~0UL;
733 eh_frame_start, eh_frame_end, fde_count,
746 di->u.rti.table_len = (fde_count * sizeof (struct table_entry)
  /toolchain/binutils/binutils-2.25/gold/
ehframe.cc 99 unsigned int fde_count = this->eh_frame_data_->fde_count(); local
100 if (fde_count != 0)
101 data_size += 4 + 8 * fde_count;
102 this->fde_offsets_.reserve(fde_count);
1070 Eh_frame::fde_count() const function in class:gold::Eh_frame
1077 ret += (*p)->fde_count();
1081 ret += (*p)->fde_count();
    [all...]
ehframe.h 302 fde_count() const function in class:gold::Cie
404 fde_count() const;
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c     [all...]
elf-bfd.h 388 unsigned int fde_count, array_count;
387 unsigned int fde_count, array_count; member in struct:eh_frame_hdr_info
    [all...]
  /external/elfutils/tests/
run-readelf-zdebug.sh 501 fde_count: 3
  /external/elfutils/src/
readelf.c 7825 uint64_t fde_count = 0; local
    [all...]

Completed in 523 milliseconds