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