Searched refs:useAndroidRelrTags (Results 1 – 3 of 3) sorted by relevance
390 bool useAndroidRelrTags = false; member
1469 addInSec(ctx.arg.useAndroidRelrTags ? DT_ANDROID_RELR : DT_RELR, in computeContents()1471 addInt(ctx.arg.useAndroidRelrTags ? DT_ANDROID_RELRSZ : DT_RELRSZ, in computeContents()1473 addInt(ctx.arg.useAndroidRelrTags ? DT_ANDROID_RELRENT : DT_RELRENT, in computeContents()1806 : (ctx.arg.useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR), in RelrBaseSection()
1598 ctx.arg.useAndroidRelrTags = args.hasFlag( in readConfigs()