Searched refs:RelaSectionName (Results 1 – 1 of 1) sorted by relevance
830 std::string RelaSectionName = Rela ? ".rela" : ".rel"; in createRelocationSection() local831 RelaSectionName += SectionName; in createRelocationSection()844 RelaSectionName, Rela ? ELF::SHT_RELA : ELF::SHT_REL, Flags, EntrySize, in createRelocationSection()