Home
last modified time | relevance | path

Searched refs:N_SHARED_LIB (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/
Daout64.h143 #ifndef N_SHARED_LIB
145 #define N_SHARED_LIB(x) (0) macro
147 #define N_SHARED_LIB(x) ((x).a_entry < TEXT_START_ADDR) macro
164 : (N_SHARED_LIB (x) \
190 : (N_SHARED_LIB (x) \
206 : ((N_MAGIC (x) != ZMAGIC || N_SHARED_LIB (x)) \
Dhp300hpux.h118 #undef N_SHARED_LIB
119 #define N_SHARED_LIB(x) ( 0 /* no shared libraries */ ) macro
DChangeLog35 * aout64.h (N_SHARED_LIB): Define as 0 if TEXT_START_ADDR is
126 * hp300hpux.h (N_SHARED_LIB): Define to be 0.
207 to recognize shared libraries into new macro N_SHARED_LIB.
/openbsd/src/gnu/usr.bin/binutils/include/aout/
Daout64.h143 #ifndef N_SHARED_LIB
145 #define N_SHARED_LIB(x) (0) macro
147 #define N_SHARED_LIB(x) ((x).a_entry < TEXT_START_ADDR) macro
164 : (N_SHARED_LIB (x) \
190 : (N_SHARED_LIB (x) \
206 : ((N_MAGIC (x) != ZMAGIC || N_SHARED_LIB (x)) \
Dhp300hpux.h118 #undef N_SHARED_LIB
119 #define N_SHARED_LIB(x) ( 0 /* no shared libraries */ ) macro
DChangeLog28 * aout64.h (N_SHARED_LIB): Define as 0 if TEXT_START_ADDR is
119 * hp300hpux.h (N_SHARED_LIB): Define to be 0.
200 to recognize shared libraries into new macro N_SHARED_LIB.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dvaxbsd.c22 #define N_SHARED_LIB(x) 0 /* Avoids warning */ macro
Dnewsos3.c31 #define N_SHARED_LIB(x) 0 /* Avoids warning when compiled with -Wall. */ macro
Dhp300bsd.c23 #define N_SHARED_LIB(x) 0 /* Avoids warning */ macro
Dm88kmach3.c25 #define N_SHARED_LIB(x) 0 macro
Di386bsd.c31 #define N_SHARED_LIB(x) 0 macro
Dpc532-mach.c49 #define N_SHARED_LIB(x) 0 macro
Dnetbsd.h34 #define N_SHARED_LIB(x) (N_DYNAMIC (x)) macro
Daout-cris.c61 #define N_SHARED_LIB(x) 0 macro
Driscix.c65 #define N_SHARED_LIB(x) ((x).a_info & MF_USES_SL) macro
82 : (N_SHARED_LIB(x) \
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dvaxbsd.c22 #define N_SHARED_LIB(x) 0 /* Avoids warning */ macro
Dhp300bsd.c23 #define N_SHARED_LIB(x) 0 /* Avoids warning */ macro
Dnewsos3.c31 #define N_SHARED_LIB(x) 0 /* Avoids warning when compiled with -Wall. */ macro
Dm88kmach3.c25 #define N_SHARED_LIB(x) 0 macro
Di386bsd.c31 #define N_SHARED_LIB(x) 0 macro
Dm68klynx.c21 #define N_SHARED_LIB(x) 0 macro
Dpc532-mach.c49 #define N_SHARED_LIB(x) 0 macro
Dnetbsd.h34 #define N_SHARED_LIB(x) (N_DYNAMIC(x)) macro
Dsparclynx.c22 #define N_SHARED_LIB(x) 0
Daout-cris.c61 #define N_SHARED_LIB(x) 0 macro

12