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

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.cpp 93 DWARFDIECollection dies; local
94 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_subprogram, dies) +
95 cu->AppendDIEsWithTag (DW_TAG_variable, dies);
103 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx);
200 // Keep memory down by clearing DIEs if this generate function
225 DWARFDIECollection dies; local
226 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_base_type, dies);
233 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx);
  /external/elfutils/src/src/
readelf.c 6110 Dwarf_Die *dies = (Dwarf_Die *) xmalloc (maxdies * sizeof (Dwarf_Die)); local
    [all...]

Completed in 448 milliseconds