/toolchain/binutils/binutils-2.25/include/aout/ |
hp300hpux.h | 30 unsigned char e_syms[4]; /* HP = symbol table size */ member in struct:hp300hpux_exec_bytes 60 unsigned char e_syms[4]; member in struct:hp300hpux_header_extension
|
dynix3.h | 36 unsigned char e_syms[4]; member in struct:dynix_external_exec
|
adobe.h | 35 bfd_byte e_syms[BYTES_IN_WORD]; /* length of symbol table in bytes */ member in struct:external_exec
|
aout64.h | 36 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */ member in struct:external_exec
|
/toolchain/binutils/binutils-2.25/bfd/ |
i386dynix.c | 74 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
|
aout-adobe.c | 44 execp->a_syms = GET_WORD (abfd, bytes->e_syms); 64 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
|
hp300hpux.c | 459 execp->a_syms = GET_WORD (abfd, bytes->e_syms); 478 if (H_GET_32 (abfd, bytes->e_syms) != 0)
|
bout.c | 87 execp->a_syms = GET_WORD (abfd, bytes->e_syms); 112 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); [all...] |
pdp11.c | 78 bfd_byte e_syms[2]; /* Length of symbol table in bytes. */ member in struct:pdp11_external_exec 394 execp->a_syms = GET_WORD (abfd, bytes->e_syms); 423 PUT_WORD (abfd, execp->a_syms, bytes->e_syms); [all...] |
aoutx.h | 386 execp->a_syms = GET_WORD (abfd, bytes->e_syms); 418 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); [all...] |
/toolchain/binutils/binutils-2.25/include/ |
bout.h | 72 unsigned char e_syms[4]; /* Length of symbol table */ member in struct:external_exec
|