HomeSort by relevance Sort by last modified time
    Searched refs:N_HEADER_IN_TEXT (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
hp300bsd.c 22 #define N_HEADER_IN_TEXT(x) 0
m88kmach3.c 24 #define N_HEADER_IN_TEXT(x) 1 /* (N_MAGIG(x) == ZMAGIC) */
newsos3.c 33 #define N_HEADER_IN_TEXT(x) 0
vaxbsd.c 21 #define N_HEADER_IN_TEXT(x) 0
i386bsd.c 28 #define N_HEADER_IN_TEXT(x) 0
i386mach3.c 33 #define N_HEADER_IN_TEXT(x) 1
i386aout.c 28 #define N_HEADER_IN_TEXT(x) 0
netbsd.h 31 #define N_HEADER_IN_TEXT(x) 1
pc532-mach.c 29 N_HEADER_IN_TEXT, but the a_text entry (text size) does not include the
30 space for the header. So we have N_HEADER_IN_TEXT defined to
33 #define N_HEADER_IN_TEXT(x) 1
freebsd.h 23 #define N_HEADER_IN_TEXT(x) 0
aout-cris.c 26 #define N_HEADER_IN_TEXT(x) 0
mipsbsd.c 24 #define N_HEADER_IN_TEXT(x) 1
aout-tic30.c 23 #define N_HEADER_IN_TEXT(x) 1
    [all...]
pdp11.c 58 #define N_HEADER_IN_TEXT(x) 0
    [all...]
  /toolchain/binutils/binutils-2.25/include/aout/
aout64.h 112 * If N_HEADER_IN_TEXT(x) is true (which defaults to being the
119 * If N_HEADER_IN_TEXT(x) is false (which defaults to being the case when
124 Specific configurations may want to hardwire N_HEADER_IN_TEXT,
126 In that case, you would #define N_HEADER_IN_TEXT(x) as 1 for sunos,
132 * QMAGIC is always like a ZMAGIC for which N_HEADER_IN_TEXT is true,
138 #ifndef N_HEADER_IN_TEXT
139 #define N_HEADER_IN_TEXT(x) \
164 : (N_HEADER_IN_TEXT (x) \
169 /* If N_HEADER_IN_TEXT is not true for ZMAGIC, there is some padding
190 : (N_HEADER_IN_TEXT (x)
    [all...]
sun4.h 30 #define N_HEADER_IN_TEXT(x) 1
hp300hpux.h 79 #define N_HEADER_IN_TEXT(x) 0

Completed in 213 milliseconds