Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/include/
HDbout.h71 unsigned char e_syms[4]; /* Length of symbol table */ member
/NextBSD/contrib/binutils/include/aout/
HDaout64.h35 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */ member
/NextBSD/contrib/binutils/bfd/
HDbout.c88 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()
HDaoutx.h387 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME()
419 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in NAME()