Home
last modified time | relevance | path

Searched refs:elf_file (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delff_api.cc29 ElfFile* elf_file = ElfFile::Create(elf_file_path); in elff_init() local
30 return reinterpret_cast<ELFF_HANDLE>(elf_file); in elff_init()
Ddwarf_die.cc35 ElfFile* DIEObject::elf_file() const { in elf_file() function in DIEObject
36 return parent_cu()->elf_file(); in elf_file()
142 while (elf_file()->get_range(range_off, &low, &high) && in contains_address()
215 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) && in dump()
223 while (elf_file()->get_range<Elf_Word>(off, &low, &high) && in dump()
Ddwarf_cu.h146 ElfFile* elf_file() const { in elf_file() function
453 stmtl_header_.unit_length = elf_file()->pull_val(stmtl_hdr->unit_length.size); in cache_stmtl()
454 stmtl_header_.version = elf_file()->pull_val(stmtl_hdr->version); in cache_stmtl()
455 stmtl_header_.header_length = elf_file()->pull_val(stmtl_hdr->header_length); in cache_stmtl()
Ddwarf_die.h50 ElfFile* elf_file() const;
Ddwarf_cu.cc456 INC_CPTR(elf_file()->get_debug_line_data(), stmtl.value()->u32); in init_stmtl()
506 elf_file()->pull_val(reinterpret_cast<const Elf_Xword*>(ex_op_ptr + 1)); in get_pc_address_file_info()
509 elf_file()->pull_val(reinterpret_cast<const Elf_Word*>(ex_op_ptr + 1)); in get_pc_address_file_info()
636 elf_file()->pull_val(reinterpret_cast<const Elf_Half*>(go)); in get_pc_address_file_info()
/ndk/sources/host-tools/ndk-stack/
DGNUMakefile45 elff/elf_file.cc \