Home
last modified time | relevance | path

Searched refs:N_DATADDR (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/binutils/include/aout/
HDencap.h120 #undef N_DATADDR
131 #define N_DATADDR(x) \ macro
HDaout64.h215 #ifndef N_DATADDR
216 #define N_DATADDR(x) \ macro
224 #define N_BSSADDR(x) (N_DATADDR (x) + (x).a_data)
HDChangeLog20 (N_DATADDR): Avoid negative unsigned warning.
22 (N_DATADDR): Avoid negative unsigned warning.
167 (N_HEADER_IN_TEXT, N_DATADDR): New macros.
/trueos/contrib/binutils/gas/config/
HDaout_gnu.h212 #ifndef N_DATADDR
213 #define N_DATADDR(x) \ macro
219 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
/trueos/contrib/gdb/include/
HDbout.h98 #define N_DATADDR(x) ( (x).a_dload ) macro
/trueos/sys/sys/
HDimgact_aout.h83 #define N_DATADDR(ex) \ macro
/trueos/contrib/binutils/bfd/
HDaoutf1.h401 intcore->c_data_addr = N_DATADDR (intcore->c_aouthdr); in swapcore_sun3()
436 intcore->c_data_addr = N_DATADDR (intcore->c_aouthdr); in swapcore_sparc()
HDmipsbsd.c29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x)) macro
HDaout-target.h50 obj_datasec (abfd)->vma = N_DATADDR (*execp); in MY()
HDaoutx.h572 obj_datasec (abfd)->vma = N_DATADDR (*execp); in NAME()
HDChangeLog-94954488 N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed. Generic a.out
/trueos/usr.sbin/kgzip/
HDkgzcmp.c228 if (N_DATADDR(*a) != addr) in ld_aout()
/trueos/usr.bin/ldd/
HDsods.c253 (long)N_DATADDR(*ex)); in dump_file()