Searched refs:RelA (Results 1 – 2 of 2) sorted by relevance
394 typename object::ELFFile<ET>::Elf_Rela RelA; in FindExceptionTable() local395 RelA.r_offset = R.r_offset; in FindExceptionTable()396 RelA.r_info = R.r_info; in FindExceptionTable()397 RelA.r_addend = 0; in FindExceptionTable()399 const Elf_Sym *Symbol = ELF->getRelocationSymbol(&RelA, SymTab); in FindExceptionTable()
413 typename ET::Rela RelA; in FindExceptionTable() local414 RelA.r_offset = R.r_offset; in FindExceptionTable()415 RelA.r_info = R.r_info; in FindExceptionTable()416 RelA.r_addend = 0; in FindExceptionTable()419 unwrapOrError(ELF->getRelocationSymbol(&RelA, SymTab)); in FindExceptionTable()