Searched defs:core_reloc_existence_output (Results 1 – 2 of 2) sorted by relevance
16 struct core_reloc_existence_output { struct17 int a_exists;18 int a_value;19 int b_exists;20 int b_value;21 int c_exists;45 struct core_reloc_existence_output *out = (void *)&data.out; in test_core_existence() argument
674 struct core_reloc_existence_output { struct675 int a_exists;676 int a_value;677 int b_exists;678 int b_value;679 int c_exists;680 int c_value;681 int arr_exists;682 int arr_value;683 int s_exists;[all …]