HomeSort by: relevance | last modified time | path
    Searched refs:R_X86_64_SIZE32 (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/amd64/include/
elf_machdep.h 43 #define R_X86_64_SIZE32 32
  /src/external/gpl3/binutils/dist/include/elf/
x86-64.h 64 RELOC_NUMBER (R_X86_64_SIZE32, 32) /* 32-bit symbol size */
  /src/external/gpl3/binutils.old/dist/include/elf/
x86-64.h 64 RELOC_NUMBER (R_X86_64_SIZE32, 32) /* 32-bit symbol size */
  /src/external/gpl3/gdb.old/dist/include/elf/
x86-64.h 64 RELOC_NUMBER (R_X86_64_SIZE32, 32) /* 32-bit symbol size */
  /src/external/gpl3/gdb/dist/include/elf/
x86-64.h 64 RELOC_NUMBER (R_X86_64_SIZE32, 32) /* 32-bit symbol size */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf_amd64.d 83 enum R_X86_64_SIZE32 = R_AMD64_SIZE32;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 180 return ELF::R_X86_64_SIZE32;
  /src/external/gpl3/binutils/dist/bfd/
elfxx-x86.h 45 ((TYPE) == R_X86_64_SIZE32 || (TYPE) == R_X86_64_SIZE64)
elf64-x86-64.c 139 HOWTO(R_X86_64_SIZE32, 0, 4, 32, false, 0, complain_overflow_unsigned,
140 bfd_elf_generic_reloc, "R_X86_64_SIZE32", false, 0, 0xffffffff,
264 { BFD_RELOC_SIZE32, R_X86_64_SIZE32, },
2877 case R_X86_64_SIZE32:
3334 /* For x32, treat R_X86_64_SIZE64 like R_X86_64_SIZE32 and
3336 r_type = R_X86_64_SIZE32;
3900 case R_X86_64_SIZE32:
elfxx-x86.c 1292 R_X86_64_32 and R_X86_64_SIZE64 like R_X86_64_SIZE32. */
1296 r_type = R_X86_64_SIZE32;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-x86.h 45 ((TYPE) == R_X86_64_SIZE32 || (TYPE) == R_X86_64_SIZE64)
elf64-x86-64.c 139 HOWTO(R_X86_64_SIZE32, 0, 4, 32, false, 0, complain_overflow_unsigned,
140 bfd_elf_generic_reloc, "R_X86_64_SIZE32", false, 0, 0xffffffff,
264 { BFD_RELOC_SIZE32, R_X86_64_SIZE32, },
2847 case R_X86_64_SIZE32:
3304 /* For x32, treat R_X86_64_SIZE64 like R_X86_64_SIZE32 and
3306 r_type = R_X86_64_SIZE32;
3870 case R_X86_64_SIZE32:
elfxx-x86.c 1277 R_X86_64_32 and R_X86_64_SIZE64 like R_X86_64_SIZE32. */
1281 r_type = R_X86_64_SIZE32;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-x86.h 45 ((TYPE) == R_X86_64_SIZE32 || (TYPE) == R_X86_64_SIZE64)
elf64-x86-64.c 139 HOWTO(R_X86_64_SIZE32, 0, 4, 32, false, 0, complain_overflow_unsigned,
140 bfd_elf_generic_reloc, "R_X86_64_SIZE32", false, 0, 0xffffffff,
264 { BFD_RELOC_SIZE32, R_X86_64_SIZE32, },
2447 case R_X86_64_SIZE32:
2900 /* For x32, treat R_X86_64_SIZE64 like R_X86_64_SIZE32 and
2902 r_type = R_X86_64_SIZE32;
3458 case R_X86_64_SIZE32:
elfxx-x86.c 1286 R_X86_64_32 and R_X86_64_SIZE64 like R_X86_64_SIZE32. */
1290 r_type = R_X86_64_SIZE32;
  /src/external/gpl3/gdb/dist/bfd/
elfxx-x86.h 45 ((TYPE) == R_X86_64_SIZE32 || (TYPE) == R_X86_64_SIZE64)
elf64-x86-64.c 139 HOWTO(R_X86_64_SIZE32, 0, 4, 32, false, 0, complain_overflow_unsigned,
140 bfd_elf_generic_reloc, "R_X86_64_SIZE32", false, 0, 0xffffffff,
264 { BFD_RELOC_SIZE32, R_X86_64_SIZE32, },
2851 case R_X86_64_SIZE32:
3308 /* For x32, treat R_X86_64_SIZE64 like R_X86_64_SIZE32 and
3310 r_type = R_X86_64_SIZE32;
3874 case R_X86_64_SIZE32:
elfxx-x86.c 1279 R_X86_64_32 and R_X86_64_SIZE64 like R_X86_64_SIZE32. */
1283 r_type = R_X86_64_SIZE32;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 2227 enum R_X86_64_SIZE32 = 32;

Completed in 73 milliseconds