Lines Matching refs:fixup
30 int fixup[MAX_FIXUPS]; member
279 .fixup = {2},
453 .fixup = {3},
469 .fixup = {3},
487 .fixup = {3},
575 .fixup = {24},
724 .fixup = {4},
746 .fixup = {6},
769 .fixup = {7},
1013 .fixup = {3},
1029 .fixup = {3},
1092 .fixup = {3},
1131 .fixup = {1},
1229 int *fixup = tests[i].fixup; in test() local
1235 if (*fixup) { in test()
1239 prog[*fixup].imm = map_fd; in test()
1240 fixup++; in test()
1241 } while (*fixup); in test()