OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dwarf_Abbr_DIE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/elff/
dwarf_defs.h
351
typedef struct ELFF_PACKED
Dwarf_Abbr_DIE
{
400
}
Dwarf_Abbr_DIE
;
412
/* 1 - based index of DIE abbreviation descriptor (
Dwarf_Abbr_DIE
) for this
701
/* Encapsulates an array of
Dwarf_Abbr_DIE
pointers, cached for a compilation
702
* unit. Although
Dwarf_Abbr_DIE
descriptors in the .debug_abbrev section of
705
* all
Dwarf_Abbr_DIE
pointers, that were found for each DIE. Since all of the
706
*
Dwarf_Abbr_DIE
are sequential, an array is the best way to cache them.
743
bool add(const
Dwarf_Abbr_DIE
* abbr, Dwarf_AbbrNum num) {
774
const
Dwarf_Abbr_DIE
** new_array = new const
Dwarf_Abbr_DIE
*[new_size];
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h
351
typedef struct ELFF_PACKED
Dwarf_Abbr_DIE
{
400
}
Dwarf_Abbr_DIE
;
412
/* 1 - based index of DIE abbreviation descriptor (
Dwarf_Abbr_DIE
) for this
701
/* Encapsulates an array of
Dwarf_Abbr_DIE
pointers, cached for a compilation
702
* unit. Although
Dwarf_Abbr_DIE
descriptors in the .debug_abbrev section of
705
* all
Dwarf_Abbr_DIE
pointers, that were found for each DIE. Since all of the
706
*
Dwarf_Abbr_DIE
are sequential, an array is the best way to cache them.
743
bool add(const
Dwarf_Abbr_DIE
* abbr, Dwarf_AbbrNum num) {
774
const
Dwarf_Abbr_DIE
** new_array = new const
Dwarf_Abbr_DIE
*[new_size]
[
all
...]
Completed in 27 milliseconds