/toolchain/binutils/binutils-2.25/bfd/ |
i386dynix.c | 76 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
|
aout-adobe.c | 46 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); 66 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
|
hp300hpux.c | 461 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
|
bout.c | 89 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); 114 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); [all...] |
aoutx.h | 388 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); 420 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); [all...] |
/toolchain/binutils/binutils-2.25/include/aout/ |
dynix3.h | 38 unsigned char e_trsize[4]; member in struct:dynix_external_exec
|
hp300hpux.h | 27 unsigned char e_trsize[4]; /* length of relocation info for text, in bytes*/ member in struct:hp300hpux_exec_bytes
|
adobe.h | 37 bfd_byte e_trsize[BYTES_IN_WORD]; /* length of text relocation info */ member in struct:external_exec
|
aout64.h | 38 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */ member in struct:external_exec
|
/toolchain/binutils/binutils-2.25/include/ |
bout.h | 74 unsigned char e_trsize[4]; /* Length of text relocation info */ member in struct:external_exec
|