Searched refs:CGRelSection (Results 1 – 1 of 1) sorted by relevance
6958 static bool getSymbolIndices(const typename ELFT::Shdr *CGRelSection, in getSymbolIndices() argument6962 if (!CGRelSection) { in getSymbolIndices()6968 if (CGRelSection->sh_type == SHT_REL) { in getSymbolIndices()6971 Obj.rels(*CGRelSection); in getSymbolIndices()6988 Obj.relas(*CGRelSection); in getSymbolIndices()7014 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile() local7027 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()