/toolchain/binutils/binutils-2.25/bfd/ |
i386dynix.c | 73 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
|
aout-adobe.c | 43 execp->a_bss = GET_WORD (abfd, bytes->e_bss); 63 PUT_WORD (abfd, execp->a_bss , bytes->e_bss);
|
hp300hpux.c | 458 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
|
bout.c | 86 execp->a_bss = GET_WORD (abfd, bytes->e_bss); 111 PUT_WORD (abfd, execp->a_bss , bytes->e_bss); [all...] |
pdp11.c | 77 bfd_byte e_bss[2]; /* Length of bss area in bytes. */ member in struct:pdp11_external_exec 393 execp->a_bss = GET_WORD (abfd, bytes->e_bss); 422 PUT_WORD (abfd, execp->a_bss, bytes->e_bss); [all...] |
aoutx.h | 385 execp->a_bss = GET_WORD (abfd, bytes->e_bss); 417 PUT_WORD (abfd, execp->a_bss , bytes->e_bss); [all...] |
/toolchain/binutils/binutils-2.25/include/aout/ |
dynix3.h | 35 unsigned char e_bss[4]; member in struct:dynix_external_exec
|
hp300hpux.h | 26 unsigned char e_bss[4]; /* length of uninitialized data area , in bytes */ member in struct:hp300hpux_exec_bytes
|
adobe.h | 34 bfd_byte e_bss[BYTES_IN_WORD]; /* length of bss area in bytes */ member in struct:external_exec
|
aout64.h | 35 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */ member in struct:external_exec
|
/toolchain/binutils/binutils-2.25/include/ |
bout.h | 71 unsigned char e_bss[4]; /* Length of uninitialized data area */ member in struct:external_exec
|