Lines Matching refs:IsRela
1325 bool IsRela = Config->IsRela; in finalizeContents() local
1326 addInt(IsRela ? DT_RELAENT : DT_RELENT, in finalizeContents()
1327 IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)); in finalizeContents()
1335 addInt(IsRela ? DT_RELACOUNT : DT_RELCOUNT, NumRelativeRels); in finalizeContents()
1366 addInt(DT_PLTREL, Config->IsRela ? DT_RELA : DT_REL); in finalizeContents()
1532 if (Config->IsRela) in encodeDynamicReloc()
1540 : RelocationBaseSection(Name, Config->IsRela ? SHT_RELA : SHT_REL, in RelocationSection()
1541 Config->IsRela ? DT_RELA : DT_REL, in RelocationSection()
1542 Config->IsRela ? DT_RELASZ : DT_RELSZ), in RelocationSection()
1544 this->Entsize = Config->IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in RelocationSection()
1561 Buf += Config->IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeTo()
1573 Name, Config->IsRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()
1574 Config->IsRela ? DT_ANDROID_RELA : DT_ANDROID_REL, in AndroidPackedRelocationSection()
1575 Config->IsRela ? DT_ANDROID_RELASZ : DT_ANDROID_RELSZ) { in AndroidPackedRelocationSection()
1676 Config->IsRela ? RELOCATION_GROUP_HAS_ADDEND_FLAG : 0; in updateAllocSize()
1693 if (Config->IsRela) { in updateAllocSize()
1704 if (Config->IsRela) { in updateAllocSize()
1722 if (Config->IsRela) { in updateAllocSize()
1740 if (Config->IsRela) { in updateAllocSize()