Home
last modified time | relevance | path

Searched refs:opcode_base (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.h71 Elf_Byte opcode_base; member
460 stmtl_header_.opcode_base = stmtl_hdr->opcode_base; in cache_stmtl()
468 stmtl_header_.opcode_base - 1); in cache_stmtl()
Ddwarf_cu.cc544 } else if (op < stmtl_header_.opcode_base) { in get_pc_address_file_info()
619 static_cast<Elf_Word>(255) - stmtl_header_.opcode_base; in get_pc_address_file_info()
679 const Elf_Word adjusted = op - stmtl_header_.opcode_base; in get_pc_address_file_info()
Ddwarf_defs.h550 Elf_Byte opcode_base; member