Home
last modified time | relevance | path

Searched refs:__trap_shell_code_start (Results 1 – 5 of 5) sorted by relevance

/platform_testing/utils/shell-as/shell-code/
Dtrap-x86_64.S19 .globl __trap_shell_code_start symbol
23 __trap_shell_code_start: label
Dtrap-x86.S19 .globl __trap_shell_code_start symbol
23 __trap_shell_code_start: label
Dtrap-arm64.S19 .globl __trap_shell_code_start symbol
23 __trap_shell_code_start: label
Dtrap-arm.S21 .globl __trap_shell_code_start symbol
25 __trap_shell_code_start: label
/platform_testing/utils/shell-as/
Dshell-code.cpp39 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()