Lines Matching refs:ELFSectionHeaderInfo
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()
2657 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2661 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
3048 const ELFSectionHeaderInfo *reloc_header = in ParseSymtab()
3405 const ELFSectionHeaderInfo &sh) { in DumpELFSectionHeader()