Home
last modified time | relevance | path

Searched refs:N_DATOFF (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/include/
H A Dbout.h92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text ) macro
93 #define N_TROFF(x) ( N_DATOFF(x) + (x)->a_data )
/netbsd/external/gpl3/binutils/dist/include/
H A Dbout.h92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text ) macro
93 #define N_TROFF(x) ( N_DATOFF(x) + (x)->a_data )
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dbout.h92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text ) macro
93 #define N_TROFF(x) ( N_DATOFF(x) + (x)->a_data )
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dbout.h92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text ) macro
93 #define N_TROFF(x) ( N_DATOFF(x) + (x)->a_data )
/netbsd/external/gpl3/gdb/dist/include/aout/
H A Daout64.h240 #ifndef N_DATOFF
241 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
244 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
H A DChangeLog-9115162 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
168 (N_TXTOFF, N_DATOFF): Use them.
205 N_DATOFF: Pad text size if we need to.
234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/netbsd/external/gpl3/binutils/dist/include/aout/
H A Daout64.h240 #ifndef N_DATOFF
241 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
244 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
H A DChangeLog-9115162 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
168 (N_TXTOFF, N_DATOFF): Use them.
205 N_DATOFF: Pad text size if we need to.
234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/netbsd/external/gpl3/binutils.old/dist/include/aout/
H A Daout64.h237 #ifndef N_DATOFF
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
241 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
H A DChangeLog-9115162 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
168 (N_TXTOFF, N_DATOFF): Use them.
205 N_DATOFF: Pad text size if we need to.
234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/netbsd/external/gpl3/gdb.old/dist/include/aout/
H A Daout64.h240 #ifndef N_DATOFF
241 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
244 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
H A DChangeLog-9115162 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
168 (N_TXTOFF, N_DATOFF): Use them.
205 N_DATOFF: Pad text size if we need to.
234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_aout.h134 #define N_DATOFF(ex) \ macro
139 (N_DATOFF(ex) + (ex).a_data)
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_aout.h134 #define N_DATOFF(ex) \ macro
139 (N_DATOFF(ex) + (ex).a_data)
/netbsd/sys/sys/
H A Dexec_aout.h134 #define N_DATOFF(ex) \ macro
139 (N_DATOFF(ex) + (ex).a_data)
/netbsd/usr.sbin/mdsetimage/
H A Dexec_aout.c91 *fileoffp = vmaddr - N_DATADDR(*execp) + N_DATOFF(*execp); in findoff_aout()
/netbsd/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c210 voff += N_DATOFF(ebuf) - N_DATADDR(ebuf); in create_knlist_aout()
/netbsd/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c267 off = addr - N_DATADDR(e) + N_DATOFF(e); in main()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Daout-target.h75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
H A Dpdp11.c132 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text) macro
133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
619 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Daout-target.h75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
H A Daout-tic30.c355 obj_datasec (abfd)->filepos = N_DATOFF (execp); in tic30_aout_callback()
H A Dpdp11.c115 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text) macro
116 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
566 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Daout-target.h75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Daout-target.h75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()

12