HomeSort by: relevance | last modified time | path
    Searched defs:add_fix (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 417 add_fix (int width, struct m68k_exp *exp, int pc_rel, int pc_fix) function
2428 add_fix (s[1], &opP->disp, 0, 0);
2594 add_fix ('l', &opP->disp, 1, 2);
2607 add_fix ('l', &opP->disp, 0, 0);
2625 add_fix ('w', &opP->disp, 1, 0);
2628 add_fix ('w', &opP->disp, 0, 0);
2738 add_fix ('B', &opP->disp, 1, 1);
2740 add_fix ('B', &opP->disp, 0, 0);
2868 add_fix (siz1 == SIZE_LONG ? 'l' : 'w', &opP->disp, 1, 2);
2870 add_fix (siz1 == SIZE_LONG ? 'l' : 'w', &opP->disp, 0, 0)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 417 add_fix (int width, struct m68k_exp *exp, int pc_rel, int pc_fix) function
2428 add_fix (s[1], &opP->disp, 0, 0);
2594 add_fix ('l', &opP->disp, 1, 2);
2607 add_fix ('l', &opP->disp, 0, 0);
2625 add_fix ('w', &opP->disp, 1, 0);
2628 add_fix ('w', &opP->disp, 0, 0);
2738 add_fix ('B', &opP->disp, 1, 1);
2740 add_fix ('B', &opP->disp, 0, 0);
2868 add_fix (siz1 == SIZE_LONG ? 'l' : 'w', &opP->disp, 1, 2);
2870 add_fix (siz1 == SIZE_LONG ? 'l' : 'w', &opP->disp, 0, 0)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 6224 add_fix (asection *src_sec, reloc_bfd_fix *fix)
9817 add_fix (sec, fix);
10393 add_fix (sec, fix);
6206 add_fix (asection *src_sec, reloc_bfd_fix *fix) function
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 6224 add_fix (asection *src_sec, reloc_bfd_fix *fix)
9817 add_fix (sec, fix);
10393 add_fix (sec, fix);
6206 add_fix (asection *src_sec, reloc_bfd_fix *fix) function
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 6222 add_fix (asection *src_sec, reloc_bfd_fix *fix)
9815 add_fix (sec, fix);
10391 add_fix (sec, fix);
6204 add_fix (asection *src_sec, reloc_bfd_fix *fix) function
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 6228 add_fix (asection *src_sec, reloc_bfd_fix *fix)
9821 add_fix (sec, fix);
10397 add_fix (sec, fix);
6210 add_fix (asection *src_sec, reloc_bfd_fix *fix) function

Completed in 59 milliseconds