Searched refs:N_DATADDR (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/aout/
H A Dencap.h122 #undef N_DATADDR
133 #define N_DATADDR(x) \
120 #undef N_DATADDR macro
131 #define N_DATADDR macro
H A Daout64.h216 #ifndef N_DATADDR macro
217 #define N_DATADDR(x) \
225 #define N_BSSADDR(x) (N_DATADDR (x) + (x).a_data)
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h98 #define N_DATADDR(x) ( (x).a_dload ) macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h212 #ifndef N_DATADDR
213 #define N_DATADDR(x) \ macro
219 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h83 #define N_DATADDR(ex) \ macro
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzcmp.c230 if (N_DATADDR(*a) != addr)
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutf1.h402 intcore->c_data_addr = N_DATADDR (intcore->c_aouthdr);
437 intcore->c_data_addr = N_DATADDR (intcore->c_aouthdr);
H A Daout-target.h50 obj_datasec (abfd)->vma = N_DATADDR (*execp);
H A Dmipsbsd.c29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x)) macro
H A Daoutx.h572 obj_datasec (abfd)->vma = N_DATADDR (*execp);
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c255 (long)N_DATADDR(*ex));

Completed in 133 milliseconds