Searched refs:R_ARM_REL32 (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_aarch32.cpp | 41 case ELF::R_ARM_REL32: in getJITLinkEdgeKind() 81 return ELF::R_ARM_REL32; in getELFRelocationType()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 802 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 D | InputSection.cpp | 560 case R_ARM_REL32: in getARMUndefinedRelativeWeakVA()
|
H A D | Options.td | 457 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 D | ARM.def | 10 ELF_RELOC(R_ARM_REL32, 0x03)
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 337 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 D | ARMELFObjectWriter.cpp | 115 return ELF::R_ARM_REL32; in GetRelocTypeInner()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 157 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 D | elf_common.h | 1072 #define R_ARM_REL32 3 macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 208 R_ARM_REL32); in prepare_elf32()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1660 _ELF_DEFINE_RELOC(R_ARM_REL32, 3) \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2824 case R_ARM_REL32: in ApplyRelocations()
|