1 2 3 4 5 6 7
#include <sysdep.h> .text ENTRY(bcopy) xchg %rdi, %rsi jmp __libc_memmove /* Branch to IFUNC memmove. */ END(bcopy)