Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h268 bool useAndroidRelrTags = false; member
H A DSyntheticSections.cpp1394 addInSec(config->useAndroidRelrTags ? DT_ANDROID_RELR : DT_RELR, in computeContents()
1396 addInt(config->useAndroidRelrTags ? DT_ANDROID_RELRSZ : DT_RELRSZ, in computeContents()
1398 addInt(config->useAndroidRelrTags ? DT_ANDROID_RELRENT : DT_RELRENT, in computeContents()
1699 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
H A DDriver.cpp1275 config->useAndroidRelrTags = args.hasFlag( in readConfigs()