Searched refs:NewRelA (Results 1 – 1 of 1) sorted by relevance
4945 Elf_Rela NewRelA; in patchELFAllocatableRelaSections() local4962 NewRelA.setSymbolAndType(SymbolIdx, Rel.Type, EF.isMips64EL()); in patchELFAllocatableRelaSections()4963 NewRelA.r_offset = SectionAddress + Rel.Offset; in patchELFAllocatableRelaSections()4964 NewRelA.r_addend = Addend; in patchELFAllocatableRelaSections()4976 if (Offset + sizeof(NewRelA) > EndOffset) { in patchELFAllocatableRelaSections()4981 writeRela(&NewRelA, Offset); in patchELFAllocatableRelaSections()