HomeSort by relevance Sort by last modified time
    Searched refs:Dwarf_Leb128 (Results 1 - 4 of 4) sorted by null

  /external/qemu/elff/
dwarf_defs.h 167 typedef struct ELFF_PACKED Dwarf_Leb128 {
284 } 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*>(next->process_unsigned(&val));
    [all...]
dwarf_cu.cc 106 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*>(go)->process_unsigned(&column_num));
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 167 typedef struct ELFF_PACKED Dwarf_Leb128 {
284 } 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*>(next->process_unsigned(&val))
    [all...]
dwarf_cu.cc 106 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*>(go)->process_unsigned(&column_num))
    [all...]

Completed in 207 milliseconds