HomeSort by relevance Sort by last modified time
    Searched full:stackbase (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 3 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
6 mov 4(%esp), %ebx // stackBase
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/etw/
thread_parser.html 70 var stackBase;
89 stackBase = decoder.decodeUInteger(header.is64);
99 stackBase = decoder.decodeUInteger(header.is64);
125 stackBase: stackBase,
thread_parser_test.html 59 assert.equal(fields.stackBase, 4088881152);
82 assert.strictEqual(fields.stackBase, 'fffff80002f56000');
98 assert.equal(fields.stackBase, 2979549184);
118 assert.strictEqual(fields.stackBase, 'ffffd000270e3000');
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
  /bionic/libc/arch-arm64/bionic/
_exit_with_stack_teardown.S 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
  /bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
  /bionic/libc/arch-mips64/bionic/
_exit_with_stack_teardown.S 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
  /bionic/libc/arch-x86_64/bionic/
_exit_with_stack_teardown.S 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
  /external/clang/lib/CodeGen/
CGCall.h 59 CallArgList() : StackBase(nullptr) {}
119 llvm::Instruction *getStackBase() const { return StackBase; }
124 bool isUsingInAlloca() const { return StackBase; }
135 llvm::CallInst *StackBase;
CGCall.cpp     [all...]
  /external/valgrind/helgrind/tests/
stackteardown.c 27 "\tmov 4(%esp), %ebx\n" // stackBase
  /external/valgrind/coregrind/m_ume/
macho.c 381 vm_address_t stackbase = VG_PGROUNDDN(stack_end+1-stacksize); local
384 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
385 check_mmap(res, stackbase, stacksize, "load_unixthread1");
386 if (out_stack_start) *out_stack_start = (vki_uint8_t *)stackbase;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 193 DWORD64 StackBase;
212 DWORD StackBase;
226 p64->StackBase = p32->StackBase;
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os1_freebsd.go 76 // NOTE(rsc): This code is confused. stackbase is the top of the stack
stack1.go 599 throw("nil stackbase")
  /prebuilts/go/linux-x86/src/runtime/
os1_freebsd.go 76 // NOTE(rsc): This code is confused. stackbase is the top of the stack
stack1.go 599 throw("nil stackbase")
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
declarations.golden 300 Stackguard, Stackbase, Gobuf int
306 Stackbase, Sched, Status, Alllink int
declarations.input 308 Stackguard, Stackbase, Gobuf int
314 Stackbase, Sched, Status, Alllink int
  /prebuilts/go/linux-x86/src/go/printer/testdata/
declarations.golden 300 Stackguard, Stackbase, Gobuf int
306 Stackbase, Sched, Status, Alllink int
declarations.input 308 Stackguard, Stackbase, Gobuf int
314 Stackbase, Sched, Status, Alllink int
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { }
282 int32_t stackBase;
    [all...]
  /external/llvm/lib/Support/Windows/
Signals.inc 86 DWORD64 StackBase;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 1454 milliseconds

1 2