Searched refs:__trap_shell_code_start (Results 1 – 5 of 5) sorted by relevance
19 .globl __trap_shell_code_start symbol23 __trap_shell_code_start: label
21 .globl __trap_shell_code_start symbol25 __trap_shell_code_start: label
39 extern "C" void __trap_shell_code_start();75 EnsureShellcodeReadable(&__trap_shell_code_start, &__trap_shell_code_end); in GetTrapShellCode()80 (uintptr_t)&__trap_shell_code_end - (uintptr_t)&__trap_shell_code_start; in GetTrapShellCode()82 memcpy(shell_code.get(), (void*)&__trap_shell_code_start, *total_size); in GetTrapShellCode()