Searched
refs:stack (Results
701 -
725 of
3945) sorted by null
<<21222324252627282930>>
/external/compiler-rt/test/asan/TestCases/Linux/ |
stress_dtls.c | 58 uintptr_t stack; local 59 // fprintf(stderr, "STACK: %p TLS: %p SELF: %p\n", &stack, &my_tls,
|
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 269 * Returns a filtered stack trace 288 * Filters stack frames from internal JUnit classes 290 public static String getFilteredTrace(String stack) { 292 return stack; 296 StringReader sr= new StringReader(stack); 309 return stack; // return the stack unfiltered
|
/external/libunwind/src/hppa/ |
getcontext.S | 55 SPILL (30) /* stack pointer */ 72 /* We do not need executable stack. */ 73 .section .note.GNU-stack,"",@progbits
|
setcontext.S | 58 FILL (30) /* stack pointer */ 75 /* We do not need executable stack. */ 76 .section .note.GNU-stack,"",@progbits
|
/external/libunwind/src/ia64/ |
siglongjmp.S | 46 * Note: we can use the scratch stack are because the caller 67 /* We do not need executable stack. */ 68 .section .note.GNU-stack,"",@progbits
|