Searched refs:test_symbols (Results 1 – 1 of 1) sorted by relevance
21 struct symbol test_symbols[] = { variable78 for (i = 0; i < ARRAY_SIZE(test_symbols); i++) { in BTF_ID_LIST_GLOBAL()79 if (test_symbols[i].id != -1) in BTF_ID_LIST_GLOBAL()82 if (BTF_INFO_KIND(type->info) != test_symbols[i].type) in BTF_ID_LIST_GLOBAL()91 if (!strcmp(str, test_symbols[i].name)) in BTF_ID_LIST_GLOBAL()92 test_symbols[i].id = type_id; in BTF_ID_LIST_GLOBAL()134 for (i = 0; i < ARRAY_SIZE(test_symbols); i++) { in test_resolve_btfids()135 ret = CHECK(test_list[i] != test_symbols[i].id, in test_resolve_btfids()138 test_symbols[i].name, in test_resolve_btfids()139 test_list[i], test_symbols[i].id); in test_resolve_btfids()[all …]