Home
last modified time | relevance | path

Searched defs:N_SHARED_LIB (Results 1 – 25 of 35) sorted by relevance

12

/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
Dmipsbsd.c24 #define N_SHARED_LIB(x) 0 macro
Di386lynx.c21 #define N_SHARED_LIB(x) 0 macro
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dvaxbsd.c22 #define N_SHARED_LIB(x) 0 /* Avoids warning */ macro
Dm88kmach3.c25 #define N_SHARED_LIB(x) 0 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
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
Daout-cris.c61 #define N_SHARED_LIB(x) 0 macro
Dmipsbsd.c24 #define N_SHARED_LIB(x) 0 macro
Di386lynx.c21 #define N_SHARED_LIB(x) 0 macro
Driscix.c55 #define N_SHARED_LIB(x) ((x).a_info & MF_USES_SL) macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/
Daout64.h145 #define N_SHARED_LIB(x) (0) macro
147 #define N_SHARED_LIB(x) ((x).a_entry < TEXT_START_ADDR) macro
Dhp300hpux.h119 #define N_SHARED_LIB(x) ( 0 /* no shared libraries */ ) macro
/openbsd/src/gnu/usr.bin/binutils/include/aout/
Daout64.h145 #define N_SHARED_LIB(x) (0) macro
147 #define N_SHARED_LIB(x) ((x).a_entry < TEXT_START_ADDR) macro

12