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