OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abbr_num
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h
344
* values. The first one (after
abbr_num
) is a LEB128 value containing DIE's
353
Dwarf_Leb128
abbr_num
;
member in struct:Dwarf_Abbr_DIE
358
abbr_num
.get_unsigned(&val);
384
reinterpret_cast<const Dwarf_Leb128*>(
abbr_num
.process_unsigned(&val));
409
* addressed by this descriptor's
abbr_num
LEB128.
422
Dwarf_Leb128
abbr_num
;
member in struct:Dwarf_DIE
426
return
abbr_num
.val == 0;
432
abbr_num
.get_unsigned(&val);
438
*
abbr_num
- Upon return contains abbreviation number for this DIE. This
449
return INC_CPTR_T(Elf_Byte, &
abbr_num
.val, 1)
845
Dwarf_AbbrNum
abbr_num
;
local
[
all
...]
dwarf_die.cc
254
Dwarf_AbbrNum
abbr_num
;
local
257
const Elf_Byte* die_attr = die()->process(&
abbr_num
);
258
const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(
abbr_num
);
dwarf_cu.cc
338
Dwarf_AbbrNum
abbr_num
;
local
343
const Elf_Byte* die_attr = die->process(&
abbr_num
);
346
const Dwarf_Abbr_DIE* die_abbr = abbrs_.cache_to(
abbr_num
);
Completed in 269 milliseconds