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

  /external/qemu/elff/
dwarf_defs.h 351 typedef struct ELFF_PACKED Dwarf_Abbr_DIE {
400 } Dwarf_Abbr_DIE;
412 /* 1 - based index of DIE abbreviation descriptor (Dwarf_Abbr_DIE) for this
701 /* Encapsulates an array of Dwarf_Abbr_DIE pointers, cached for a compilation
702 * unit. Although Dwarf_Abbr_DIE descriptors in the .debug_abbrev section of
705 * all Dwarf_Abbr_DIE pointers, that were found for each DIE. Since all of the
706 * Dwarf_Abbr_DIE are sequential, an array is the best way to cache them.
743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) {
774 const Dwarf_Abbr_DIE** new_array = new const Dwarf_Abbr_DIE*[new_size];
    [all...]
dwarf_cu.cc 303 const Dwarf_Abbr_DIE* cu_abbr_die = reinterpret_cast<const Dwarf_Abbr_DIE*>
346 const Dwarf_Abbr_DIE* die_abbr = abbrs_.cache_to(abbr_num);
dwarf_cu.h 200 const Dwarf_Abbr_DIE* get_die_abbr(Dwarf_AbbrNum num) const {
dwarf_die.cc 256 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num);
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 351 typedef struct ELFF_PACKED Dwarf_Abbr_DIE {
400 } Dwarf_Abbr_DIE;
412 /* 1 - based index of DIE abbreviation descriptor (Dwarf_Abbr_DIE) for this
701 /* Encapsulates an array of Dwarf_Abbr_DIE pointers, cached for a compilation
702 * unit. Although Dwarf_Abbr_DIE descriptors in the .debug_abbrev section of
705 * all Dwarf_Abbr_DIE pointers, that were found for each DIE. Since all of the
706 * Dwarf_Abbr_DIE are sequential, an array is the best way to cache them.
743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) {
774 const Dwarf_Abbr_DIE** new_array = new const Dwarf_Abbr_DIE*[new_size]
    [all...]
dwarf_cu.cc 303 const Dwarf_Abbr_DIE* cu_abbr_die = reinterpret_cast<const Dwarf_Abbr_DIE*>
346 const Dwarf_Abbr_DIE* die_abbr = abbrs_.cache_to(abbr_num);
dwarf_cu.h 200 const Dwarf_Abbr_DIE* get_die_abbr(Dwarf_AbbrNum num) const {
dwarf_die.cc 258 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num);

Completed in 243 milliseconds