Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/tests/module_test/
H A Dtest_set8.S9 lw a0, set8
10 la t0, set8
21 set8: label
22 .reloc set8, R_RISCV_SET8, set8
/linux/tools/bpf/resolve_btfids/
H A Dmain.c49 * set8 - store symbol size into first 4 bytes and sort following
91 #define BTF_SET8 "set8"
520 /* set8 */ in symbols_collect()
671 /* For set, set8, id->id may be 0 */
729 struct btf_id_set8 *set8 = NULL; in sets_patch()
752 set8 = data->d_buf + off; in symbols_patch()
753 cnt = set8->cnt; in symbols_patch()
758 BUILD_BUG_ON((u32 *)set8->pairs != &set8->pairs[0].id); in symbols_patch()
759 qsort(set8 in symbols_patch()
686 struct btf_id_set8 *set8 = NULL; sets_patch() local
[all...]
/linux/tools/testing/radix-tree/
H A Dmaple.c1232 static const unsigned long set8[] = { in check_erase2_sets() local
33545 check_erase2_testset(mt, set8, ARRAY_SIZE(set8)); in check_erase2_sets()