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

/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h70 unsigned char e_bss[4]; /* Length of uninitialized data area */ member in struct:external_exec
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h34 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */ member in struct:external_exec
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c87 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
112 PUT_WORD (abfd, execp->a_bss , bytes->e_bss);
H A Daoutx.h386 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
418 PUT_WORD (abfd, execp->a_bss , bytes->e_bss);

Completed in 98 milliseconds