OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:at_abbr
(Results
1 - 4
of
4
) 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_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_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 96 milliseconds