Searched refs:Dwarf_Leb128 (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
H A Ddwarf_defs.h167 typedef struct ELFF_PACKED Dwarf_Leb128 { struct
284 } Dwarf_Leb128; typedef in typeref:struct:Dwarf_Leb128
296 Dwarf_Leb128 at;
325 const Dwarf_Leb128* next =
326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val));
330 next = reinterpret_cast<const Dwarf_Leb128*>(next->process_unsigned(&val));
353 Dwarf_Leb128 abbr_num;
383 const Dwarf_Leb128* next =
384 reinterpret_cast<const Dwarf_Leb128*>(abbr_num.process_unsigned(&val));
390 next = reinterpret_cast<const Dwarf_Leb128*>(nex
[all...]
H A Ddwarf_cu.cc106 reinterpret_cast<const Dwarf_Leb128*>(prop)->process_unsigned(&leb128);
154 reinterpret_cast<const Dwarf_Leb128*>(prop)->process_signed(attr_value);
160 reinterpret_cast<const Dwarf_Leb128*>(prop)->process_unsigned(attr_value);
261 (reinterpret_cast<const Dwarf_Leb128*>
492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size));
534 reinterpret_cast<const Dwarf_Leb128*>(ex_op_ptr + 1)->process_unsigned(&discr_val);
559 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&addr_add));
576 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_signed(&line_add));
588 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&file_num));
599 (reinterpret_cast<const Dwarf_Leb128*>(g
[all...]

Completed in 16 milliseconds