Searched refs:e_drsize (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 75 unsigned char e_drsize[4]; /* Length of data relocation info */ member
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | dynix3.h | 39 unsigned char e_drsize[4]; member
|
D | hp300hpux.h | 28 unsigned char e_drsize[4]; /* length of relocation info for data, in bytes*/ member
|
D | adobe.h | 38 bfd_byte e_drsize[BYTES_IN_WORD]; /* length of data relocation info */ member
|
D | aout64.h | 39 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */ member
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | i386dynix.c | 77 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in i386dynix_32_swap_exec_header_in()
|
D | aout-adobe.c | 47 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in aout_adobe_swap_exec_header_in() 67 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); in aout_adobe_swap_exec_header_out()
|
D | hp300hpux.c | 460 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in NAME()
|
D | bout.c | 90 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in bout_swap_exec_header_in() 115 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); in bout_swap_exec_header_out()
|
D | aoutx.h | 389 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in NAME() 421 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize); in NAME()
|