OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dwarf_AbbrNum
(Results
1 - 2
of
2
) sorted by null
/external/qemu/elff/
dwarf_defs.h
32
typedef uint32_t
Dwarf_AbbrNum
;
356
Dwarf_AbbrNum
get_abbr_num() const {
380
const Dwarf_Abbr_AT* process(
Dwarf_AbbrNum
* abbr_index,
430
Dwarf_AbbrNum
get_abbr_num() const {
443
const Elf_Byte* process(
Dwarf_AbbrNum
* abbr_number) const {
743
bool add(const Dwarf_Abbr_DIE* abbr,
Dwarf_AbbrNum
num) {
771
Dwarf_AbbrNum
new_size = num + 64;
811
const Dwarf_Abbr_DIE* get(
Dwarf_AbbrNum
num) const {
829
const Dwarf_Abbr_DIE* cache_to(
Dwarf_AbbrNum
num) {
845
Dwarf_AbbrNum
abbr_num;
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h
32
typedef uint32_t
Dwarf_AbbrNum
;
356
Dwarf_AbbrNum
get_abbr_num() const {
380
const Dwarf_Abbr_AT* process(
Dwarf_AbbrNum
* abbr_index,
430
Dwarf_AbbrNum
get_abbr_num() const {
443
const Elf_Byte* process(
Dwarf_AbbrNum
* abbr_number) const {
743
bool add(const Dwarf_Abbr_DIE* abbr,
Dwarf_AbbrNum
num) {
771
Dwarf_AbbrNum
new_size = num + 64;
811
const Dwarf_Abbr_DIE* get(
Dwarf_AbbrNum
num) const {
829
const Dwarf_Abbr_DIE* cache_to(
Dwarf_AbbrNum
num) {
845
Dwarf_AbbrNum
abbr_num
[
all
...]
Completed in 50 milliseconds