Searched refs:e_syms (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.27/include/aout/ |
D | hp300hpux.h | 30 unsigned char e_syms[4]; /* HP = symbol table size */ member 60 unsigned char e_syms[4]; member
|
D | dynix3.h | 36 unsigned char e_syms[4]; member
|
D | adobe.h | 35 bfd_byte e_syms[BYTES_IN_WORD]; /* length of symbol table in bytes */ member
|
D | aout64.h | 36 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */ member
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 72 unsigned char e_syms[4]; /* Length of symbol table */ member
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | i386dynix.c | 74 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in i386dynix_32_swap_exec_header_in()
|
D | aout-adobe.c | 44 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in aout_adobe_swap_exec_header_in() 64 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in aout_adobe_swap_exec_header_out()
|
D | hp300hpux.c | 457 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 476 if (H_GET_32 (abfd, bytes->e_syms) != 0) in NAME()
|
D | bout.c | 87 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in bout_swap_exec_header_in() 112 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in bout_swap_exec_header_out()
|
D | pdp11.c | 78 bfd_byte e_syms[2]; /* Length of symbol table in bytes. */ member 387 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 416 PUT_WORD (abfd, execp->a_syms, bytes->e_syms); in NAME()
|
D | aoutx.h | 386 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 418 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in NAME()
|