Searched refs:RelaSectionName (Results 1 – 1 of 1) sorted by relevance
1120 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection() local1121 RelaSectionName += SectionName; in createRelocationSection()1134 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()