OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dwarf_Abbr_AT
(Results
1 - 2
of
2
) 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
...]
/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);
Completed in 37 milliseconds