Searched refs:e_offset (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | sparc.h | 65 char e_offset[4]; member
|
D | i960.h | 167 char e_offset[4]; member
|
D | external.h | 159 char e_offset[4]; member
|
D | m88k.h | 78 char e_offset[4]; member
|
D | rs6k64.h | 127 char e_offset[4]; member
|
D | rs6000.h | 131 char e_offset[4]; member
|
D | pe.h | 394 char e_offset[4]; member
|
D | ti.h | 405 char e_offset[4]; member
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-coff.c | 111 unsigned char e_offset[4]; member 753 set_32 (&syms[0].sym.e.e.e_offset[0], name_offset); in simple_object_coff_write_to_file()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coffswap.h | 313 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset); in coff_swap_sym_in() 350 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset); in coff_swap_sym_out()
|
D | peicode.h | 560 esym->e.e.e_offset); in pe_ILF_make_a_symbol()
|
D | coff64-rs6000.c | 322 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e_offset); in _bfd_xcoff64_swap_sym_in() 336 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e_offset); in _bfd_xcoff64_swap_sym_out()
|
D | coff-rs6000.c | 447 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset); in _bfd_xcoff_swap_sym_in() 470 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset); in _bfd_xcoff_swap_sym_out()
|
D | coffcode.h | 5707 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset); in coff_bigobj_swap_sym_in() 5734 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset); in coff_bigobj_swap_sym_out()
|
D | peXXigen.c | 116 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset); in _bfd_XXi_swap_sym_in() 242 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset); in _bfd_XXi_swap_sym_out()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 706 unsigned int soff = bfd_h_get_32 (abfd, sym.e.e.e_offset); in xcoff32_read_symbols()
|