Searched refs:reloc_desc (Results 1 – 1 of 1) sorted by relevance
143 struct reloc_desc { struct153 } *reloc_desc; member269 zfree(&prog->reloc_desc); in bpf_program__exit()907 prog->reloc_desc = malloc(sizeof(*prog->reloc_desc) * nrels); in bpf_program__collect_reloc()908 if (!prog->reloc_desc) { in bpf_program__collect_reloc()951 prog->reloc_desc[i].type = RELO_CALL; in bpf_program__collect_reloc()952 prog->reloc_desc[i].insn_idx = insn_idx; in bpf_program__collect_reloc()953 prog->reloc_desc[i].text_off = sym.st_value; in bpf_program__collect_reloc()979 prog->reloc_desc[i].type = RELO_LD64; in bpf_program__collect_reloc()980 prog->reloc_desc[i].insn_idx = insn_idx; in bpf_program__collect_reloc()[all …]