Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp830 std::string RelaSectionName = Rela ? ".rela" : ".rel"; in createRelocationSection() local
831 RelaSectionName += SectionName; in createRelocationSection()
844 RelaSectionName, Rela ? ELF::SHT_RELA : ELF::SHT_REL, Flags, EntrySize, in createRelocationSection()