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

  /external/qemu/elff/
dwarf_defs.h 292 typedef struct ELFF_PACKED Dwarf_Abbr_AT {
314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const {
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
332 return reinterpret_cast<const Dwarf_Abbr_AT*>(next);
334 } Dwarf_Abbr_AT;
349 * (see Dwarf_Abbr_AT) for the DIE represented by this abbreviation descriptor.
380 const Dwarf_Abbr_AT* process(Dwarf_AbbrNum* abbr_index,
398 return INC_CPTR_T(Dwarf_Abbr_AT, next, 1);
852 const Dwarf_Abbr_AT* abbr_at = cur_abbr->process(&abbr_num, &tmp2);
    [all...]
dwarf_die.cc 75 const Dwarf_Abbr_AT* at_abbr;
193 const Dwarf_Abbr_AT* at_abbr;
250 const Elf_Byte* DIEObject::advance(const Dwarf_Abbr_AT** at_abbr,
261 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
dwarf_die.h 121 const Elf_Byte* advance(const Dwarf_Abbr_AT** at_abbr, Dwarf_Tag* tag) const;
dwarf_cu.cc 353 const Dwarf_Abbr_AT* at_abbr = die_abbr->process(NULL, &die_tag);
383 while (elf_file_->is_valid_abbr_ptr(at_abbr, sizeof(Dwarf_Abbr_AT)) &&
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 292 typedef struct ELFF_PACKED Dwarf_Abbr_AT {
314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const {
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
332 return reinterpret_cast<const Dwarf_Abbr_AT*>(next);
334 } Dwarf_Abbr_AT;
349 * (see Dwarf_Abbr_AT) for the DIE represented by this abbreviation descriptor.
380 const Dwarf_Abbr_AT* process(Dwarf_AbbrNum* abbr_index,
398 return INC_CPTR_T(Dwarf_Abbr_AT, next, 1);
852 const Dwarf_Abbr_AT* abbr_at = cur_abbr->process(&abbr_num, &tmp2);
dwarf_die.cc 77 const Dwarf_Abbr_AT* at_abbr;
195 const Dwarf_Abbr_AT* at_abbr;
252 const Elf_Byte* DIEObject::advance(const Dwarf_Abbr_AT** at_abbr,
263 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
dwarf_die.h 121 const Elf_Byte* advance(const Dwarf_Abbr_AT** at_abbr, Dwarf_Tag* tag) const;
dwarf_cu.cc 353 const Dwarf_Abbr_AT* at_abbr = die_abbr->process(NULL, &die_tag);
383 while (elf_file_->is_valid_abbr_ptr(at_abbr, sizeof(Dwarf_Abbr_AT)) &&

Completed in 195 milliseconds