Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp121 const std::string RelPrefix = ELF64 ? ".rela" : ".rel"; in createRelocationSection() local
122 const std::string RelSectionName = RelPrefix + RelatedSection->getName(); in createRelocationSection()