/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 | 77 const Dwarf_Abbr_AT* at_abbr; local 80 const Elf_Byte* die_attr = advance(&at_abbr, NULL); 88 while (!at_abbr->is_separator()) { 89 at_abbr = at_abbr->process(&attr->at_, &attr->form_); 195 const Dwarf_Abbr_AT* at_abbr; local 198 const Elf_Byte* die_attr = advance(&at_abbr, &tag); 205 while (!at_abbr->is_separator()) { 207 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);
|