Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c375 struct reloc_desc { struct
465 struct reloc_desc *reloc_desc; member
771 zfree(&prog->reloc_desc); in bpf_program__exit()
4475 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument
4511 reloc_desc->type = RELO_EXTERN_CALL; in bpf_program__record_reloc()
4513 reloc_desc->type = RELO_EXTERN_LD64; in bpf_program__record_reloc()
4514 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
4515 reloc_desc->ext_idx = i; in bpf_program__record_reloc()
4537 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()
4538 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()
[all …]