Lines Matching refs:data
31 * blob - bpf_attr-s, strings, insns, map data.
110 static int add_data(struct bpf_gen *gen, const void *data, __u32 size);
156 static int add_data(struct bpf_gen *gen, const void *data, __u32 size)
165 if (data) {
166 memcpy(gen->data_cur, data, size);
175 /* Get index for map_fd/btf_fd slot in reserved fd_array, or in data relative
210 /* *(u64 *)(blob + off) = (u64)(void *)(blob + data) */
211 static void emit_rel_store(struct bpf_gen *gen, int off, int data)
214 0, 0, 0, data));
402 opts->data = gen->data_start;
438 /* populate union bpf_attr with a pointer to the BTF data */
992 /* populate union bpf_attr fd_array with a pointer to data where map_fds are saved */