Lines Matching refs:ELFSectionHeaderInfo
983 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
1087 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID()); in ParseDependentModules()
1571 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1580 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()
1726 const ObjectFileELF::ELFSectionHeaderInfo *
1785 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType()
1975 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2399 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2595 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2614 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2618 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2860 const ELFSectionHeaderInfo *reloc_header = in GetSymtab()
3196 const ELFSectionHeaderInfo &sh) { in DumpELFSectionHeader()