Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/aout/
Dencap.h121 #undef N_DATADDR
132 #define N_DATADDR(x) \ macro
Daout64.h212 #ifndef N_DATADDR
213 #define N_DATADDR(x) \ macro
221 #define N_BSSADDR(x) (N_DATADDR (x) + (x)->a_data)
Dhp300hpux.h90 #define N_DATADDR(x) \ macro
DChangeLog-911577 (N_DATADDR): Avoid negative unsigned warning.
79 (N_DATADDR): Avoid negative unsigned warning.
224 (N_HEADER_IN_TEXT, N_DATADDR): New macros.
Dadobe.h88 #define N_DATADDR(x) is_this_really_unused? macro
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h212 #ifndef N_DATADDR
213 #define N_DATADDR(x) \ macro
219 #define N_BSSADDR(x) (N_DATADDR(x) + (x)->a_data)
/toolchain/binutils/binutils-2.27/include/
Dbout.h99 #define N_DATADDR(x) ( (x)->a_dload ) macro
/toolchain/binutils/binutils-2.27/bfd/
Daoutf1.h400 intcore->c_data_addr = N_DATADDR (&intcore->c_aouthdr); in swapcore_sun3()
435 intcore->c_data_addr = N_DATADDR (&intcore->c_aouthdr); in swapcore_sparc()
Dmipsbsd.c29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x)) macro
Daout-target.h49 obj_datasec (abfd)->vma = N_DATADDR (execp); in MY()
Dhp300hpux.c231 obj_datasec (abfd)->vma = N_DATADDR (execp); in MY()
Daout-tic30.c346 obj_datasec (abfd)->vma = N_DATADDR (execp); in tic30_aout_callback()
Dpdp11.c563 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
Daoutx.h571 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
DChangeLog-94954488 N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed. Generic a.out