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

/external/valgrind/main/coregrind/
H A Dpub_core_signals.h79 extern Bool VG_(extend_stack)(Addr addr, UInt maxsize);
H A Dm_signals.c2048 Bool VG_(extend_stack)(Addr addr, UInt maxsize) function
2238 if (VG_(extend_stack)(base, VG_(threads)[tid].client_stack_szB)) {
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-arm-linux.c89 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
H A Dsigframe-ppc64-linux.c144 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
H A Dsigframe-amd64-linux.c384 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
H A Dsigframe-ppc32-linux.c514 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
H A Dsigframe-x86-linux.c405 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
H A Dsigframe-s390x-linux.c270 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1210 then, that would cause a call to VG_(extend_stack) to have
1217 the (guest's) stack lead us to VG_(extend_stack), where we
1250 VG_(extend_stack) for this thread, handing it the lowest
1260 VG_(extend_stack) will do nothing when applied to a non-root
1265 nothing. This is almost always the case. VG_(extend_stack)
1274 necessary to fix the corresponding test in VG_(extend_stack).
1285 (void)VG_(extend_stack)( stackMin,

Completed in 170 milliseconds