Home
last modified time | relevance | path

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

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