search for: llsdacse2

Displaying 2 results from an estimated 2 matches for "llsdacse2".

Did you mean: llsdacse1
2009 Mar 13
2
[LLVMdev] how to reslove gcc_except_table?
...LLSDA2: 109 .byte 0xff # @LPStart format (omit) 110 .byte 0x0 # @TType format (absolute) 111 .uleb128 .LLSDATT2-.LLSDATTD2 # @TType base offset 112 .LLSDATTD2: 113 .byte 0x1 # call-site format (uleb128) 114 .uleb128 .LLSDACSE2-.LLSDACSB2 # Call-site table length 115 .LLSDACSB2: 116 .uleb128 0x0 # region 0 landing pad 117 .uleb128 0x5 # action 118 .LLSDACSE2: 119 .byte 0x1 # Action record table 120 .byte 0x0 121 .byte 0x2 122...
2009 Mar 13
0
[LLVMdev] how to reslove gcc_except_table?
...119 .byte 0x1 # Action record table 120 .byte 0x0 i.e. it will try and match with _ZTIb. If this doesn't match then it is all over (0x0). > 116 .uleb128 0x0 # region 0 landing pad > 117 .uleb128 0x5 # action > 118 .LLSDACSE2: > 119 .byte 0x1 # Action record table > 120 .byte 0x0 > 121 .byte 0x2 > 122 .byte 0x7d > 123 .byte 0x3 > 124 .byte 0x7d > 125 .align 4 > 126 .long _ZTIi >...