HomeSort by relevance Sort by last modified time
    Searched full:r_extern (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 27 uint32_t r_symbolnum; // symbol index if r_extern == 1 else section index
30 bool r_extern; // member in class:llvm::MachORelocation
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /toolchain/binutils/binutils-2.25/bfd/
i386lynx.c 118 int r_extern;
136 r_index to the symbols index, and the r_extern bit.
152 r_extern = 0;
157 r_extern = 1;
164 r_extern = 0;
175 (r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
188 (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
207 int r_extern;
221 r_index to the symbols index, and the r_extern bit.
237 r_extern = 0
117 int r_extern; local
206 int r_extern; local
328 int r_extern; local
351 int r_extern; local
    [all...]
aout-cris.c 151 int r_extern; local
166 r_index to the symbols index, and the r_extern bit.
174 r_extern = 0;
182 r_extern = 1;
184 r_extern = 0;
190 r_extern = 0;
210 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0)
226 int r_extern; local
236 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
250 if (r_extern && r_index > symcount
    [all...]
aout-ns32k.c 147 int *r_extern,
156 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
170 int r_extern,
189 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0)
275 int r_extern; local
282 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
294 int r_extern; local
300 r_index to the symbols index, and the r_extern bit.
314 r_extern = 0;
319 r_extern = 1
    [all...]
aout-arm.c 99 int *r_extern,
113 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
124 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
142 int r_extern,
169 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
180 ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
354 int r_extern;
360 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
372 int r_extern;
405 r_index to the symbols index, and the r_extern bit
353 int r_extern; local
371 int r_extern; local
    [all...]
mach-o-x86-64.c 165 if (reloc->r_length == 2 && reloc->r_pcrel && reloc->r_extern)
172 if (reloc->r_length == 2 && reloc->r_pcrel && reloc->r_extern)
287 rinfo->r_extern = 0;
293 rinfo->r_extern = 1;
mach-o-i386.c 212 rinfo->r_extern = 0;
218 rinfo->r_extern = 1;
227 rinfo->r_extern = 0;
235 rinfo->r_extern = 0;
244 rinfo->r_extern = 0;
nlm32-alpha.c 404 int r_type, r_extern, r_offset, r_size;
419 r_extern = (ext.r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
429 if (r_extern)
503 if (! r_extern)
508 BFD_ASSERT (! r_extern);
656 int r_type, r_extern, r_offset, r_size;
670 r_extern = 1;
675 r_extern = 0;
724 r_extern = 0;
736 ext.r_bits[1] = ((r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0
402 int r_type, r_extern, r_offset, r_size; local
654 int r_type, r_extern, r_offset, r_size; local
    [all...]
coff-mips.c 290 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_BIG) != 0;
304 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_LITTLE) != 0;
318 BFD_ASSERT (intern->r_extern
331 | (intern->r_extern ? RELOC_BITS3_EXTERN_BIG : 0));
342 | (intern->r_extern ? RELOC_BITS3_EXTERN_LITTLE : 0));
358 if (! intern->r_extern
909 && int_rel.r_extern == lo_int_rel.r_extern
920 if (int_rel.r_extern)
959 if (! int_rel.r_extern)
    [all...]
aoutx.h 1942 int r_extern; local
2033 int r_extern; local
2148 int r_extern; local
2206 int r_extern; local
3687 int r_extern; local
3962 int r_extern; local
4316 int r_extern; local
    [all...]
riscix.c 311 int r_extern; local
336 r_index to the symbols index, and the r_extern bit.
351 r_extern = 0;
356 r_extern = 1;
363 r_extern = 0;
374 ( (r_extern ? RELOC_STD_BITS_EXTERN_BIG: 0)
385 ( (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE: 0)
coff-alpha.c 511 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
534 if (! intern->r_extern &&
537 if (! intern->r_extern && intern->r_symndx == RELOC_SECTION_LITA)
561 && ! intern->r_extern
576 BFD_ASSERT (intern->r_extern
586 ext->r_bits[1] = ((intern->r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0)
623 if (! intern->r_extern)
633 if (! intern->r_extern)
1478 int r_extern; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
a.out.h 208 unsigned int r_extern:1; member in struct:relocation_info

Completed in 563 milliseconds

1 2 3 4 5