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

  /src/external/gpl3/gcc.old/dist/gcc/config/
dbxcoff.h 54 #ifndef DBX_CONTIN_LENGTH
55 #define DBX_CONTIN_LENGTH 0
dbxelf.h 53 #ifndef DBX_CONTIN_LENGTH
54 #define DBX_CONTIN_LENGTH 0
darwin.h 679 #define DBX_CONTIN_LENGTH 0
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
gas.h 41 #undef DBX_CONTIN_LENGTH
bsd.h 102 #define DBX_CONTIN_LENGTH 0
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
openbsd.h 69 #define DBX_CONTIN_LENGTH 0
linux.h 151 #define DBX_CONTIN_LENGTH 0
  /src/external/gpl3/gcc.old/dist/gcc/
xcoffout.h 165 #define DBX_CONTIN_LENGTH 16384
dbxout.cc 153 #ifndef DBX_CONTIN_LENGTH
154 #define DBX_CONTIN_LENGTH 80
635 is also responsible for splitting it up if it exceeds DBX_CONTIN_LENGTH.
637 when DBX_CONTIN_LENGTH is 0 (i.e. no length limit) but that turns
758 set by DBX_CONTIN_LENGTH, mark the current position in the buffer
764 if (DBX_CONTIN_LENGTH > 0
766 > DBX_CONTIN_LENGTH)
815 /* Finish the emission of a complex .stabs directive. When DBX_CONTIN_LENGTH
819 DBX_CONTIN_LENGTH-sized chunks.
834 if (DBX_CONTIN_LENGTH > 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aout.h 153 #ifndef DBX_CONTIN_LENGTH
154 #define DBX_CONTIN_LENGTH 0
netbsd-elf.h 109 #undef DBX_CONTIN_LENGTH
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.h 528 #define DBX_CONTIN_LENGTH 0
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.h 501 #define DBX_CONTIN_LENGTH 0
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.h 822 #define DBX_CONTIN_LENGTH 0
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.h 147 #undef DBX_CONTIN_LENGTH
148 #define DBX_CONTIN_LENGTH 3000
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.h 1389 #define DBX_CONTIN_LENGTH 0
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.h 1533 #define DBX_CONTIN_LENGTH 1000
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h 1553 #undef DBX_CONTIN_LENGTH
1554 #define DBX_CONTIN_LENGTH 1500

Completed in 75 milliseconds