/toolchain/binutils/binutils-2.25/bfd/ |
i386dynix.c | 77 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
|
aout-adobe.c | 47 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); 67 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
|
hp300hpux.c | 462 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
|
bout.c | 90 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); 115 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); [all...] |
aoutx.h | 389 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); 421 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); [all...] |
/toolchain/binutils/binutils-2.25/include/aout/ |
dynix3.h | 39 unsigned char e_drsize[4]; member in struct:dynix_external_exec
|
hp300hpux.h | 28 unsigned char e_drsize[4]; /* length of relocation info for data, in bytes*/ member in struct:hp300hpux_exec_bytes
|
adobe.h | 38 bfd_byte e_drsize[BYTES_IN_WORD]; /* length of data relocation info */ member in struct:external_exec
|
aout64.h | 39 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */ member in struct:external_exec
|
/toolchain/binutils/binutils-2.25/include/ |
bout.h | 75 unsigned char e_drsize[4]; /* Length of data relocation info */ member in struct:external_exec
|