Home
last modified time | relevance | path

Searched refs:RelaSectionName (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp820 std::string RelaSectionName = Rela ? ".rela" : ".rel"; in createRelocationSection() local
821 RelaSectionName += SectionName; in createRelocationSection()
834 RelaSectionName, Rela ? ELF::SHT_RELA : ELF::SHT_REL, Flags, EntrySize, in createRelocationSection()