Lines Matching refs:ELFSectionHeaderInfo
858 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
959 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID()); in ParseDependentModules()
1454 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1463 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()
1606 const ObjectFileELF::ELFSectionHeaderInfo *
1672 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType()
1866 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2334 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2527 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2546 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2550 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2867 const ELFSectionHeaderInfo *reloc_header = in ParseSymtab()
3224 const ELFSectionHeaderInfo &sh) { in DumpELFSectionHeader()