Searched refs:RelA (Results 1 – 2 of 2) sorted by relevance
419 typename ET::Rela RelA; in FindExceptionTable() local420 RelA.r_offset = R.r_offset; in FindExceptionTable()421 RelA.r_info = R.r_info; in FindExceptionTable()422 RelA.r_addend = 0; in FindExceptionTable()425 unwrapOrError(FileName, ELF.getRelocationSymbol(RelA, SymTab)); in FindExceptionTable()
1791 const Elf_Rela *RelA = Obj->getRela(Rel); in getRelocationAddend() local1792 Addend = RelA->r_addend; in getRelocationAddend()4930 auto writeRela = [&OS](const Elf_Rela *RelA, uint64_t &Offset) { in patchELFAllocatableRelaSections() argument4931 OS.pwrite(reinterpret_cast<const char *>(RelA), sizeof(*RelA), Offset); in patchELFAllocatableRelaSections()4932 Offset += sizeof(*RelA); in patchELFAllocatableRelaSections()4994 typename ELFObjectFile<ELFT>::Elf_Rela RelA; in patchELFAllocatableRelaSections() local4995 RelA.setSymbolAndType(0, Relocation::getNone(), EF.isMips64EL()); in patchELFAllocatableRelaSections()4996 RelA.r_offset = 0; in patchELFAllocatableRelaSections()4997 RelA.r_addend = 0; in patchELFAllocatableRelaSections()4999 writeRela(&RelA, Offset); in patchELFAllocatableRelaSections()