Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_based.c75 bool struct_matches; member
128 out->struct_matches = bpf_core_type_matches(struct a_struct); in test_core_type_based()
H A Dcore_reloc_types.h881 bool struct_matches; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c772 .struct_matches = 1,
815 .struct_matches = 1,
853 .struct_matches = 0,
884 .struct_matches = 1,
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py107 struct_matches = re.findall(struct_regex, signature)
108 return struct_matches
125 struct_matches = re.match(r'\((\S+)\)', signature)
147 if struct_matches:
148 element_types = struct_matches.group(1)