Searched refs:reloc_desc (Results 1 – 1 of 1) sorted by relevance
212 struct reloc_desc { struct281 struct reloc_desc *reloc_desc; member572 zfree(&prog->reloc_desc); in bpf_program__exit()3596 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument3632 reloc_desc->type = RELO_EXTERN_FUNC; in bpf_program__record_reloc()3634 reloc_desc->type = RELO_EXTERN_VAR; in bpf_program__record_reloc()3635 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()3636 reloc_desc->sym_off = i; /* sym_off stores extern index */ in bpf_program__record_reloc()3658 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()3659 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()[all …]