()
| 248 | } |
| 249 | |
| 250 | push_get_retval() { |
| 251 | this.push_gadget('pop rdi; ret'); |
| 252 | this.push_value(this.retval_addr); |
| 253 | this.push_gadget('mov qword ptr [rdi], rax; ret'); |
| 254 | } |
| 255 | |
| 256 | push_clear_errno() { |
| 257 | this.push_call(this.get_gadget('__error')); |
nothing calls this directly
no test coverage detected