Home
last modified time | relevance | path

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

/external/dtc/
Dfdtdump.c49 uintptr_t blob_off = (uintptr_t)blob; in dump_blob() local
105 (uintptr_t)p - blob_off - 4, tag, tagname(tag)); in dump_blob()
144 dumpf("%04"PRIxPTR": string: %s\n", (uintptr_t)s - blob_off, s); in dump_blob()
145 dumpf("%04"PRIxPTR": value\n", (uintptr_t)t - blob_off); in dump_blob()
/external/libbpf/src/
Dgen_loader.c111 static void emit_sys_close_blob(struct bpf_gen *gen, int blob_off);
220 static void move_blob2blob(struct bpf_gen *gen, int off, int size, int blob_off) in move_blob2blob() argument
223 0, 0, 0, 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() argument
233 0, 0, 0, blob_off)); in move_blob2ctx()
362 static void emit_sys_close_blob(struct bpf_gen *gen, int blob_off) in emit_sys_close_blob() argument
365 0, 0, 0, blob_off)); in emit_sys_close_blob()