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

12

/macosx-10.9.5/cxxfilt-11/cxxfilt/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 Dhp.h78 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
80 #define SEGMENT_SIZE 0x1000 macro
H A Dhp300hpux.h90 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
115 #define SEGMENT_SIZE 0x1000 macro
H A Dadobe.h54 #define N_SEGSIZE(x) SEGMENT_SIZE
H A Daout64.h95 #define N_SEGSIZE(x) SEGMENT_SIZE
133 SEGMENT_SIZE?) (TEXT_START_ADDR only applies to ZMAGIC, not to QMAGIC). */
/macosx-10.9.5/cxxfilt-11/cxxfilt/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
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 Dns32knetbsd.c25 #define SEGMENT_SIZE 4096 macro
H A Di386mach3.c28 #define SEGMENT_SIZE 0x1000 macro
H A Dpc532-mach.c47 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
50 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Di386aout.c32 #define SEGMENT_SIZE 0x400000 macro
H A Daout-cris.c42 #define SEGMENT_SIZE 2 macro
55 #define TARGET_PAGE_SIZE SEGMENT_SIZE
280 adata (abfd).segment_size = SEGMENT_SIZE;
H A Di386dynix.c25 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
H A Daout-target.h27 #ifndef SEGMENT_SIZE
28 #define SEGMENT_SIZE TARGET_PAGE_SIZE macro
253 adata(abfd).segment_size = SEGMENT_SIZE;
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dintel386.h214 #define SEGMENT_MASK ((SEGMENT_SIZE)-1)

Completed in 223 milliseconds

12