Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/src/
H A Dgen_loader.c220 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()
/aosp_15_r20/external/dtc/
H A Dfdtdump.c49 uintptr_t blob_off = (uintptr_t)blob; in dump_blob() local