Searched refs:N_SHARED_LIB (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dhp300bsd.c23 #define N_SHARED_LIB(x) 0 /* Avoids warning */ macro
H A Dm88kmach3.c25 #define N_SHARED_LIB(x) 0 macro
H A Dnewsos3.c31 #define N_SHARED_LIB(x) 0 /* Avoids warning when compiled with -Wall. */ macro
H A Dvaxbsd.c22 #define N_SHARED_LIB(x) 0 /* Avoids warning */ macro
H A Di386bsd.c31 #define N_SHARED_LIB(x) 0 macro
H A Dnetbsd.h34 #define N_SHARED_LIB(x) (N_DYNAMIC (x)) macro
H A Dpc532-mach.c49 #define N_SHARED_LIB(x) 0 macro
H A Daout-cris.c58 /* N_SHARED_LIB gets this reasonable default as of 1999-07-12, but we
59 have to work with 2.9.1. Note that N_SHARED_LIB is used in a
61 #define N_SHARED_LIB(x) 0 macro
H A Driscix.c65 #define N_SHARED_LIB(x) ((x).a_info & MF_USES_SL) macro
82 : (N_SHARED_LIB(x) \
H A Dmipsbsd.c24 #define N_SHARED_LIB(x) 0 macro
H A Daout-arm.c37 : ((N_SHARED_LIB (x)) \
H A Di386lynx.c21 #define N_SHARED_LIB(x) 0 macro
H A Di386linux.c25 #define N_SHARED_LIB(x) 0 macro
H A Dm68klinux.c25 #define N_SHARED_LIB(x) 0 macro
H A Dsparclinux.c26 #define N_SHARED_LIB(x) 0 macro
H A Dpdp11.c60 #define N_SHARED_LIB(x) 0 macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/aout/
H A Daout64.h144 #ifndef N_SHARED_LIB
146 #define N_SHARED_LIB(x) (0)
148 #define N_SHARED_LIB(x) ((x).a_entry < TEXT_START_ADDR)
165 : (N_SHARED_LIB (x) \
191 : (N_SHARED_LIB (x) \
207 : ((N_MAGIC (x) != ZMAGIC || N_SHARED_LIB (x)) \
145 #define N_SHARED_LIB macro
147 #define N_SHARED_LIB macro
H A Dhp300hpux.h118 #undef N_SHARED_LIB macro
119 #define N_SHARED_LIB(x) ( 0 /* no shared libraries */ ) macro

Completed in 175 milliseconds