Searched refs:reloc_desc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 337 struct reloc_desc { struct 427 struct reloc_desc *reloc_desc; member 720 zfree(&prog->reloc_desc); in bpf_program__exit() 4049 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() 4085 reloc_desc->type = RELO_EXTERN_CALL; in bpf_program__record_reloc() 4087 reloc_desc->type = RELO_EXTERN_LD64; in bpf_program__record_reloc() 4088 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc() 4089 reloc_desc in bpf_program__record_reloc() 4048 bpf_program__record_reloc(struct bpf_program *prog, struct reloc_desc *reloc_desc, __u32 insn_idx, const char *sym_name, const Elf64_Sym *sym, const Elf64_Rel *rel) bpf_program__record_reloc() argument [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 191 struct reloc_desc { struct 261 struct reloc_desc *reloc_desc; member 530 zfree(&prog->reloc_desc); in bpf_program__exit() 3336 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() 3348 reloc_desc->processed = false; in bpf_program__record_reloc() 3368 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc() 3369 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc() 3370 reloc_desc in bpf_program__record_reloc() 3335 bpf_program__record_reloc(struct bpf_program *prog, struct reloc_desc *reloc_desc, __u32 insn_idx, const char *sym_name, const GElf_Sym *sym, const GElf_Rel *rel) bpf_program__record_reloc() argument [all...] |
Completed in 23 milliseconds