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

  /external/qemu/elff/
elff_api.cc 29 ElfFile* elf_file = ElfFile::Create(elf_file_path);
37 delete reinterpret_cast<ElfFile*>(handle);
49 return reinterpret_cast<ElfFile*>(handle)->is_exec();
63 if (reinterpret_cast<ElfFile*>(handle)->get_pc_address_info(address,
78 reinterpret_cast<ElfFile*>(handle)->free_pc_address_info(address_info);
elf_alloc.h 24 class ElfFile;
65 * of ElfFile that's being parsed is alive. To save performance on the numerous
75 * Instance (always one) of this class is created by ElfFile object when it is
122 * allocator, instantiated in ElfFile object (see ElfAllocator class).
129 void* operator new(size_t size, const ElfFile* elf);
dwarf_die.h 23 class ElfFile;
50 ElfFile* elf_file() const;
elf_file.cc 14 * Contains implementation of ElfFile classes that encapsulate an ELF file.
39 // Base ElfFile implementation
42 ElfFile::ElfFile()
55 ElfFile::~ElfFile() {
81 ElfFile* ElfFile::Create(const char* path) {
82 ElfFile* ret = NULL;
146 bool ElfFile::initialize(const Elf_CommonHdr* elf_hdr, const char* path) {
    [all...]
dwarf_cu.h 103 friend class ElfFile;
107 * elf - Instance of ElfFile containing this compilation unit.
109 explicit DwarfCU(ElfFile* elf);
116 * elf - Instance of ElfFile containing this compilation unit.
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
145 /* Gets instance of ElfFile containing this compilation unit. */
146 ElfFile* elf_file() const {
299 ElfFile* elf_file_;
331 * elf - Instance of ElfFile containing this compilation unit.
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
    [all...]
elf_file.h 14 * Contains declaration of ElfFile classes that encapsulate an ELF file.
35 class ElfFile {
37 /* Constructs ElfFile instance. */
38 ElfFile();
40 /* Destructs ElfFile instance. */
41 virtual ~ElfFile();
49 * Initialized ElfFileImpl instance, typecasted back to ElfFile object on
53 static ElfFile* Create(const char* path);
112 /* Initializes ElfFile instance. This method is called from Create method of
573 class ElfFileImpl : protected ElfFile {
    [all...]
elf_alloc.cc 60 void* DwarfAllocBase::operator new(size_t size, const ElfFile* elf) {
dwarf_cu.cc 24 DwarfCU::DwarfCU(ElfFile* elf)
37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) {
297 DwarfCUImpl<Dwarf_CUHdr, Dwarf_Off>::DwarfCUImpl(ElfFile* elf,
dwarf_die.cc 33 ElfFile* DIEObject::elf_file() const {
  /ndk/sources/host-tools/ndk-stack/elff/
elff_api.cc 29 ElfFile* elf_file = ElfFile::Create(elf_file_path);
37 delete reinterpret_cast<ElfFile*>(handle);
49 return reinterpret_cast<ElfFile*>(handle)->is_exec();
63 if (reinterpret_cast<ElfFile*>(handle)->get_pc_address_info(address,
78 reinterpret_cast<ElfFile*>(handle)->free_pc_address_info(address_info);
elf_alloc.h 24 class ElfFile;
65 * of ElfFile that's being parsed is alive. To save performance on the numerous
75 * Instance (always one) of this class is created by ElfFile object when it is
122 * allocator, instantiated in ElfFile object (see ElfAllocator class).
129 void* operator new(size_t size, const ElfFile* elf);
dwarf_die.h 23 class ElfFile;
50 ElfFile* elf_file() const;
elf_file.cc 14 * Contains implementation of ElfFile classes that encapsulate an ELF file.
39 // Base ElfFile implementation
42 ElfFile::ElfFile()
55 ElfFile::~ElfFile() {
81 ElfFile* ElfFile::Create(const char* path) {
82 ElfFile* ret = NULL;
146 bool ElfFile::initialize(const Elf_CommonHdr* elf_hdr, const char* path)
    [all...]
dwarf_cu.h 103 friend class ElfFile;
107 * elf - Instance of ElfFile containing this compilation unit.
109 explicit DwarfCU(ElfFile* elf);
116 * elf - Instance of ElfFile containing this compilation unit.
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
145 /* Gets instance of ElfFile containing this compilation unit. */
146 ElfFile* elf_file() const {
299 ElfFile* elf_file_;
331 * elf - Instance of ElfFile containing this compilation unit.
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr)
    [all...]
elf_file.h 14 * Contains declaration of ElfFile classes that encapsulate an ELF file.
35 class ElfFile {
37 /* Constructs ElfFile instance. */
38 ElfFile();
40 /* Destructs ElfFile instance. */
41 virtual ~ElfFile();
49 * Initialized ElfFileImpl instance, typecasted back to ElfFile object on
53 static ElfFile* Create(const char* path);
112 /* Initializes ElfFile instance. This method is called from Create method of
573 class ElfFileImpl : protected ElfFile {
    [all...]
elf_alloc.cc 60 void* DwarfAllocBase::operator new(size_t size, const ElfFile* elf) {
dwarf_cu.cc 24 DwarfCU::DwarfCU(ElfFile* elf)
37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) {
297 DwarfCUImpl<Dwarf_CUHdr, Dwarf_Off>::DwarfCUImpl(ElfFile* elf,
dwarf_die.cc 33 ElfFile* DIEObject::elf_file() const {

Completed in 217 milliseconds