| /src/sys/compat/netbsd32/ |
| netbsd32_exec.h | 51 netbsd32_u_long a_trsize; /* text relocation size */ member in struct:netbsd32_exec
|
| /src/sys/sys/ |
| exec_aout.h | 54 unsigned long a_trsize; /* text relocation size */ member in struct:exec 145 (N_TRELOFF(ex) + (ex).a_trsize)
|
| /src/tools/arm-elf2aout/sys/ |
| exec_aout.h | 52 uint32_t a_trsize; /* text relocation size */ member in struct:exec 143 (N_TRELOFF(ex) + (ex).a_trsize)
|
| /src/tools/m68k-elf2aout/sys/ |
| exec_aout.h | 52 uint32_t a_trsize; /* text relocation size */ member in struct:exec 143 (N_TRELOFF(ex) + (ex).a_trsize)
|
| /src/external/gpl3/binutils/dist/include/aout/ |
| hp.h | 38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
|
| /src/external/gpl3/binutils.old/dist/include/aout/ |
| hp.h | 38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
|
| /src/external/gpl3/gdb/dist/include/aout/ |
| hp.h | 38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
|
| /src/external/gpl3/gdb.old/dist/include/aout/ |
| hp.h | 38 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
|
| /src/sys/arch/hppa/stand/mkboot/ |
| mkboot.c | 93 u_long a_trsize; /* text relocation size */ member in struct:exec
|
| /src/sys/arch/x68k/stand/aout2hux/ |
| aout68k.h | 39 be_uint32_t a_trsize; /* size of text relocation */ member in struct:aout_m68k
|
| /src/external/gpl3/binutils/dist/bfd/ |
| libaout.h | 222 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ 606 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \ 220 bfd_vma a_trsize; \/* Length of text's relocation info, in bytes. *\/ member in struct:internal_exec
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| libaout.h | 222 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ 606 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \ 220 bfd_vma a_trsize; \/* Length of text's relocation info, in bytes. *\/ member in struct:internal_exec
|
| /src/external/gpl3/gdb/dist/bfd/ |
| libaout.h | 229 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ 613 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \ 227 bfd_vma a_trsize; \/* Length of text's relocation info, in bytes. *\/ member in struct:internal_exec
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| libaout.h | 229 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ 628 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) \ 227 bfd_vma a_trsize; \/* Length of text's relocation info, in bytes. *\/ member in struct:internal_exec
|