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

1 2

  /src/external/gpl3/binutils/dist/include/aout/
host.h 22 It is up to you to define SEGMENT_SIZE on machines not listed here. */
23 #ifndef SEGMENT_SIZE
26 #define SEGMENT_SIZE page_size
30 #define SEGMENT_SIZE 0x20000
33 #endif /*!defined(SEGMENT_SIZE)*/
  /src/external/gpl3/binutils.old/dist/include/aout/
host.h 22 It is up to you to define SEGMENT_SIZE on machines not listed here. */
23 #ifndef SEGMENT_SIZE
26 #define SEGMENT_SIZE page_size
30 #define SEGMENT_SIZE 0x20000
33 #endif /*!defined(SEGMENT_SIZE)*/
  /src/external/gpl3/gdb/dist/include/aout/
host.h 22 It is up to you to define SEGMENT_SIZE on machines not listed here. */
23 #ifndef SEGMENT_SIZE
26 #define SEGMENT_SIZE page_size
30 #define SEGMENT_SIZE 0x20000
33 #endif /*!defined(SEGMENT_SIZE)*/
  /src/external/gpl3/gdb.old/dist/include/aout/
host.h 22 It is up to you to define SEGMENT_SIZE on machines not listed here. */
23 #ifndef SEGMENT_SIZE
26 #define SEGMENT_SIZE page_size
30 #define SEGMENT_SIZE 0x20000
33 #endif /*!defined(SEGMENT_SIZE)*/
  /src/external/gpl3/binutils/dist/bfd/
host-aout.c 49 #define SEGMENT_SIZE HOST_SEGMENT_SIZE
51 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386bsd.c 34 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vax1knetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vaxnetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386aout.c 33 #define SEGMENT_SIZE 0x400000
ns32knetbsd.c 25 #define SEGMENT_SIZE 4096
  /src/external/gpl3/binutils.old/dist/bfd/
host-aout.c 49 #define SEGMENT_SIZE HOST_SEGMENT_SIZE
51 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386bsd.c 34 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vax1knetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vaxnetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386aout.c 33 #define SEGMENT_SIZE 0x400000
ns32knetbsd.c 25 #define SEGMENT_SIZE 4096
  /src/external/gpl3/gdb/dist/bfd/
host-aout.c 49 #define SEGMENT_SIZE HOST_SEGMENT_SIZE
51 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386bsd.c 34 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vax1knetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vaxnetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386aout.c 33 #define SEGMENT_SIZE 0x400000
  /src/external/gpl3/gdb.old/dist/bfd/
host-aout.c 49 #define SEGMENT_SIZE HOST_SEGMENT_SIZE
51 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386bsd.c 34 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vax1knetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
vaxnetbsd.c 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE

Completed in 31 milliseconds

1 2