Home
last modified time | relevance | path

Searched refs:RelA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h419 typename ET::Rela RelA; in FindExceptionTable() local
420 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()