/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_local.tex | 23 \Var{ctxt} identifies the initial stack frame at which unwinding 28 call stack. The machine-state must remain valid for the duration for
|
H A D | unw_init_remote.tex | 28 structure containing the machine-state of the initial stack frame. 31 stack-frame chain to be unwound. In other words, the interpretation
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.hpp | 29 #include <stack> 73 std::stack<std::function<void ()>> _destroy_notify;
|
/third_party/node/lib/internal/streams/ |
H A D | destroy.js | 26 err.stack; // eslint-disable-line no-unused-expressions 203 err.stack; // eslint-disable-line no-unused-expressions
|
/third_party/node/src/ |
H A D | memory_tracker.h | 11 #include <stack> 28 // Set the self size of a MemoryRetainer to the stack-allocated size of a 169 // By default, we assume the parent count the stack size of the container 242 // the current node if there is one on the stack. 250 // the current node if there is one on the stack - there should 283 std::stack<MemoryRetainerNode*> node_stack_;
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 128 $::stack=4; 134 $::stack=0;
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 128 $::stack=4; 134 $::stack=0;
|
/third_party/spirv-tools/source/diff/ |
H A D | lcs.h | 23 #include <stack> 137 // O(N^2). The implemention uses a std::stack to avoid stack overflow on long in CalculateLCS() 144 std::stack<DiffMatchIndex> to_calculate; in CalculateLCS()
|
/third_party/toybox/ |
H A D | main.c | 149 // Return if stack depth getting noticeable (proxy for leaked heap, etc). in toy_exec_which() 153 // Signed typecast so stack growth direction is irrelevant: we're measuring in toy_exec_which() 154 // the distance between two pointers on the same stack, hence the labs(). in toy_exec_which() 219 // Snapshot stack location so we can detect recursion depth later. in main() 220 // This is its own block so probe doesn't permanently consume stack. in main() 222 int stack; in main() local 224 toys.stacktop = &stack; in main()
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 150 // Return if stack depth getting noticeable (proxy for leaked heap, etc). in toy_exec_which() 154 // Signed typecast so stack growth direction is irrelevant: we're measuring in toy_exec_which() 155 // the distance between two pointers on the same stack, hence the labs(). in toy_exec_which() 220 // Snapshot stack location so we can detect recursion depth later. in main() 221 // This is its own block so probe doesn't permanently consume stack. in main() 223 int stack; in main() local 225 toys.stacktop = &stack; in main()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.h | 36 #include <stack> 304 // The stack to hold the path of Nodes from current_ to root_; 305 std::stack<Node*> stack_;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler.h | 99 void* stack[kMaxStackDepth]; member 234 // Holds samples and their associated stack traces with a soft limit of 261 int64_t Iterate(const std::function<void(const HashtablezInfo& stack)>& f);
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.cpp | 40 FakeMCBlob::FakeMCBlob(const std::vector<MCState>& stack) : fID(NextID()), fStack(stack) { in FakeMCBlob() argument
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 42 /// Returns the contents of the OpenSSL error stack. 51 /// Pushes the errors back onto the OpenSSL error stack. 60 /// Returns the errors in the stack. 112 /// Returns the first error on the OpenSSL error stack. 126 // in the error stack, so we'll need to copy it off if it's dynamic in get() 163 /// Pushes the error back onto the OpenSSL error stack. 411 let stack = Nid::create("not-an-oid", "invalid", "invalid").unwrap_err(); in test_error_library_code() 412 let errors = stack.errors(); in test_error_library_code()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | pkcs7.rs | 133 stack!(stack_st_PKCS7_SIGNER_INFO); 146 stack!(stack_st_PKCS7_RECIP_INFO);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | macros.rs | 58 macro_rules! stack { macros 66 pub stack: $crate::_STACK,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | mips.s | 189 .section .note.GNU-stack,"",@progbits 213 .section .note.GNU-stack,"",@progbits
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | vdso.lds.S | 46 *(.note.GNU-stack)
|
/kernel/linux/linux-5.10/arch/loongarch/vdso/ |
H A D | vdso.lds.S | 43 *(.note.GNU-stack)
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | traps.c | 26 static unsigned long kstack_depth_to_print; /* 0 == entire stack */ 42 (task->stack))->cpu_context.r1; in show_stack()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
H A D | vdso.lds.S | 39 *(.note.GNU-stack)
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | head64.S | 30 # Setup stack
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | kern_util.h | 23 extern void free_stack(unsigned long stack, int order);
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
H A D | processor-generic.h | 88 unsigned long stack);
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | smp.h | 63 void *stack; member 96 * This also gives us the initial stack to use for this CPU.
|