Lines Matching refs:ObjectFileELF

148 ObjectFileELF::Initialize()  in Initialize()
158 ObjectFileELF::Terminate() in Terminate()
164 ObjectFileELF::GetPluginNameStatic() in GetPluginNameStatic()
171 ObjectFileELF::GetPluginDescriptionStatic() in GetPluginDescriptionStatic()
177 ObjectFileELF::CreateInstance (const lldb::ModuleSP &module_sp, in CreateInstance()
204 …std::unique_ptr<ObjectFileELF> objfile_ap(new ObjectFileELF(module_sp, data_sp, data_offset, file,… in CreateInstance()
217 ObjectFileELF::CreateMemoryInstance (const lldb::ModuleSP &module_sp, in CreateMemoryInstance()
226 ObjectFileELF::MagicBytesMatch (DataBufferSP& data_sp, in MagicBytesMatch()
303 ObjectFileELF::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications()
312 if (ObjectFileELF::MagicBytesMatch(data_sp, 0, data_sp->GetByteSize())) in GetModuleSpecifications()
381 ObjectFileELF::GetPluginName() in GetPluginName()
387 ObjectFileELF::GetPluginVersion() in GetPluginVersion()
395 ObjectFileELF::ObjectFileELF (const lldb::ModuleSP &module_sp, in ObjectFileELF() function in ObjectFileELF
414 ObjectFileELF::~ObjectFileELF() in ~ObjectFileELF()
419 ObjectFileELF::IsExecutable() const in IsExecutable()
425 ObjectFileELF::GetByteOrder() const in GetByteOrder()
435 ObjectFileELF::GetAddressByteSize() const in GetAddressByteSize()
441 ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) in SectionIndex()
447 ObjectFileELF::SectionIndex(const SectionHeaderCollConstIter &I) const in SectionIndex()
453 ObjectFileELF::ParseHeader() in ParseHeader()
460 ObjectFileELF::GetUUID(lldb_private::UUID* uuid) in GetUUID()
489 ObjectFileELF::GetDebugSymbolFilePaths() in GetDebugSymbolFilePaths()
502 ObjectFileELF::GetDependentModules(FileSpecList &files) in GetDependentModules()
517 ObjectFileELF::GetImageInfoAddress() in GetImageInfoAddress()
554 ObjectFileELF::GetEntryPointAddress () in GetEntryPointAddress()
576 ObjectFileELF::ParseDependentModules() in ParseDependentModules()
636 ObjectFileELF::ParseProgramHeaders() in ParseProgramHeaders()
719 ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo()
805 ObjectFileELF::GetProgramHeaderCount() in GetProgramHeaderCount()
811 ObjectFileELF::GetProgramHeaderByIndex(lldb::user_id_t id) in GetProgramHeaderByIndex()
823 ObjectFileELF::GetSegmentDataByIndex(lldb::user_id_t id) in GetSegmentDataByIndex()
835 ObjectFileELF::ParseSectionHeaders() in ParseSectionHeaders()
840 const ObjectFileELF::ELFSectionHeaderInfo *
841 ObjectFileELF::GetSectionHeaderByIndex(lldb::user_id_t id) in GetSectionHeaderByIndex()
853 ObjectFileELF::CreateSections(SectionList &unified_section_list) in CreateSections()
1011 ObjectFileELF::ParseSymbols (Symtab *symtab, in ParseSymbols()
1179 ObjectFileELF::ParseSymbolTable(Symtab *symbol_table, user_id_t start_id, lldb_private::Section *sy… in ParseSymbolTable()
1185 ObjectFileELF *obj_file_elf = static_cast<ObjectFileELF *>(symtab->GetObjectFile()); in ParseSymbolTable()
1227 ObjectFileELF::ParseDynamicSymbols() in ParseDynamicSymbols()
1262 ObjectFileELF::FindDynamicSymbol(unsigned tag) in FindDynamicSymbol()
1281 ObjectFileELF::PLTRelocationType() in PLTRelocationType()
1366 ObjectFileELF::ParseTrampolineSymbols(Symtab *symbol_table, in ParseTrampolineSymbols()
1444 ObjectFileELF::GetSymtab() in GetSymtab()
1502 ObjectFileELF::IsStripped () in IsStripped()
1515 ObjectFileELF::Dump(Stream *s) in Dump()
1540 ObjectFileELF::DumpELFHeader(Stream *s, const ELFHeader &header) in DumpELFHeader()
1579 ObjectFileELF::DumpELFHeader_e_type(Stream *s, elf_half e_type) in DumpELFHeader_e_type()
1599 ObjectFileELF::DumpELFHeader_e_ident_EI_DATA(Stream *s, unsigned char ei_data) in DumpELFHeader_e_ident_EI_DATA()
1618 ObjectFileELF::DumpELFProgramHeader(Stream *s, const ELFProgramHeader &ph) in DumpELFProgramHeader()
1635 ObjectFileELF::DumpELFProgramHeader_p_type(Stream *s, elf_word p_type) in DumpELFProgramHeader_p_type()
1662 ObjectFileELF::DumpELFProgramHeader_p_flags(Stream *s, elf_word p_flags) in DumpELFProgramHeader_p_flags()
1677 ObjectFileELF::DumpELFProgramHeaders(Stream *s) in DumpELFProgramHeaders()
1692 ObjectFileELF::DumpELFProgramHeader(s, *I); in DumpELFProgramHeaders()
1704 ObjectFileELF::DumpELFSectionHeader(Stream *s, const ELFSectionHeaderInfo &sh) in DumpELFSectionHeader()
1722 ObjectFileELF::DumpELFSectionHeader_sh_type(Stream *s, elf_word sh_type) in DumpELFSectionHeader_sh_type()
1755 ObjectFileELF::DumpELFSectionHeader_sh_flags(Stream *s, elf_xword sh_flags) in DumpELFSectionHeader_sh_flags()
1770 ObjectFileELF::DumpELFSectionHeaders(Stream *s) in DumpELFSectionHeaders()
1788 ObjectFileELF::DumpELFSectionHeader(s, *I); in DumpELFSectionHeaders()
1796 ObjectFileELF::DumpDependentModules(lldb_private::Stream *s) in DumpDependentModules()
1812 ObjectFileELF::GetArchitecture (ArchSpec &arch) in GetArchitecture()
1824 ObjectFileELF::CalculateType() in CalculateType()
1855 ObjectFileELF::CalculateStrata() in CalculateStrata()