/netbsd/external/gpl3/gdb/dist/include/ |
H A D | bout.h | 92 #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 D | bout.h | 92 #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 D | bout.h | 92 #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 D | bout.h | 92 #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 D | aout64.h | 240 #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 D | ChangeLog-9115 | 162 * 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 D | aout64.h | 240 #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 D | ChangeLog-9115 | 162 * 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 D | aout64.h | 237 #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 D | ChangeLog-9115 | 162 * 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 D | aout64.h | 240 #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 D | ChangeLog-9115 | 162 * 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 D | exec_aout.h | 134 #define N_DATOFF(ex) \ macro 139 (N_DATOFF(ex) + (ex).a_data)
|
/netbsd/tools/m68k-elf2aout/sys/ |
H A D | exec_aout.h | 134 #define N_DATOFF(ex) \ macro 139 (N_DATOFF(ex) + (ex).a_data)
|
/netbsd/sys/sys/ |
H A D | exec_aout.h | 134 #define N_DATOFF(ex) \ macro 139 (N_DATOFF(ex) + (ex).a_data)
|
/netbsd/usr.sbin/mdsetimage/ |
H A D | exec_aout.c | 91 *fileoffp = vmaddr - N_DATADDR(*execp) + N_DATOFF(*execp); in findoff_aout()
|
/netbsd/usr.sbin/kvm_mkdb/ |
H A D | nlist_aout.c | 210 voff += N_DATOFF(ebuf) - N_DATADDR(ebuf); in create_knlist_aout()
|
/netbsd/sys/arch/amiga/stand/binpatch/ |
H A D | binpatch.c | 267 off = addr - N_DATADDR(e) + N_DATOFF(e); in main()
|
/netbsd/external/gpl3/gdb/dist/bfd/ |
H A D | aout-target.h | 75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
|
H A D | pdp11.c | 132 #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 D | aout-target.h | 75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
|
H A D | aout-tic30.c | 355 obj_datasec (abfd)->filepos = N_DATOFF (execp); in tic30_aout_callback()
|
H A D | pdp11.c | 115 #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 D | aout-target.h | 75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
|
/netbsd/external/gpl3/gdb.old/dist/bfd/ |
H A D | aout-target.h | 75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY()
|