Searched refs:e_syms (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h71 unsigned char e_syms[4]; /* Length of symbol table */ member in struct:external_exec
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h35 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */ member in struct:external_exec
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c88 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
113 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
H A Daoutx.h387 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
419 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);

Completed in 171 milliseconds