Lines Matching defs:off
591 /* BTF fd index to be patched in for insn->off, this is
717 static const char *elf_sym_str(const struct bpf_object *obj, size_t off);
718 static const char *elf_sec_str(const struct bpf_object *obj, size_t off);
776 insn->off == 0;
3403 static const char *elf_sym_str(const struct bpf_object *obj, size_t off)
3407 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off);
3409 name = elfio_string_get_string(obj->efile.strstring, off);
3413 off, obj->path, elf_errmsg(-1));
3420 static const char *elf_sec_str(const struct bpf_object *obj, size_t off)
3424 name = elf_strptr(obj->efile.elf, obj->efile.shstrndx, off);
3426 name = elfio_string_get_string(obj->efile.shstring, off);
3431 off, obj->path, elf_errmsg(-1));
4152 int i, n, off, dummy_var_btf_id;
4301 for (i = 0, off = 0; i < n; i++, off += sizeof(int)) {
4335 vs->offset = off;
4338 sec->size = off;
4344 off = 0;
4350 ext->kcfg.data_off = roundup(off, ext->kcfg.align);
4351 off = ext->kcfg.data_off + ext->kcfg.sz;
4352 pr_debug("extern (kcfg) #%d: symbol %d, off %u, name %s\n",
4355 sec->size = off;
4547 pr_debug("prog '%s': found map %zd (%s, sec %d, off %zu) for insn #%u\n",
4553 pr_warn("prog '%s': map relo failed to find map for section '%s', off %zu\n",
4574 pr_debug("prog '%s': found data map %zd (%s, sec %d, off %zu) for insn %u\n",
6324 insn->off = 0;
6351 insn->off = 0;
6431 insn[0].off = ext->ksym.btf_fd_idx;
8161 /* insn->off is s16 */