Home
last modified time | relevance | path

Searched refs:abbr_num (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h353 Dwarf_Leb128 abbr_num; member
358 abbr_num.get_unsigned(&val); in get_abbr_num()
384 reinterpret_cast<const Dwarf_Leb128*>(abbr_num.process_unsigned(&val)); in process()
422 Dwarf_Leb128 abbr_num; member
426 return abbr_num.val == 0; in is_separator()
432 abbr_num.get_unsigned(&val); in get_abbr_num()
449 return INC_CPTR_T(Elf_Byte, &abbr_num.val, 1); in process()
452 const void* ret = abbr_num.process_unsigned(&val); in process()
845 Dwarf_AbbrNum abbr_num; in cache_to() local
852 const Dwarf_Abbr_AT* abbr_at = cur_abbr->process(&abbr_num, &tmp2); in cache_to()
Ddwarf_die.cc254 Dwarf_AbbrNum abbr_num; in advance() local
257 const Elf_Byte* die_attr = die()->process(&abbr_num); in advance()
258 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num); in advance()
Ddwarf_cu.cc338 Dwarf_AbbrNum abbr_num; in process_DIE() local
343 const Elf_Byte* die_attr = die->process(&abbr_num); in process_DIE()
346 const Dwarf_Abbr_DIE* die_abbr = abbrs_.cache_to(abbr_num); in process_DIE()