search for: 4005e5

Displaying 1 result from an estimated 1 matches for "4005e5".

Did you mean: 400515
2012 May 29
2
[LLVMdev] How to prevent insertion of memcpy()
...00 mov $0x1000,%edx 4005d5: 48 89 7d f0 mov %rdi,-0x10(%rbp) 4005d9: 48 89 c7 mov %rax,%rdi 4005dc: 48 8b 75 f0 mov -0x10(%rbp),%rsi 4005e0: e8 c3 fe ff ff *callq 4004a8 <memcpy at plt>* } 4005e5: 48 83 c4 10 add $0x10,%rsp 4005e9: 5d pop %rbp 4005ea: c3 retq 4005eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) How do I disable that feature? I've tried -fno-builtin and/or -ffreestanding with no...