Searched refs:SEGMENT_SIZE (Results 1 - 25 of 90) sorted by relevance

1234

/haiku-buildtools/legacy/binutils/include/aout/
H A Dhost.h21 It is up to you to define SEGMENT_SIZE on machines not listed here. */
22 #ifndef SEGMENT_SIZE
25 #define SEGMENT_SIZE page_size macro
29 #define SEGMENT_SIZE 0x1000 macro
33 #define SEGMENT_SIZE 0x20000 macro
38 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
41 #endif /*!defined(SEGMENT_SIZE)*/
/haiku-buildtools/binutils/include/aout/
H A Dhost.h22 It is up to you to define SEGMENT_SIZE on machines not listed here. */
23 #ifndef SEGMENT_SIZE
26 #define SEGMENT_SIZE page_size macro
30 #define SEGMENT_SIZE 0x1000 macro
34 #define SEGMENT_SIZE 0x20000 macro
39 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
42 #endif /*!defined(SEGMENT_SIZE)*/
/haiku-buildtools/binutils/ld/emulparams/
H A Dm68kaux.sh3 SEGMENT_SIZE=0x40000
5 TEXT_START_ADDR="$SEGMENT_SIZE + SIZEOF_HEADERS"
7 DATA_ALIGNMENT_="(. & (-$SEGMENT_SIZE | $TARGET_PAGE_SIZE-1)) + $SEGMENT_SIZE"
H A Di386go32.sh8 SEGMENT_SIZE=0x200
H A Di386msdos.sh4 SEGMENT_SIZE=0x10
H A Dm68kaout.sh5 SEGMENT_SIZE=0x20000
H A Dvsta.sh5 SEGMENT_SIZE=0x400000
/haiku-buildtools/legacy/binutils/ld/emulparams/
H A Dm68kaux.sh3 SEGMENT_SIZE=0x40000
5 TEXT_START_ADDR="$SEGMENT_SIZE + SIZEOF_HEADERS"
7 DATA_ALIGNMENT_="(. & (-$SEGMENT_SIZE | $TARGET_PAGE_SIZE-1)) + $SEGMENT_SIZE"
H A Di386go32.sh5 SEGMENT_SIZE=0x200
H A Di386mach.sh5 SEGMENT_SIZE=0x1000
H A Di386msdos.sh5 SEGMENT_SIZE=0x10
H A Dm68kaout.sh5 SEGMENT_SIZE=0x20000
H A Dsun3.sh5 SEGMENT_SIZE=0x20000
H A Dvsta.sh5 SEGMENT_SIZE=0x400000
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dpcrel16abs.s0 SEGMENT_SIZE = 0x10000
6 jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR)
1 SEGMENT_SIZE = 0x10000 define
/haiku-buildtools/legacy/binutils/bfd/
H A Darmnetbsd.c25 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Dhp300bsd.c26 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Di386freebsd.c24 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Di386netbsd.c25 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Dm88kmach3.c22 #define SEGMENT_SIZE 0x20000 macro
H A Dnewsos3.c22 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Dvax1knetbsd.c24 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Dvaxbsd.c25 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Dvaxnetbsd.c24 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
/haiku-buildtools/binutils/bfd/
H A Dvaxnetbsd.c25 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro

Completed in 581 milliseconds

1234