Searched refs:CGRelSection (Results 1 – 1 of 1) sorted by relevance
7021 static bool getSymbolIndices(const typename ELFT::Shdr *CGRelSection, in getSymbolIndices() argument7025 if (!CGRelSection) { in getSymbolIndices()7031 if (CGRelSection->sh_type == SHT_REL) { in getSymbolIndices()7034 Obj.rels(*CGRelSection); in getSymbolIndices()7051 Obj.relas(*CGRelSection); in getSymbolIndices()7077 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile() local7090 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()