Searched refs:ELFSectionHeaderInfo (Results 1 – 2 of 2) sorted by relevance
178 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { struct182 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument262 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;310 const ELFSectionHeaderInfo *rela_hdr,342 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);375 const ELFSectionHeaderInfo &sh);
884 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()955 const ELFSectionHeaderInfo &header = *I; in GetBaseAddress()995 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID()); in ParseDependentModules()1490 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()1499 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()1642 const ObjectFileELF::ELFSectionHeaderInfo *1709 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType()1945 const ELFSectionHeaderInfo &header = *I; in CreateSections()2445 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()2638 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()[all …]