Searched defs:blob_off (Results 1 – 2 of 2) sorted by relevance
220 static void move_blob2blob(struct bpf_gen *gen, int off, int size, int blob_off) in move_blob2blob()230 static void move_blob2ctx(struct bpf_gen *gen, int ctx_off, int size, int blob_off) in move_blob2ctx()362 static void emit_sys_close_blob(struct bpf_gen *gen, int blob_off) in emit_sys_close_blob()
49 uintptr_t blob_off = (uintptr_t)blob; in dump_blob() local