Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlinker.c2660 if (!dst_rec) in linker_append_btf_ext()
2663 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2664 dst_rec->type_id = obj->btf_type_map[dst_rec->type_id]; in linker_append_btf_ext()
2689 if (!dst_rec) in linker_append_btf_ext()
2692 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2698 dst_rec->file_name_off = str_off; in linker_append_btf_ext()
2704 dst_rec->line_off = str_off; in linker_append_btf_ext()
2731 if (!dst_rec) in linker_append_btf_ext()
2734 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext()
2735 dst_rec->type_id = obj->btf_type_map[dst_rec->type_id]; in linker_append_btf_ext()
[all …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_btree.c1435 union xfs_btree_rec *dst_rec, in xfs_btree_copy_recs() argument
1440 memcpy(dst_rec, src_rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_copy_recs()
1486 char *dst_rec; in xfs_btree_shift_recs() local
1491 dst_rec = (char *)rec + (dir * cur->bc_ops->rec_len); in xfs_btree_shift_recs()
1492 memmove(dst_rec, rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_shift_recs()