Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c191 struct reloc_desc { struct
261 struct reloc_desc *reloc_desc; member
530 zfree(&prog->reloc_desc); in bpf_program__exit()
3335 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument
3347 reloc_desc->processed = false; in bpf_program__record_reloc()
3367 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()
3368 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
3369 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3396 reloc_desc->type = RELO_EXTERN; in bpf_program__record_reloc()
3397 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
[all …]