Searched refs:main_def (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/ |
H A D | _testmultiphase.c | 450 static PyModuleDef main_def = TEST_MODULE_DEF("main", main_slots, testexport_methods); variable 455 return PyModuleDef_Init(&main_def); in PyInit__testmultiphase() 576 return PyModuleDef_Init(&main_def); in PyInit_x() 683 return PyModuleDef_Init(&main_def); in PyInit__testmultiphase_export_unreported_exception()
|
/third_party/libbpf/src/ |
H A D | linker.c | 1494 const struct btf_map_def *main_def, in map_defs_match() 1502 if (main_def->map_type != extra_def->map_type) { in map_defs_match() 1508 if (main_def->key_size != extra_def->key_size) { in map_defs_match() 1512 if (!!main_def->key_type_id != !!extra_def->key_type_id) { in map_defs_match() 1516 if ((main_def->parts & MAP_DEF_KEY_TYPE) in map_defs_match() 1518 main_btf, main_def->key_type_id, in map_defs_match() 1525 if (main_def->value_size != extra_def->value_size) { in map_defs_match() 1529 if (!!main_def->value_type_id != !!extra_def->value_type_id) { in map_defs_match() 1533 if ((main_def->parts & MAP_DEF_VALUE_TYPE) in map_defs_match() 1535 main_btf, main_def in map_defs_match() 1492 map_defs_match(const char *sym_name, const struct btf *main_btf, const struct btf_map_def *main_def, const struct btf_map_def *main_inner_def, const struct btf *extra_btf, const struct btf_map_def *extra_def, const struct btf_map_def *extra_inner_def) map_defs_match() argument [all...] |
Completed in 5 milliseconds