Searched refs:e_trsize (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 74 unsigned char e_trsize[4]; /* Length of text relocation info */ member
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | dynix3.h | 38 unsigned char e_trsize[4]; member
|
D | hp300hpux.h | 27 unsigned char e_trsize[4]; /* length of relocation info for text, in bytes*/ member
|
D | adobe.h | 37 bfd_byte e_trsize[BYTES_IN_WORD]; /* length of text relocation info */ member
|
D | aout64.h | 38 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */ member
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | i386dynix.c | 76 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in i386dynix_32_swap_exec_header_in()
|
D | aout-adobe.c | 46 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in aout_adobe_swap_exec_header_in() 66 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in aout_adobe_swap_exec_header_out()
|
D | hp300hpux.c | 459 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in NAME()
|
D | bout.c | 89 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in bout_swap_exec_header_in() 114 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in bout_swap_exec_header_out()
|
D | aoutx.h | 388 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in NAME() 420 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in NAME()
|