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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp92 return ELF::R_ARM_NONE;
98 return ELF::R_ARM_NONE;
184 return ELF::R_ARM_NONE;
190 return ELF::R_ARM_NONE;
199 return ELF::R_ARM_NONE;
208 return ELF::R_ARM_NONE;
210 return ELF::R_ARM_NONE;
251 return ELF::R_ARM_NONE;
261 return ELF::R_ARM_NONE;
272 return ELF::R_ARM_NONE;
[all...]
H A DARMAsmBackend.cpp59 .Case("BFD_RELOC_NONE", ELF::R_ARM_NONE)
195 // Fixup kinds from .reloc directive are like R_ARM_NONE. They do not require
/freebsd-current/stand/common/
H A Dself_reloc.c50 #define RELOC_TYPE_NONE R_ARM_NONE
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch32.cpp51 case ELF::R_ARM_NONE:
109 return ELF::R_ARM_NONE;
/freebsd-current/sys/arm/arm/
H A Delf_machdep.c224 case R_ARM_NONE: /* none */
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp183 case R_ARM_NONE:
203 return R_ARM_NONE;
942 case R_ARM_NONE:
/freebsd-current/libexec/rtld-elf/arm/
H A Dreloc.c148 case R_ARM_NONE:
/freebsd-current/sys/sys/
H A Delf_common.h1067 #define R_ARM_NONE 0 /* No relocation. */ macro
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c860 #define DT_REL_NONE R_ARM_NONE
/freebsd-current/contrib/elftoolchain/common/
H A Delfdefinitions.h1657 _ELF_DEFINE_RELOC(R_ARM_NONE, 0) \
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp612 case ELF::R_ARM_NONE:

Completed in 127 milliseconds