Searched refs:reloc_desc (Results 1 – 1 of 1) sorted by relevance
374 struct reloc_desc { struct464 struct reloc_desc *reloc_desc; member768 zfree(&prog->reloc_desc); in bpf_program__exit()4448 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument4484 reloc_desc->type = RELO_EXTERN_CALL; in bpf_program__record_reloc()4486 reloc_desc->type = RELO_EXTERN_LD64; in bpf_program__record_reloc()4487 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()4488 reloc_desc->ext_idx = i; in bpf_program__record_reloc()4510 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()4511 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()[all …]