Searched refs:reloc_desc (Results 1 – 1 of 1) sorted by relevance
323 struct reloc_desc { struct409 struct reloc_desc *reloc_desc; member698 zfree(&prog->reloc_desc); in bpf_program__exit()3954 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument3990 reloc_desc->type = RELO_EXTERN_FUNC; in bpf_program__record_reloc()3992 reloc_desc->type = RELO_EXTERN_VAR; in bpf_program__record_reloc()3993 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()3994 reloc_desc->sym_off = i; /* sym_off stores extern index */ in bpf_program__record_reloc()4016 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()4017 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()[all …]