Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h167 typedef struct ELFF_PACKED Dwarf_Leb128 { struct
169 Elf_Byte val;
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()
284 } Dwarf_Leb128; argument