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

/external/valgrind/coregrind/
H A Dm_main.c2857 _start_in_C_linux, which extracts argc/argv/envp and starts up
2880 stack pointer and calls onwards to _start_in_C_linux. This also switches
2896 /* call _start_in_C_linux, passing it the startup %esp */
2898 "\tcall _start_in_C_linux\n"
2915 /* call _start_in_C_linux, passing it the startup %rsp */
2916 "\tcall _start_in_C_linux\n"
2939 call _start_in_C_linux, passing it the initial SP. */
2942 "\tbl _start_in_C_linux\n"
2978 call _start_in_C_linux, passing it the initial SP. */
2981 "\tlis 14, _start_in_C_linux
3265 void _start_in_C_linux ( UWord* pArgc ) function
[all...]

Completed in 49 milliseconds