Searched refs:jmp_from_address (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dselector.cpp27 const intptr_t jmp_from_address = reinterpret_cast<intptr_t>(memcpy) + kSize; local
35 offset = reinterpret_cast<intptr_t>(memcpy_erms) - jmp_from_address;
37 offset = reinterpret_cast<intptr_t>(memcpy_quad) - jmp_from_address;
49 const intptr_t jmp_from_address = reinterpret_cast<intptr_t>(memset) + kSize; local
57 offset = reinterpret_cast<intptr_t>(memset_erms) - jmp_from_address;
59 offset = reinterpret_cast<intptr_t>(memset_quad) - jmp_from_address;

Completed in 25 milliseconds