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

  /src/sys/arch/vax/include/
elf_machdep.h 9 #define R_VAX_PC32 4 /* S + A - PC */
  /src/external/gpl3/binutils/dist/include/elf/
vax.h 32 RELOC_NUMBER (R_VAX_PC32, 4) /* PC relative 32 bit */
  /src/external/gpl3/binutils.old/dist/include/elf/
vax.h 32 RELOC_NUMBER (R_VAX_PC32, 4) /* PC relative 32 bit */
  /src/external/gpl3/gdb.old/dist/include/elf/
vax.h 32 RELOC_NUMBER (R_VAX_PC32, 4) /* PC relative 32 bit */
  /src/external/gpl3/gdb/dist/include/elf/
vax.h 32 RELOC_NUMBER (R_VAX_PC32, 4) /* PC relative 32 bit */
  /src/sys/arch/vax/vax/
kobj_machdep.c 39 * - R_VAX_PC32 which is PC relative offset
63 if (rtype != R_VAX_PC32 && rtype != R_VAX_32) {
71 if (rtype == R_VAX_PC32)
  /src/external/gpl3/binutils/dist/bfd/
elf32-vax.c 111 HOWTO (R_VAX_PC32, /* type */
119 "R_VAX_PC32", /* name */
309 { BFD_RELOC_32_PCREL, R_VAX_PC32 },
680 case R_VAX_PC32:
773 || ELF32_R_TYPE (rel->r_info) == R_VAX_PC32)
1376 case R_VAX_PC32:
1444 && r_type != R_VAX_PC32)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-vax.c 110 HOWTO (R_VAX_PC32, /* type */
118 "R_VAX_PC32", /* name */
308 { BFD_RELOC_32_PCREL, R_VAX_PC32 },
680 case R_VAX_PC32:
773 || ELF32_R_TYPE (rel->r_info) == R_VAX_PC32)
1375 case R_VAX_PC32:
1443 && r_type != R_VAX_PC32)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-vax.c 110 HOWTO (R_VAX_PC32, /* type */
118 "R_VAX_PC32", /* name */
308 { BFD_RELOC_32_PCREL, R_VAX_PC32 },
662 case R_VAX_PC32:
749 || ELF32_R_TYPE (rel->r_info) == R_VAX_PC32)
1344 case R_VAX_PC32:
1412 && r_type != R_VAX_PC32)
  /src/external/gpl3/gdb/dist/bfd/
elf32-vax.c 110 HOWTO (R_VAX_PC32, /* type */
118 "R_VAX_PC32", /* name */
308 { BFD_RELOC_32_PCREL, R_VAX_PC32 },
662 case R_VAX_PC32:
749 || ELF32_R_TYPE (rel->r_info) == R_VAX_PC32)
1347 case R_VAX_PC32:
1415 && r_type != R_VAX_PC32)

Completed in 22 milliseconds