Searched refs:fmt_map_off (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c10092 int err, fmt_map_off, num_args; local
10104 fmt_map_off = fmt_reg->off + fmt_reg->var_off.value;
10106 fmt_map_off);
10111 fmt = (char *)(long)fmt_addr + fmt_map_off;
10113 /* We are also guaranteed that fmt+fmt_map_off is NULL terminated, we

Completed in 230 milliseconds