Searched refs:R_ARM_NONE (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp91 return ELF::R_ARM_NONE;
97 return ELF::R_ARM_NONE;
163 return ELF::R_ARM_NONE;
169 return ELF::R_ARM_NONE;
178 return ELF::R_ARM_NONE;
187 return ELF::R_ARM_NONE;
189 return ELF::R_ARM_NONE;
230 return ELF::R_ARM_NONE;
240 return ELF::R_ARM_NONE;
251 return ELF::R_ARM_NONE;
[all...]
H A DARMAsmBackend.cpp60 .Case("BFD_RELOC_NONE", ELF::R_ARM_NONE)
182 // Fixup kinds from .reloc directive are like R_ARM_NONE. They do not require
/openbsd-current/sys/arch/arm/include/
H A Dreloc.h4 #define R_ARM_NONE 0 macro
/openbsd-current/sys/arch/arm64/include/
H A Dreloc.h7 #define R_ARM_NONE 0 macro
70 #define R_ARM_NONE 0 macro
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dself_reloc.c55 #define RELOC_TYPE_NONE R_ARM_NONE
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Dself_reloc.c55 #define RELOC_TYPE_NONE R_ARM_NONE
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Dself_reloc.c55 #define RELOC_TYPE_NONE R_ARM_NONE
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfarm-nabi.c57 HOWTO (R_ARM_NONE, /* type */
65 "R_ARM_NONE", /* name */
305 HOWTO (R_ARM_NONE, /* type */
319 HOWTO (R_ARM_NONE, /* type */
333 HOWTO (R_ARM_NONE, /* type */
633 {BFD_RELOC_NONE, R_ARM_NONE},
H A Delfarm-oabi.c58 HOWTO (R_ARM_NONE, /* type */
66 "R_ARM_NONE", /* name */
392 {BFD_RELOC_NONE, R_ARM_NONE },
H A Delf32-arm.h1287 case R_ARM_NONE:
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dself_reloc.c55 #define RELOC_TYPE_NONE R_ARM_NONE
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Darm.h74 RELOC_NUMBER (R_ARM_NONE, 0)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Darm.h91 RELOC_NUMBER (R_ARM_NONE, 0)
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp162 case R_ARM_NONE:
182 return R_ARM_NONE;
907 case R_ARM_NONE:
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c74 HOWTO (R_ARM_NONE, /* type */
82 "R_ARM_NONE", /* name */
1328 {BFD_RELOC_NONE, R_ARM_NONE},
1998 ret->target2_reloc = R_ARM_NONE;
3018 case R_ARM_NONE:
4561 && r_type != R_ARM_NONE
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp607 case ELF::R_ARM_NONE:

Completed in 513 milliseconds