Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/verifier/
H A Dcalls.c396 .fixup_map_hash_8b = { 16 },
1411 .fixup_map_hash_8b = { 23 },
1465 .fixup_map_hash_8b = { 23 },
1519 .fixup_map_hash_8b = { 23 },
1592 .fixup_map_hash_8b = { 12, 22 },
1664 .fixup_map_hash_8b = { 12, 22 },
1733 .fixup_map_hash_8b = { 12, 22 },
1804 .fixup_map_hash_8b = { 12, 22 },
1873 .fixup_map_hash_8b = { 12, 22 },
2226 .fixup_map_hash_8b
[all...]
H A Dctx_skb.c57 .fixup_map_hash_8b = { 4 },
79 .fixup_map_hash_8b = { 6 },
102 .fixup_map_hash_8b = { 7 },
H A Djump.c84 .fixup_map_hash_8b = { 24 },
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c105 int fixup_map_hash_8b[MAX_FIXUPS]; member
1010 int *fixup_map_hash_8b = test->fixup_map_hash_8b; in do_test_fixup() local
1043 if (*fixup_map_hash_8b) { in do_test_fixup()
1047 prog[*fixup_map_hash_8b].imm = map_fds[0]; in do_test_fixup()
1048 fixup_map_hash_8b++; in do_test_fixup()
1049 } while (*fixup_map_hash_8b); in do_test_fixup()