Searched refs:CGRelSection (Results 1 – 1 of 1) sorted by relevance
6720 static bool getSymbolIndices(const typename ELFT::Shdr *CGRelSection, in getSymbolIndices() argument6724 if (!CGRelSection) { in getSymbolIndices()6730 if (CGRelSection->sh_type == SHT_REL) { in getSymbolIndices()6733 Obj.rels(*CGRelSection); in getSymbolIndices()6750 Obj.relas(*CGRelSection); in getSymbolIndices()6776 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile() local6789 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()