Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/bpf/
Dlinker.c2438 struct bpf_func_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local
2456 dst_rec = add_btf_ext_rec(&dst_sec->func_info, src_rec); in linker_append_btf_ext()
2457 if (!dst_rec) in linker_append_btf_ext()
2460 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2461 dst_rec->type_id = obj->btf_type_map[dst_rec->type_id]; in linker_append_btf_ext()
2467 struct bpf_line_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local
2485 dst_rec = add_btf_ext_rec(&dst_sec->line_info, src_rec); in linker_append_btf_ext()
2486 if (!dst_rec) in linker_append_btf_ext()
2489 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2495 dst_rec->file_name_off = str_off; in linker_append_btf_ext()
[all …]
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_btree.c1385 union xfs_btree_rec *dst_rec, in xfs_btree_copy_recs() argument
1390 memcpy(dst_rec, src_rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_copy_recs()
1436 char *dst_rec; in xfs_btree_shift_recs() local
1441 dst_rec = (char *)rec + (dir * cur->bc_ops->rec_len); in xfs_btree_shift_recs()
1442 memmove(dst_rec, rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_shift_recs()