HomeSort by: relevance | last modified time | path
    Searched defs:E_FILNMLEN (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/coff/
external.h 183 #define E_FILNMLEN 14 /* # characters in a file name */
227 redefines E_FILNMLEN from 14 to 18 we don't trigger sanitisers
rs6000.h 128 #define E_FILNMLEN 14 /* # characters in a file name */
172 char x_fname[E_FILNMLEN];
rs6k64.h 127 #define E_FILNMLEN 14 /* # characters in a file name */
163 char x_fname[E_FILNMLEN];
ti.h 397 #define E_FILNMLEN 14 /* # characters in a file name */
446 char x_fname[E_FILNMLEN];
pe.h 328 #undef E_FILNMLEN
329 #define E_FILNMLEN 18 /* # characters in a file name. */
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 145 #ifndef E_FILNMLEN
146 #define E_FILNMLEN 14
232 char x_fname[E_FILNMLEN];
rs6000.h 128 #define E_FILNMLEN 14 /* # characters in a file name */
172 char x_fname[E_FILNMLEN];
rs6k64.h 127 #define E_FILNMLEN 14 /* # characters in a file name */
163 char x_fname[E_FILNMLEN];
ti.h 397 #define E_FILNMLEN 14 /* # characters in a file name */
446 char x_fname[E_FILNMLEN];
pe.h 328 #undef E_FILNMLEN
329 #define E_FILNMLEN 18 /* # characters in a file name. */
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 145 #ifndef E_FILNMLEN
146 #define E_FILNMLEN 14
232 char x_fname[E_FILNMLEN];
rs6000.h 128 #define E_FILNMLEN 14 /* # characters in a file name */
172 char x_fname[E_FILNMLEN];
rs6k64.h 127 #define E_FILNMLEN 14 /* # characters in a file name */
163 char x_fname[E_FILNMLEN];
ti.h 397 #define E_FILNMLEN 14 /* # characters in a file name */
446 char x_fname[E_FILNMLEN];
pe.h 328 #undef E_FILNMLEN
329 #define E_FILNMLEN 18 /* # characters in a file name. */
  /src/external/gpl3/gdb/dist/include/coff/
external.h 183 #define E_FILNMLEN 14 /* # characters in a file name */
227 redefines E_FILNMLEN from 14 to 18 we don't trigger sanitisers
rs6000.h 128 #define E_FILNMLEN 14 /* # characters in a file name */
172 char x_fname[E_FILNMLEN];
rs6k64.h 127 #define E_FILNMLEN 14 /* # characters in a file name */
163 char x_fname[E_FILNMLEN];
ti.h 397 #define E_FILNMLEN 14 /* # characters in a file name */
446 char x_fname[E_FILNMLEN];
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-coff.c 172 #define E_FILNMLEN 18
181 char x_fname[E_FILNMLEN];
207 char x_fname[E_FILNMLEN];
908 if (sflen <= E_FILNMLEN)
996 if (sflen <= E_FILNMLEN)
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-coff.c 124 #define E_FILNMLEN 18
133 char x_fname[E_FILNMLEN];
708 if (sflen <= E_FILNMLEN)
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-coff.c 124 #define E_FILNMLEN 18
133 char x_fname[E_FILNMLEN];
706 if (sflen <= E_FILNMLEN)
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-coff.c 124 #define E_FILNMLEN 18
133 char x_fname[E_FILNMLEN];
706 if (sflen <= E_FILNMLEN)
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-coff.c 124 #define E_FILNMLEN 18
133 char x_fname[E_FILNMLEN];
708 if (sflen <= E_FILNMLEN)
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-coff.c 124 #define E_FILNMLEN 18
133 char x_fname[E_FILNMLEN];
708 if (sflen <= E_FILNMLEN)

Completed in 31 milliseconds

1 2