HomeSort by relevance Sort by last modified time
    Searched refs:FixUps (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 43 /* Fixups. */
60 } Fixups;
62 static Fixups FixUps[2];
63 static Fixups *fixups; variable
296 fixups = &FixUps[0];
297 FixUps[0].next = &FixUps[1]
    [all...]
tc-d30v.c 60 /* Fixups. */
77 } Fixups;
79 static Fixups FixUps[2];
80 static Fixups *fixups; variable
319 fixups = &FixUps[0];
320 FixUps[0].next = &FixUps[1]
    [all...]

Completed in 159 milliseconds