Searched refs:useAndroidRelrTags (Results 1 – 3 of 3) sorted by relevance
310 bool useAndroidRelrTags = false; member
1418 addInSec(config->useAndroidRelrTags ? DT_ANDROID_RELR : DT_RELR, in computeContents()1420 addInt(config->useAndroidRelrTags ? DT_ANDROID_RELRSZ : DT_RELRSZ, in computeContents()1422 addInt(config->useAndroidRelrTags ? DT_ANDROID_RELRENT : DT_RELRENT, in computeContents()1747 : (config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR), in RelrBaseSection()
1464 config->useAndroidRelrTags = args.hasFlag( in readConfigs()