Lines Matching refs:ELFSectionHeaderInfo
870 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
941 const ELFSectionHeaderInfo &header = *I; in GetBaseAddress()
981 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID()); in ParseDependentModules()
1476 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1485 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()
1628 const ObjectFileELF::ELFSectionHeaderInfo *
1696 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType()
1895 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2363 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2556 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2575 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2579 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2958 const ELFSectionHeaderInfo *reloc_header = in ParseSymtab()
3315 const ELFSectionHeaderInfo &sh) { in DumpELFSectionHeader()