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

  /src/sys/arch/arm/include/
elf_machdep.h 67 #define R_ARM_CALL 28
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 118 return ELF::R_ARM_CALL;
122 return ELF::R_ARM_CALL;
  /src/sys/arch/arm/arm32/
kobj_machdep.c 146 case R_ARM_CALL: /* ((S + A) | T) - P */
  /src/external/gpl3/binutils/dist/include/elf/
arm.h 157 RELOC_NUMBER (R_ARM_CALL, 28)
  /src/external/gpl3/binutils.old/dist/include/elf/
arm.h 157 RELOC_NUMBER (R_ARM_CALL, 28)
  /src/external/gpl3/gdb.old/dist/include/elf/
arm.h 157 RELOC_NUMBER (R_ARM_CALL, 28)
  /src/external/gpl3/gdb/dist/include/elf/
arm.h 157 RELOC_NUMBER (R_ARM_CALL, 28)
  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 484 HOWTO (R_ARM_CALL, /* type */
492 "R_ARM_CALL", /* name */
2003 {BFD_RELOC_ARM_PCREL_CALL, R_ARM_CALL},
4403 else if (r_type == R_ARM_CALL
4433 || (r_type == R_ARM_CALL && !globals->use_blx)
5877 else if ((r_type == (unsigned int) R_ARM_CALL
6568 if ((r_type != (unsigned int) R_ARM_CALL)
10431 case R_ARM_CALL:
10443 && r_type != R_ARM_CALL
10480 && r_type != R_ARM_CALL
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 485 HOWTO (R_ARM_CALL, /* type */
493 "R_ARM_CALL", /* name */
2004 {BFD_RELOC_ARM_PCREL_CALL, R_ARM_CALL},
4467 else if (r_type == R_ARM_CALL
4497 || (r_type == R_ARM_CALL && !globals->use_blx)
5949 else if ((r_type == (unsigned int) R_ARM_CALL
6642 if ((r_type != (unsigned int) R_ARM_CALL)
10560 case R_ARM_CALL:
10572 && r_type != R_ARM_CALL
10609 && r_type != R_ARM_CALL
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 485 HOWTO (R_ARM_CALL, /* type */
493 "R_ARM_CALL", /* name */
2004 {BFD_RELOC_ARM_PCREL_CALL, R_ARM_CALL},
4463 else if (r_type == R_ARM_CALL
4493 || (r_type == R_ARM_CALL && !globals->use_blx)
5945 else if ((r_type == (unsigned int) R_ARM_CALL
6638 if ((r_type != (unsigned int) R_ARM_CALL)
10554 case R_ARM_CALL:
10566 && r_type != R_ARM_CALL
10603 && r_type != R_ARM_CALL
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 484 HOWTO (R_ARM_CALL, /* type */
492 "R_ARM_CALL", /* name */
2003 {BFD_RELOC_ARM_PCREL_CALL, R_ARM_CALL},
4397 else if (r_type == R_ARM_CALL
4427 || (r_type == R_ARM_CALL && !globals->use_blx)
5871 else if ((r_type == (unsigned int) R_ARM_CALL
6563 if ((r_type != (unsigned int) R_ARM_CALL)
10426 case R_ARM_CALL:
10438 && r_type != R_ARM_CALL
10475 && r_type != R_ARM_CALL
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 598 case ELF::R_ARM_CALL: // Fall through.
1291 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL ||

Completed in 54 milliseconds