Searched refs:o_offset (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | mips.h | 334 unsigned char o_offset[4]; member
|
| H A D | alpha.h | 376 unsigned char o_offset[4]; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | mips.h | 334 unsigned char o_offset[4]; member
|
| H A D | alpha.h | 376 unsigned char o_offset[4]; member
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ecoffswap.h | 691 intern->offset = H_GET_32 (abfd, ext->o_offset); in ecoff_swap_opt_in() 728 H_PUT_32 (abfd, intern->value, ext->o_offset); in ecoff_swap_opt_out()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ecoffswap.h | 691 intern->offset = H_GET_32 (abfd, ext->o_offset); in ecoff_swap_opt_in() 728 H_PUT_32 (abfd, intern->value, ext->o_offset); in ecoff_swap_opt_out()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | simplify-rtx.c | 334 poly_int64 n_offset, o_offset; in delegitimize_mem_from_attrs() local 343 o = strip_offset (o, &o_offset); in delegitimize_mem_from_attrs() 344 if (!(known_eq (o_offset, n_offset + offset) in delegitimize_mem_from_attrs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | simplify-rtx.cc | 327 poly_int64 n_offset, o_offset; in delegitimize_mem_from_attrs() local 336 o = strip_offset (o, &o_offset); in delegitimize_mem_from_attrs() 337 if (!(known_eq (o_offset, n_offset + offset) in delegitimize_mem_from_attrs()
|