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

/external/valgrind/main/coregrind/
H A Dm_main.c1503 /* In all OS-instantiations, the_iicii has a field .sp_at_startup.
1511 static IICreateImageInfo the_iicii; variable
1532 /* By the time we get to valgrind_main, the_iicii should already have
1651 if (the_iicii.sp_at_startup == 0) {
1671 the_iicii.clstack_top = VG_(am_startup)( the_iicii.sp_at_startup );
1837 // p: _start_in_C (for zeroing out the_iicii and putting some
1844 the_iicii.argv = argv;
1845 the_iicii.envp = envp;
1846 the_iicii
[all...]

Completed in 61 milliseconds