Home
last modified time | relevance | path

Searched refs:reloc_desc (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c323 struct reloc_desc { struct
409 struct reloc_desc *reloc_desc; member
698 zfree(&prog->reloc_desc); in bpf_program__exit()
3954 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument
3990 reloc_desc->type = RELO_EXTERN_FUNC; in bpf_program__record_reloc()
3992 reloc_desc->type = RELO_EXTERN_VAR; in bpf_program__record_reloc()
3993 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
3994 reloc_desc->sym_off = i; /* sym_off stores extern index */ in bpf_program__record_reloc()
4016 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()
4017 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
[all …]