Searched refs:reloc_desc (Results 1 – 1 of 1) sorted by relevance
191 struct reloc_desc { struct261 struct reloc_desc *reloc_desc; member530 zfree(&prog->reloc_desc); in bpf_program__exit()3335 struct reloc_desc *reloc_desc, in bpf_program__record_reloc() argument3347 reloc_desc->processed = false; in bpf_program__record_reloc()3367 reloc_desc->type = RELO_CALL; in bpf_program__record_reloc()3368 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()3369 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()3396 reloc_desc->type = RELO_EXTERN; in bpf_program__record_reloc()3397 reloc_desc->insn_idx = insn_idx; in bpf_program__record_reloc()[all …]