Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp799 std::string RelaSectionName = Rela ? ".rela" : ".rel"; in createRelocationSection() local
800 RelaSectionName += SectionName; in createRelocationSection()
813 RelaSectionName, Rela ? ELF::SHT_RELA : ELF::SHT_REL, Flags, EntrySize, in createRelocationSection()