Searched refs:src_rec (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 2418 static void *add_btf_ext_rec(struct btf_ext_sec_data *ext_data, const void *src_rec) in add_btf_ext_rec() argument 2428 memcpy(tmp, src_rec, ext_data->rec_sz); in add_btf_ext_rec() 2448 struct bpf_func_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local 2465 for_each_btf_ext_rec(&obj->btf_ext->func_info, ext_sec, i, src_rec) { in linker_append_btf_ext() 2466 dst_rec = add_btf_ext_rec(&dst_sec->func_info, src_rec); in linker_append_btf_ext() 2477 struct bpf_line_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local 2494 for_each_btf_ext_rec(&obj->btf_ext->line_info, ext_sec, i, src_rec) { in linker_append_btf_ext() 2495 dst_rec = add_btf_ext_rec(&dst_sec->line_info, src_rec); in linker_append_btf_ext() 2501 s = btf__str_by_offset(obj->btf, src_rec->file_name_off); in linker_append_btf_ext() 2507 s = btf__str_by_offset(obj->btf, src_rec->line_off); in linker_append_btf_ext() [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 1383 union xfs_btree_rec *src_rec, in xfs_btree_copy_recs() argument 1387 memcpy(dst_rec, src_rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_copy_recs()
|