Displaying 1 result from an estimated 1 matches for "lexception20".
Did you mean:
lexception0
2014 Mar 17
2
[LLVMdev] Treatment of TType encoding in EHT entries
...unwinding the stack from pthread_exit as soon as the
first call frame is reached that belongs to a function that uses the
personality routine from libobjc2.
This function is in a shared library (libgnustepbase), and here's the
start of its entry in the execption table:
GCC_except_table20:
.Lexception20:
.byte 255 @ @LPStart Encoding = omit
.byte 0 @ @TType Encoding = absptr
.ascii "\314\001" @ @TType base offset
So it definitely uses DW_EH_PE_absptr as TType encoding.
The personality routine in the...