Searched refs:d_offset (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dlayout2.C31 unsigned long d_offset = ((char*)dp) - ((char*) &e); local
32 return (d_offset != sizeof(void *));
/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc7760 const int d_offset = big_endian ? 2 : 0; local
7943 Insn* iview = reinterpret_cast<Insn*>(view - d_offset);
7960 Insn* iview = reinterpret_cast<Insn*>(view - d_offset);
7973 Insn* iview = reinterpret_cast<Insn*>(view - d_offset);
7998 Insn* iview = reinterpret_cast<Insn*>(view - d_offset);
8011 Insn* iview = reinterpret_cast<Insn*>(view - d_offset);
8065 Insn* iview = reinterpret_cast<Insn*>(view - d_offset);
8078 Insn* iview = reinterpret_cast<Insn*>(view - d_offset);
8110 view += d_offset;
8130 view += d_offset;
9100 const int d_offset = big_endian ? 2 : 0; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-ppc.c7851 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0);
8014 contents + rel->r_offset - d_offset);
8018 contents + rel->r_offset - d_offset);
8040 rel->r_offset += d_offset;
8061 rel->r_offset -= d_offset;
8100 contents + rel->r_offset - d_offset);
8142 rel[1].r_offset = offset + d_offset;
8149 contents + rel->r_offset - d_offset);
8175 rel->r_offset += d_offset;
8205 rel->r_offset += d_offset;
7835 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0); local
[all...]
H A Delf64-ppc.c13363 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0);
13620 insn = bfd_get_32 (input_bfd, contents + rel->r_offset - d_offset);
13624 bfd_put_32 (input_bfd, insn, contents + rel->r_offset - d_offset);
13678 rel->r_offset -= d_offset;
13692 contents + rel->r_offset - d_offset);
13696 contents + rel->r_offset - d_offset);
13722 rel->r_offset += d_offset;
13754 rel->r_offset -= d_offset;
13794 contents + rel->r_offset - d_offset);
13845 rel[1].r_offset = offset + d_offset;
13359 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0); local
[all...]

Completed in 140 milliseconds