Home
last modified time | relevance | path

Searched refs:ELFSectionHeaderInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h173 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { struct
177 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument
254 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
300 const ELFSectionHeaderInfo *rela_hdr,
332 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);
365 const ELFSectionHeaderInfo &sh);
DObjectFileELF.cpp821 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
923 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID()); in ParseDependentModules()
1394 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1403 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()
1546 const ObjectFileELF::ELFSectionHeaderInfo *
1612 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType()
1806 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2291 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2484 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2503 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
[all …]