Searched refs:CGRelSection (Results 1 – 1 of 1) sorted by relevance
7449 static bool getSymbolIndices(const typename ELFT::Shdr *CGRelSection, in getSymbolIndices() argument7453 if (!CGRelSection) { in getSymbolIndices()7459 if (CGRelSection->sh_type == SHT_REL) { in getSymbolIndices()7462 Obj.rels(*CGRelSection); in getSymbolIndices()7479 Obj.relas(*CGRelSection); in getSymbolIndices()7510 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile() local7523 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()