Searched refs:useAndroidRelrTags (Results 1 – 3 of 3) sorted by relevance
295 bool useAndroidRelrTags = false; member
1402 addInSec(config->useAndroidRelrTags ? DT_ANDROID_RELR : DT_RELR, in computeContents()1404 addInt(config->useAndroidRelrTags ? DT_ANDROID_RELRSZ : DT_RELRSZ, in computeContents()1406 addInt(config->useAndroidRelrTags ? DT_ANDROID_RELRENT : DT_RELRENT, in computeContents()1726 config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR, in RelrBaseSection()
1416 config->useAndroidRelrTags = args.hasFlag( in readConfigs()