Lines Matching refs:dst_rec
2485 struct bpf_func_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local
2503 dst_rec = add_btf_ext_rec(&dst_sec->func_info, src_rec); in linker_append_btf_ext()
2504 if (!dst_rec) in linker_append_btf_ext()
2507 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2508 dst_rec->type_id = obj->btf_type_map[dst_rec->type_id]; in linker_append_btf_ext()
2514 struct bpf_line_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local
2532 dst_rec = add_btf_ext_rec(&dst_sec->line_info, src_rec); in linker_append_btf_ext()
2533 if (!dst_rec) in linker_append_btf_ext()
2536 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2542 dst_rec->file_name_off = str_off; in linker_append_btf_ext()
2548 dst_rec->line_off = str_off; in linker_append_btf_ext()
2556 struct bpf_core_relo *src_rec, *dst_rec; in linker_append_btf_ext() local
2574 dst_rec = add_btf_ext_rec(&dst_sec->core_relo_info, src_rec); in linker_append_btf_ext()
2575 if (!dst_rec) in linker_append_btf_ext()
2578 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2579 dst_rec->type_id = obj->btf_type_map[dst_rec->type_id]; in linker_append_btf_ext()
2585 dst_rec->access_str_off = str_off; in linker_append_btf_ext()