Home
last modified time | relevance | path

Searched defs:stack (Results 776 - 800 of 1065) sorted by relevance

1...<<31323334353637383940>>...43

/kernel/linux/linux-6.6/security/apparmor/
H A Ddomain.c87 match_component(struct aa_profile *profile, struct aa_profile *tp, bool stack, aa_state_t state) match_component() argument
124 label_compound_match(struct aa_profile *profile, struct aa_label *label, bool stack, aa_state_t state, bool subns, u32 request, struct aa_perms *perms) label_compound_match() argument
186 label_components_match(struct aa_profile *profile, struct aa_label *label, bool stack, aa_state_t start, bool subns, u32 request, struct aa_perms *perms) label_components_match() argument
249 label_match(struct aa_profile *profile, struct aa_label *label, bool stack, aa_state_t state, bool subns, u32 request, struct aa_perms *perms) label_match() argument
282 change_profile_perms(struct aa_profile *profile, struct aa_label *target, bool stack, u32 request, aa_state_t start, struct aa_perms *perms) change_profile_perms() argument
571 const char *stack = NULL; x_to_label() local
731 profile_onexec(const struct cred *subj_cred, struct aa_profile *profile, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *secure_exec) profile_onexec() argument
807 handle_onexec(const struct cred *subj_cred, struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument
1288 change_profile_perms_wrapper(const char *op, const char *name, const struct cred *subj_cred, struct aa_profile *profile, struct aa_label *target, bool stack, u32 request, struct aa_perms *perms) change_profile_perms_wrapper() argument
1332 bool stack = flags & AA_CHANGE_STACK; aa_change_profile() local
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c973 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert() argument
997 struct dep_stack *stack; sym_check_print_recursive() local
1123 struct dep_stack stack; sym_check_sym_deps() local
1172 struct dep_stack stack; sym_check_choice_deps() local
1217 struct dep_stack stack; sym_check_deps() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c603 struct bpf_queue_stack *stack = (struct bpf_queue_stack *)&m_stack; in check_stack() local
/third_party/backends/lib/
H A Dalloca.c423 long size, pseg, this_segment, stack; i00afunc() local
[all...]
/third_party/libwebsockets/lib/misc/
H A Dlecp.c968 char stack[12], literal = 0, numeric = 0; in format_scan() local
[all...]
/third_party/libdrm/nouveau/
H A Dnouveau.c117 uint8_t stack[128]; in nouveau_object_mthd() local
/third_party/json/include/nlohmann/
H A Djson.hpp559 std::vector<basic_json> stack; in destroy() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_precision.cpp129 std::vector<stack_entry> stack; member in __anon7193::find_lowerable_rvalues_visitor
[all...]
/third_party/node/src/crypto/
H A Dcrypto_util.cc319 Local<Value> stack; in SetFipsCrypto() local
/third_party/node/src/
H A Dnode_report.cc431 MaybeLocal<Value> stack = error.As<Object>()->Get( in ErrorToString() local
482 Local<StackTrace> stack = StackTrace::CurrentStackTrace( PrintJavaScriptStack() local
[all...]
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c631 tre_backtrack_t stack; tre_tnfa_run_backtrack() local
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c631 tre_backtrack_t stack; tre_tnfa_run_backtrack() local
[all...]
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h36 void *stack; member
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c631 tre_backtrack_t stack; tre_tnfa_run_backtrack() local
[all...]
/third_party/musl/src/regex/
H A Dregexec.c631 tre_backtrack_t stack; tre_tnfa_run_backtrack() local
[all...]
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h65 void *stack; member
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h44 void *stack; member
/third_party/ninja/src/
H A Dgraph.cc52 std::vector<Node*> stack; in RecomputeDirty() local
82 bool DependencyScan::RecomputeNodeDirty(Node* node, std::vector<Node*>* stack, in RecomputeNodeDirty() argument
225 VerifyDAG(Node* node, vector<Node*>* stack, string* err) VerifyDAG() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc422 MaybeTransitionComponent( Isolate* isolate, Handle<SourceTextModule> module, ZoneForwardList<Handle<SourceTextModule>>* stack, Status new_status) MaybeTransitionComponent() argument
453 FinishInstantiate( Isolate* isolate, Handle<SourceTextModule> module, ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index, Zone* zone) FinishInstantiate() argument
1018 InnerModuleEvaluation( Isolate* isolate, Handle<SourceTextModule> module, ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index) InnerModuleEvaluation() argument
[all...]
H A Dtransitions.cc558 base::SmallVector<Map, kStaticStackSize> stack; in TraverseTransitionTreeInternal() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc732 auto stack = Managed<wasm::StackMemory>::cast(continuation.stack()).get(); in SyncStackLimit() local
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_vertex_array.c1958 struct array_stack_state *stack = in __glXPushArrayState() local
1984 struct array_stack_state *stack; __glXPopArrayState() local
[all...]
/third_party/skia/src/core/
H A DSkClipStack.cpp795 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc) in Iter() argument
846 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) { in reset() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp99 std::vector<BasicBlock*> stack; in MarkLiveBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp99 std::vector<BasicBlock*> stack; in MarkLiveBlocks() local

Completed in 27 milliseconds

1...<<31323334353637383940>>...43