search for: rtti_proxy

Displaying 1 result from an estimated 1 matches for "rtti_proxy".

Did you mean: http_proxy
2020 May 07
2
Emitting a local alias
...IR to emit a local alias such that I would get: ``` .type _ZTVSt13bad_exception, at object # @_ZTVSt13bad_exception .globl _ZTVSt13bad_exception _ZTVSt13bad_exception: *.L_ZTVSt13bad_exception:* .long 0 # 0x0 .long (_ZTISt13bad_exception.rtti_proxy-.L_ZTVSt13bad_exception)-8 .long (_ZNSt13bad_exceptionD2Ev.stub at PLT- .L_ZTVSt13bad_exception)-8 .long (_ZNSt13bad_exceptionD0Ev.stub at PLT- .L_ZTVSt13bad_exception)-8 .long (_ZNKSt13bad_exception4whatEv.stub at PLT- .L_ZTVSt13bad_exception)-8 ``` rather than: ```...