Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-10-stable/contrib/binutils/include/aout/
Dhost.h22 #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
Dencap.h129 #define SEGMENT_SIZE 0x400000 macro
133 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x).a_text-1) & ~(SEGMENT_SIZE-1))) : \
Daout64.h95 #define N_SEGSIZE(x) SEGMENT_SIZE
/freebsd-10-stable/gnu/usr.bin/binutils/ld/
Dgenscripts.sh99 SEGMENT_SIZE=${SEGMENT_SIZE-${MAXPAGESIZE-${TARGET_PAGE_SIZE}}}
104 DATA_ALIGNMENT_="${DATA_ALIGNMENT_-${DATA_ALIGNMENT-ALIGN(${SEGMENT_SIZE})}}"
112 DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
/freebsd-10-stable/contrib/binutils/bfd/
Dhost-aout.c49 #define SEGMENT_SIZE HOST_SEGMENT_SIZE macro
51 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Di386netbsd.c25 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Darmnetbsd.c25 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Di386freebsd.c24 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Di386bsd.c34 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Di386aout.c32 #define SEGMENT_SIZE 0x400000 macro
Daout-target.h27 #ifndef SEGMENT_SIZE
28 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
254 adata(abfd).segment_size = SEGMENT_SIZE; in MY()
DPORTING77 SEGMENT_SIZE
Dmipsbsd.c32 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Daout-arm.c43 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Di386linux.c23 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
Dsparclinux.c24 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
DChangeLog-96971676 (SEGMENT_SIZE): Don't define.
1677 * m68knetbsd.c (SEGMENT_SIZE): Don't define (revert change of
1680 (SEGMENT_SIZE): Don't define.
1721 * aout-target.h (SEGMENT_SIZE): Define to TARGET_PAGE_SIZE at the
1732 * netbsd.h (SEGMENT_SIZE): Define if not defined.
1734 * m68knetbsd.c (SEGMENT_SIZE): Define as 0x20000.
6673 * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
6674 * i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
/freebsd-10-stable/contrib/binutils/ld/
Dgenscripts.sh237 SEGMENT_SIZE=${SEGMENT_SIZE-${MAXPAGESIZE-${TARGET_PAGE_SIZE}}}
242 DATA_ALIGNMENT_="${DATA_ALIGNMENT_-${DATA_ALIGNMENT-ALIGN(${SEGMENT_SIZE})}}"
250 DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
DChangeLog-02031801 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
2059 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
2062 SEGMENT_SIZE alignment.
2064 (SEGMENT_SIZE): Define.
Dldint.texinfo223 @item SEGMENT_SIZE
228 If @code{SEGMENT_SIZE} is not defined, the @file{genscripts.sh} script
/freebsd-10-stable/contrib/binutils/ld/emulparams/
Dvsta.sh5 SEGMENT_SIZE=0x400000
/freebsd-10-stable/contrib/binutils/gas/config/
Daout_gnu.h173 #define N_SEGSIZE(x) SEGMENT_SIZE
/freebsd-10-stable/contrib/binutils/ld/scripttempl/
Dmep.sc90 DATA_SEGMENT_ALIGN="ALIGN(${SEGMENT_SIZE}) + (. & (${MAXPAGESIZE} - 1))"
95 …DATA_SEGMENT_ALIGN="ALIGN (${SEGMENT_SIZE}) - ((${MAXPAGESIZE} - .) & (${MAXPAGESIZE} - 1)); . = D…
Delf.sc101 DATA_SEGMENT_ALIGN="ALIGN(${SEGMENT_SIZE}) + (. & (${MAXPAGESIZE} - 1))"
105 …DATA_SEGMENT_ALIGN="ALIGN (${SEGMENT_SIZE}) - ((${MAXPAGESIZE} - .) & (${MAXPAGESIZE} - 1)); . = D…
/freebsd-10-stable/contrib/gcclibs/include/
DChangeLog-91032566 * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
2662 * a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend

12