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

  /external/qemu/elff/
dwarf_die.cc 75 const Dwarf_Abbr_AT* at_abbr; local
78 const Elf_Byte* die_attr = advance(&at_abbr, NULL);
86 while (!at_abbr->is_separator()) {
87 at_abbr = at_abbr->process(&attr->at_, &attr->form_);
193 const Dwarf_Abbr_AT* at_abbr; local
196 const Elf_Byte* die_attr = advance(&at_abbr, &tag);
203 while (!at_abbr->is_separator()) {
205 at_abbr = at_abbr->process(&attr.at_, &attr.form_);
    [all...]
dwarf_die.h 112 * at_abbr - Upon successful return contains a pointer to the beginning of
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); local
383 while (elf_file_->is_valid_abbr_ptr(at_abbr, sizeof(Dwarf_Abbr_AT)) &&
384 !at_abbr->is_separator()) {
390 at_abbr = at_abbr->process(&at_value, &at_form);
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 75 const Dwarf_Abbr_AT* at_abbr; local
78 const Elf_Byte* die_attr = advance(&at_abbr, NULL);
86 while (!at_abbr->is_separator()) {
87 at_abbr = at_abbr->process(&attr->at_, &attr->form_);
193 const Dwarf_Abbr_AT* at_abbr; local
196 const Elf_Byte* die_attr = advance(&at_abbr, &tag);
203 while (!at_abbr->is_separator()) {
205 at_abbr = at_abbr->process(&attr.at_, &attr.form_)
    [all...]
dwarf_die.h 112 * at_abbr - Upon successful return contains a pointer to the beginning of
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); local
383 while (elf_file_->is_valid_abbr_ptr(at_abbr, sizeof(Dwarf_Abbr_AT)) &&
384 !at_abbr->is_separator()) {
390 at_abbr = at_abbr->process(&at_value, &at_form);

Completed in 244 milliseconds