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

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.h 53 bool containsDIEOffset(uint32_t die_offset) const {
54 return die_offset >= getFirstDIEOffset() &&
55 die_offset < getNextCompileUnitOffset();
DWARFFormValue.cpp 366 uint64_t die_offset = Value.uval; local
373 die_offset += (cu ? cu->getOffset() : 0);
379 return die_offset;
  /external/elfutils/tests/
get-pubnames.c 37 globcnt++, gl->name, (unsigned long long int) gl->die_offset,
53 if (dwarf_offdie (dbg, gl->die_offset, &die) == NULL
  /external/elfutils/libdw/
dwarf_getpubnames.c 204 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp);
206 gl.die_offset = read_8ubyte_unaligned_inc (dbg, readp);
209 if (gl.die_offset == 0)
213 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset;
libdw.h 158 Dwarf_Off die_offset; member in struct:__anon18883
    [all...]
ChangeLog 777 and die_offset.
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 264 // Return the context for a DIE whose parent is at DIE_OFFSET.
266 get_context(off_t die_offset);
407 for (off_t die_offset = parent->child_offset();
408 die_offset != 0;
409 die_offset = next_offset)
411 Dwarf_die die(this, die_offset, parent);
507 for (off_t die_offset = parent->child_offset();
508 die_offset != 0;
509 die_offset = next_offset)
511 Dwarf_die die(this, die_offset, parent)
    [all...]
dwarf_reader.cc 649 off_t die_offset,
651 : dwinfo_(dwinfo), parent_(parent), die_offset_(die_offset),
658 const unsigned char* pdie = dwinfo->buffer_at_offset(die_offset);
665 parent->set_sibling_offset(die_offset + len);
    [all...]
dwarf_reader.h 502 off_t die_offset,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 410 /// The rest of the entry consists of a {die_offset, low_pc} pair for each
411 /// inlined instance; the die_offset points to the inlined_subroutine die in
DwarfDebug.cpp     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 2501 unsigned long die_offset; local
    [all...]
  /external/elfutils/src/
nm.c     [all...]
readelf.c     [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 434 milliseconds