Home
last modified time | relevance | path

Searched refs:dst_rec (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Dlinker.c2643 struct bpf_func_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local
2661 dst_rec = add_btf_ext_rec(&dst_sec->func_info, src_rec); in linker_append_btf_ext()
2662 if (!dst_rec) in linker_append_btf_ext()
2665 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2666 dst_rec->type_id = obj->btf_type_map[dst_rec->type_id]; in linker_append_btf_ext()
2672 struct bpf_line_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local
2690 dst_rec = add_btf_ext_rec(&dst_sec->line_info, src_rec); in linker_append_btf_ext()
2691 if (!dst_rec) in linker_append_btf_ext()
2694 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2700 dst_rec->file_name_off = str_off; in linker_append_btf_ext()
[all …]