Home
last modified time | relevance | path

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

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