Lines Matching refs:relo
2999 const struct bpf_offset_reloc *relo, in bpf_core_reloc_offset() argument
3007 const void *type_key = u32_as_hash_key(relo->type_id); in bpf_core_reloc_offset()
3015 local_id = relo->type_id; in bpf_core_reloc_offset()
3024 spec_str = btf__name_by_offset(local_btf, relo->access_str_off); in bpf_core_reloc_offset()
3096 err = bpf_core_reloc_insn(prog, relo->insn_off, in bpf_core_reloc_offset()
3100 prog_name, relo_idx, relo->insn_off, err); in bpf_core_reloc_offset()
3189 struct reloc_desc *relo) in bpf_program__reloc_text() argument
3196 if (relo->type != RELO_CALL) in bpf_program__reloc_text()
3201 relo->insn_idx, relo->text_off); in bpf_program__reloc_text()
3235 insn = &prog->insns[relo->insn_idx]; in bpf_program__reloc_text()
3236 insn->imm += prog->main_prog_cnt - relo->insn_idx; in bpf_program__reloc_text()