Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp787 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection() local
788 RelaSectionName += SectionName; in createRelocationSection()
801 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()