Lines Matching refs:isRela
1411 bool isRela = config->isRela; in computeContents() local
1412 addInt(isRela ? DT_RELAENT : DT_RELENT, in computeContents()
1413 isRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)); in computeContents()
1421 addInt(isRela ? DT_RELACOUNT : DT_RELCOUNT, numRelativeRels); in computeContents()
1460 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL); in computeContents()
1718 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection()
1719 config->isRela ? DT_RELA : DT_REL, in RelocationSection()
1720 config->isRela ? DT_RELASZ : DT_RELSZ, combreloc) { in RelocationSection()
1721 this->entsize = config->isRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in RelocationSection()
1730 if (config->isRela) in writeTo()
1732 buf += config->isRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeTo()
1745 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()
1746 config->isRela ? DT_ANDROID_RELA : DT_ANDROID_REL, in AndroidPackedRelocationSection()
1747 config->isRela ? DT_ANDROID_RELASZ : DT_ANDROID_RELSZ, in AndroidPackedRelocationSection()
1818 if (config->isRela) in updateAllocSize()
1866 if (config->isRela) in updateAllocSize()
1888 (!config->isRela || i->r_addend == j->r_addend)) in updateAllocSize()
1890 if (j - i < 3 || (config->isRela && i->r_addend != 0)) in updateAllocSize()
1903 config->isRela ? RELOCATION_GROUP_HAS_ADDEND_FLAG : 0; in updateAllocSize()
1920 if (config->isRela) { in updateAllocSize()
1931 if (config->isRela) { in updateAllocSize()
1949 if (config->isRela) { in updateAllocSize()
1976 if (config->isRela) { in updateAllocSize()