[llvm-dev] decyphering exception info on ARM

Carlo Kok via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 9 05:19:26 PDT 2019


When LLVM generates typeinfo for arm (raspiberry pi elf) it generates: 

	.long	_rtti_tc__1sException(target2) @ TypeInfo 1

target2 seems to be some curious form of GOT_PCREL but not exactly. How can I read this at runtime? The value in memory itself does not seem to have any relation to the real address of _rtti_tc__1sException


More information about the llvm-dev mailing list