Home
last modified time | relevance | path

Searched refs:R_ARM_REL32 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch32.cpp41 case ELF::R_ARM_REL32: in getJITLinkEdgeKind()
81 return ELF::R_ARM_REL32; in getELFRelocationType()
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp802 target->relocateNoSym(buf + 12, R_ARM_REL32, s - p - 12); in writeLong()
884 target->relocateNoSym(buf + 12, R_ARM_REL32, s - p - 12); in writeLong()
901 target->relocateNoSym(buf + 8, R_ARM_REL32, s - p - 12); in writeLong()
920 target->relocateNoSym(buf + 12, R_ARM_REL32, s - p - 16); in writeLong()
941 target->relocateNoSym(buf + 16, R_ARM_REL32, s - p - 16); in writeLong()
H A DInputSection.cpp560 case R_ARM_REL32: in getARMUndefinedRelativeWeakVA()
H A DOptions.td457 def target1_rel: F<"target1-rel">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_REL32">;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DARM.def10 ELF_RELOC(R_ARM_REL32, 0x03)
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp337 case ELF::R_ARM_REL32: in supportsARM()
354 case ELF::R_ARM_REL32: in resolveARM()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp115 return ELF::R_ARM_REL32; in GetRelocTypeInner()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp157 case R_ARM_REL32: in getRelExpr()
604 case R_ARM_REL32: in relocate()
876 case R_ARM_REL32: in getImplicitAddend()
/freebsd/sys/sys/
H A Delf_common.h1072 #define R_ARM_REL32 3 macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c208 R_ARM_REL32); in prepare_elf32()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1660 _ELF_DEFINE_RELOC(R_ARM_REL32, 3) \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2824 case R_ARM_REL32: in ApplyRelocations()