Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Dlibbpf.c336 struct reloc_desc { struct
426 struct reloc_desc *reloc_desc; member
719 zfree(&prog->reloc_desc); in bpf_program__exit()
4048 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument
4084 reloc_desc->type = RELO_EXTERN_CALL; in bpf_program__record_reloc()
4086 reloc_desc->type = RELO_EXTERN_LD64; in bpf_program__record_reloc()
4087 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
4088 reloc_desc->ext_idx = i; in bpf_program__record_reloc()
4110 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()
4111 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
[all …]