Searched refs:CGRelSection (Results 1 – 1 of 1) sorted by relevance
7777 static bool getSymbolIndices(const typename ELFT::Shdr *CGRelSection, in getSymbolIndices() argument7781 if (!CGRelSection) { in getSymbolIndices()7787 if (CGRelSection->sh_type == SHT_REL) { in getSymbolIndices()7790 Obj.rels(*CGRelSection); in getSymbolIndices()7807 Obj.relas(*CGRelSection); in getSymbolIndices()7838 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile() local7851 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()