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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
att.h 35 #define ASM_SHORT "\t.value\t"
bsd.h 36 #define ASM_SHORT "\t.word\t"
darwin.h 181 #define ASM_SHORT "\t.word\t"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
att.h 35 #define ASM_SHORT "\t.value\t"
bsd.h 36 #define ASM_SHORT "\t.word\t"
darwin.h 178 #define ASM_SHORT "\t.word\t"
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 917 #define ASM_SHORT mtable[machine].how_short
1722 fprintf (f, "\t%s\t0x%lx\n", ASM_SHORT, (long) needed);
1727 fprintf (f, "\t%s\t0x%x\n", ASM_SHORT, 0 | 0x0000);
1886 fprintf (filvar, "\t%s\t%d\n", ASM_SHORT, funcptr->ord & 0xFFFF);
2043 fprintf (f, "\t%s %d\n", ASM_SHORT, exp->ordinal - d_low_ord);
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 917 #define ASM_SHORT mtable[machine].how_short
1721 fprintf (f, "\t%s\t0x%lx\n", ASM_SHORT, (long) needed);
1726 fprintf (f, "\t%s\t0x%x\n", ASM_SHORT, 0 | 0x0000);
1885 fprintf (filvar, "\t%s\t%d\n", ASM_SHORT, funcptr->ord & 0xFFFF);
2042 fprintf (f, "\t%s %d\n", ASM_SHORT, exp->ordinal - d_low_ord);

Completed in 75 milliseconds