Home
last modified time | relevance | path

Searched defs:stack_off (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libbpf/src/
H A Dgen_loader.c40 #define stack_off(field) \ macro
252 static void move_stack2blob(struct bpf_gen *gen, int off, int size, int stack_off) in move_stack2blob()
260 static void move_stack2ctx(struct bpf_gen *gen, int ctx_off, int size, int stack_off) in move_stack2ctx()
356 static void emit_sys_close_stack(struct bpf_gen *gen, int stack_off) in emit_sys_close_stack()
/aosp_15_r20/external/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer.cc409 for (size_t stack_off = 0; stack_off < stack_len_; in DumpThreadStack() local