Home | History | Annotate | Download | only in elff

Lines Matching refs:ElfFile

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) {
176 bool ElfFile::get_pc_address_info(Elf_Xword address,
314 void ElfFile::free_pc_address_info(Elf_AddressInfo* address_info) const {
330 if (!ElfFile::initialize(elf_hdr, path)) {