Lines Matching defs:off
578 /* BTF fd index to be patched in for insn->off, this is
690 static const char *elf_sym_str(const struct bpf_object *obj, size_t off);
691 static const char *elf_sec_str(const struct bpf_object *obj, size_t off);
734 insn->off == 0;
3201 static const char *elf_sym_str(const struct bpf_object *obj, size_t off)
3205 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off);
3208 off, obj->path, elf_errmsg(-1));
3215 static const char *elf_sec_str(const struct bpf_object *obj, size_t off)
3219 name = elf_strptr(obj->efile.elf, obj->efile.shstrndx, off);
3222 off, obj->path, elf_errmsg(-1));
3777 int i, n, off, dummy_var_btf_id;
3917 for (i = 0, off = 0; i < n; i++, off += sizeof(int)) {
3951 vs->offset = off;
3954 sec->size = off;
3960 off = 0;
3966 ext->kcfg.data_off = roundup(off, ext->kcfg.align);
3967 off = ext->kcfg.data_off + ext->kcfg.sz;
3968 pr_debug("extern (kcfg) #%d: symbol %d, off %u, name %s\n",
3971 sec->size = off;
4156 pr_debug("prog '%s': found map %zd (%s, sec %d, off %zu) for insn #%u\n",
4162 pr_warn("prog '%s': map relo failed to find map for section '%s', off %zu\n",
4183 pr_debug("prog '%s': found data map %zd (%s, sec %d, off %zu) for insn %u\n",
5919 insn->off = 0;
5946 insn->off = 0;
6026 insn[0].off = ext->ksym.btf_fd_idx;
7716 /* insn->off is s16 */