Searched refs:RelPrefix (Results 1 – 1 of 1) sorted by relevance
121 const std::string RelPrefix = ELF64 ? ".rela" : ".rel"; in createRelocationSection() local122 const std::string RelSectionName = RelPrefix + RelatedSection->getName(); in createRelocationSection()