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

/freebsd-11-stable/contrib/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)*/
H A Dencap.h131 #define SEGMENT_SIZE 0x400000
135 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x).a_text-1) & ~(SEGMENT_SIZE-1))) : \
129 #define SEGMENT_SIZE macro
H A Daout64.h95 #define N_SEGSIZE(x) SEGMENT_SIZE
133 SEGMENT_SIZE?) (TEXT_START_ADDR only applies to ZMAGIC, not to QMAGIC). */
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Dvsta.sh5 SEGMENT_SIZE=0x400000
/freebsd-11-stable/contrib/binutils/bfd/
H A Darmnetbsd.c25 #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 Dhost-aout.c49 #define SEGMENT_SIZE HOST_SEGMENT_SIZE macro
51 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Di386bsd.c34 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Di386aout.c32 #define SEGMENT_SIZE 0x400000 macro
H A Daout-target.h27 #ifndef SEGMENT_SIZE
28 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
254 adata(abfd).segment_size = SEGMENT_SIZE;
H A Daout-arm.c43 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Dmipsbsd.c32 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Di386linux.c23 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Dsparclinux.c24 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Daoutx.h596 adata (abfd)->segment_size = SEGMENT_SIZE;
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh98 SEGMENT_SIZE=${SEGMENT_SIZE-${MAXPAGESIZE-${TARGET_PAGE_SIZE}}}
103 DATA_ALIGNMENT_="${DATA_ALIGNMENT_-${DATA_ALIGNMENT-ALIGN(${SEGMENT_SIZE})}}"
111 DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
/freebsd-11-stable/contrib/binutils/ld/
H A 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})"
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h173 #define N_SEGSIZE(x) SEGMENT_SIZE

Completed in 199 milliseconds