Home
last modified time | relevance | path

Searched refs:Dwarf_Value (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h106 typedef struct Dwarf_Value { struct
134 } Dwarf_Value; argument
178 void get_common(Dwarf_Value* value, bool sign) const { in get_common()
247 void get_unsigned(Dwarf_Value* value) const { in get_unsigned()
257 void get_signed(Dwarf_Value* value) const { in get_signed()
266 const void* process(Dwarf_Value* value, bool sign) const { in process()
274 const void* process_unsigned(Dwarf_Value* value) const { in process_unsigned()
281 const void* process_signed(Dwarf_Value* value) const { in process_signed()
322 Dwarf_Value val; in process()
357 Dwarf_Value val; in get_abbr_num()
[all …]
Ddwarf_utils.h55 void dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val);
61 void dump_value(const Dwarf_Value* val);
Ddwarf_cu.cc57 Dwarf_Value* attr_value) const { in process_attrib()
59 Dwarf_Value tmp_val; in process_attrib()
60 Dwarf_Value leb128; in process_attrib()
387 Dwarf_Value attr_value; in process_DIE()
488 Dwarf_Value op_size; in get_pc_address_file_info()
532 Dwarf_Value discr_val; in get_pc_address_file_info()
557 Dwarf_Value addr_add; in get_pc_address_file_info()
574 Dwarf_Value line_add; in get_pc_address_file_info()
586 Dwarf_Value file_num; in get_pc_address_file_info()
597 Dwarf_Value column_num; in get_pc_address_file_info()
[all …]
Ddwarf_utils.cc235 dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val) { in dump_attrib()
246 dump_value(const Dwarf_Value* attr_value) { in dump_value()
Ddwarf_cu.h140 Dwarf_Value* attr_value) const;