HomeSort by: relevance | last modified time | path
    Searched defs:r_pcrel (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/arch/arm/include/
aout_machdep.h 45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member in struct:relocation_info_arm6
  /src/sys/arch/hppa/include/
aout_machdep.h 47 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_hppa
  /src/sys/arch/m68k/include/
aout_machdep.h 48 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_m68k
  /src/sys/arch/vax/include/
aout_machdep.h 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_vax
  /src/sys/arch/x86/include/
aout_machdep.h 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_i386
  /src/tools/arm-elf2aout/machine/
aout_machdep.h 45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member in struct:relocation_info_arm6
  /src/tools/m68k-elf2aout/machine/
aout_machdep.h 48 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_m68k
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachORelocation.h 27 bool r_pcrel; // was relocated pc-relative already member in class:llvm::MachORelocation
37 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) |
40 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) |
49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
  /src/external/gpl3/binutils/dist/bfd/
aout-ns32k.c 149 int *r_pcrel)
158 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
165 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
180 int r_pcrel; local
185 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
193 | (r_pcrel? RELOC_STD_BITS_PCREL_LITTLE: 0)
279 int r_pcrel; local
285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
i386lynx.c 117 int r_pcrel;
124 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
173 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
186 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
355 int r_pcrel;
362 r_pcrel = (0 != (bytes->r_index[0] & RELOC_STD_BITS_PCREL_BIG));
366 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
116 int r_pcrel; local
354 int r_pcrel; local
aoutx.h 1939 int r_pcrel;
1957 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
2007 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
2019 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
2217 int r_pcrel;
2231 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2244 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2252 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
3795 int r_pcrel;
3801 r_pcrel = (int) howto->pc_relative
1933 int r_pcrel; local
2211 int r_pcrel; local
3981 int r_pcrel; local
    [all...]
mach-o.h 134 unsigned int r_pcrel : 1; member in struct:bfd_mach_o_reloc_info
  /src/external/gpl3/binutils.old/dist/bfd/
aout-ns32k.c 149 int *r_pcrel)
158 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
165 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
180 int r_pcrel; local
185 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
193 | (r_pcrel? RELOC_STD_BITS_PCREL_LITTLE: 0)
279 int r_pcrel; local
285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
i386lynx.c 117 int r_pcrel;
124 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
173 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
186 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
355 int r_pcrel;
362 r_pcrel = (0 != (bytes->r_index[0] & RELOC_STD_BITS_PCREL_BIG));
366 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
116 int r_pcrel; local
354 int r_pcrel; local
aoutx.h 1939 int r_pcrel;
1957 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
2007 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
2019 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
2217 int r_pcrel;
2231 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2244 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2252 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
3795 int r_pcrel;
3801 r_pcrel = (int) howto->pc_relative
1933 int r_pcrel; local
2211 int r_pcrel; local
3981 int r_pcrel; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
aout-ns32k.c 149 int *r_pcrel)
158 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
165 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
180 int r_pcrel; local
185 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
193 | (r_pcrel? RELOC_STD_BITS_PCREL_LITTLE: 0)
279 int r_pcrel; local
285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
i386lynx.c 117 int r_pcrel;
124 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
173 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
186 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
355 int r_pcrel;
362 r_pcrel = (0 != (bytes->r_index[0] & RELOC_STD_BITS_PCREL_BIG));
366 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
116 int r_pcrel; local
354 int r_pcrel; local
  /src/external/gpl3/gdb.old/dist/bfd/
aout-ns32k.c 149 int *r_pcrel)
158 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
165 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
180 int r_pcrel; local
185 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
193 | (r_pcrel? RELOC_STD_BITS_PCREL_LITTLE: 0)
279 int r_pcrel; local
285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
i386lynx.c 117 int r_pcrel;
124 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
173 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
186 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
355 int r_pcrel;
362 r_pcrel = (0 != (bytes->r_index[0] & RELOC_STD_BITS_PCREL_BIG));
366 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
116 int r_pcrel; local
354 int r_pcrel; local
  /src/external/gpl3/gdb/dist/include/
bout.h 180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member in struct:relocation_info
  /src/external/gpl3/gdb.old/dist/include/
bout.h 180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member in struct:relocation_info
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 389 unsigned int r_pcrel:1;
387 unsigned int r_pcrel:1; member in struct:reloc_std_internal
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 389 unsigned int r_pcrel:1;
387 unsigned int r_pcrel:1; member in struct:reloc_std_internal
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 389 unsigned int r_pcrel:1;
387 unsigned int r_pcrel:1; member in struct:reloc_std_internal
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 389 unsigned int r_pcrel:1;
387 unsigned int r_pcrel:1; member in struct:reloc_std_internal

Completed in 54 milliseconds

1 2