Searched refs:a_trsize (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dhp300hpux.h121 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
127 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x).a_trsize)
H A Ddynix3.h74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Dhp.h38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
H A Dadobe.h96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/aout/
H A Dhp300hpux.h121 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
127 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x).a_trsize)
H A Ddynix3.h74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Dhp.h38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
H A Dadobe.h96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Di386dynix.c77 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
H A Daout-adobe.c48 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
68 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
172 sect->reloc_count = execp->a_trsize;
284 exec_hdr (abfd)->a_trsize = 0;
292 exec_hdr (abfd)->a_trsize += sect->reloc_count *
H A Di386os9k.c64 execp->a_trsize = 0;
H A Driscix.c89 (N_TXTOFF (x) + (x).a_text + (x).a_data + (x).a_trsize + (x).a_drsize)
123 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
516 if (execp->a_drsize || execp->a_trsize)
575 (execp->a_trsize != 0
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dbout.h95 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Di386dynix.c77 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
H A Daout-adobe.c48 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
68 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
172 sect->reloc_count = execp->a_trsize;
284 exec_hdr (abfd)->a_trsize = 0;
292 exec_hdr (abfd)->a_trsize += sect->reloc_count *
H A Di386os9k.c64 execp->a_trsize = 0;
H A Driscix.c89 (N_TXTOFF (x) + (x).a_text + (x).a_data + (x).a_trsize + (x).a_drsize)
123 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
516 if (execp->a_drsize || execp->a_trsize)
575 (execp->a_trsize != 0
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dbout.h95 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
/netbsd-6-1-5-RELEASE/tools/m68k-elf2aout/sys/
H A Dexec_aout.h52 uint32_t a_trsize; /* text relocation size */ member in struct:exec
143 (N_TRELOFF(ex) + (ex).a_trsize)
/netbsd-6-1-5-RELEASE/usr.bin/crunch/crunchide/
H A Dexec_aout.c140 hdrp->a_trsize);
148 ntextrel = hdrp->a_trsize / sizeof(struct relocation_info);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dexec_aout.h52 u_long a_trsize; /* text relocation size */ member in struct:exec
143 (N_TRELOFF(ex) + (ex).a_trsize)
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_exec.h87 (FREEBSD_N_RELOFF(ex) + (ex).a_trsize + (ex).a_drsize)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Daout_gnu.h84 unsigned char a_trsize[4]; member in struct:exec_bytes
101 unsigned a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
197 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h39 be_uint32_t a_trsize; /* size of text relocation */ member in struct:aout_m68k
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_exec.h51 netbsd32_u_long a_trsize; /* text relocation size */ member in struct:netbsd32_exec

Completed in 305 milliseconds

12