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

/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h74 unsigned char e_drsize[4]; /* Length of data relocation info */ member in struct:external_exec
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h38 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */ member in struct:external_exec
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c91 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
116 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
H A Daoutx.h390 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
422 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);

Completed in 82 milliseconds