Searched defs:at_abbr (Results 1 - 2 of 2) sorted by relevance

/external/qemu/elff/
H A Ddwarf_die.cc75 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
250 advance(const Dwarf_Abbr_AT** at_abbr, Dwarf_Tag* tag) const argument
[all...]
H A Ddwarf_cu.cc353 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 50 milliseconds