Searched refs:e_syms (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | hp300hpux.h | 15 unsigned char e_syms[4]; /* HP = symbol table size */ member 45 unsigned char e_syms[4]; member
|
| D | dynix3.h | 35 unsigned char e_syms[4]; member
|
| D | adobe.h | 34 bfd_byte e_syms[BYTES_IN_WORD]; /* length of symbol table in bytes */ member
|
| D | aout64.h | 35 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | i386dynix.c | 73 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
|
| D | aout-adobe.c | 46 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in aout_adobe_swap_exec_header_in() 66 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in aout_adobe_swap_exec_header_out()
|
| D | hp300hpux.c | 471 execp->a_syms = GET_WORD (abfd, bytes->e_syms); 490 if (H_GET_32 (abfd, bytes->e_syms) != 0)
|
| D | bout.c | 88 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in bout_swap_exec_header_in() 113 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in bout_swap_exec_header_out()
|
| D | pdp11.c | 81 bfd_byte e_syms[2]; /* Length of symbol table in bytes. */ member 382 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 411 PUT_WORD (abfd, execp->a_syms, bytes->e_syms); in NAME()
|
| D | aoutx.h | 366 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 398 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in NAME()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | bout.h | 71 unsigned char e_syms[4]; /* Length of symbol table */ member
|