Searched refs:blob_off (Results 1 – 1 of 1) sorted by relevance
/tools/lib/bpf/ |
A D | gen_loader.c | 112 static void emit_sys_close_blob(struct bpf_gen *gen, int blob_off); 221 static void move_blob2blob(struct bpf_gen *gen, int off, int size, int blob_off) in move_blob2blob() argument 224 0, 0, 0, blob_off)); in move_blob2blob() 231 static void move_blob2ctx(struct bpf_gen *gen, int ctx_off, int size, int blob_off) in move_blob2ctx() argument 234 0, 0, 0, blob_off)); in move_blob2ctx() 363 static void emit_sys_close_blob(struct bpf_gen *gen, int blob_off) in emit_sys_close_blob() argument 366 0, 0, 0, blob_off)); in emit_sys_close_blob()
|
Completed in 15 milliseconds