Searched refs:R_ARM_ABS32 (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libkldelf/ |
H A D | ef_arm.c | 80 case R_ARM_ABS32: /* S + A */ in ef_arm_reloc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFObjectWriter.cpp | 66 case ELF::R_ARM_ABS32: in needsRelocateWithSymbol() 229 return ELF::R_ARM_ABS32; in GetRelocTypeInner()
|
H A D | ARMAsmBackend.cpp | 62 .Case("BFD_RELOC_32", ELF::R_ARM_ABS32) in getFixupKind()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_aarch32.cpp | 37 case ELF::R_ARM_ABS32: in getJITLinkEdgeKind() 83 return ELF::R_ARM_ABS32; in getELFRelocationType()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 63 symbolicRel = R_ARM_ABS32; in ARM() 102 case R_ARM_ABS32: in getRelExpr() 201 if ((type == R_ARM_ABS32) || (type == R_ARM_TARGET1 && !config->target1Rel)) in getDynRel() 202 return R_ARM_ABS32; in getDynRel() 599 case R_ARM_ABS32: in relocate() 869 case R_ARM_ABS32: in getImplicitAddend()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 49 return (R_ARM_ABS32); in _dwarf_get_reloc_type() 76 if (rel_type == R_ARM_ABS32) in _dwarf_get_reloc_size()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 750 target->relocateNoSym(buf + 8, R_ARM_ABS32, s); in writeLong() 816 target->relocateNoSym(buf + 4, R_ARM_ABS32, getARMThunkDestVA(destination)); in writeLong() 831 target->relocateNoSym(buf + 8, R_ARM_ABS32, getARMThunkDestVA(destination)); in writeLong() 847 target->relocateNoSym(buf + 8, R_ARM_ABS32, getARMThunkDestVA(destination)); in writeLong() 865 target->relocateNoSym(buf + 12, R_ARM_ABS32, getARMThunkDestVA(destination)); in writeLong()
|
H A D | Options.td | 459 def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32 (default)">;
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 227 case R_ARM_ABS32: in elf_reloc_internal()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | ARM.def | 9 ELF_RELOC(R_ARM_ABS32, 0x02)
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 336 case ELF::R_ARM_ABS32: in supportsARM() 352 case ELF::R_ARM_ABS32: in resolveARM()
|
/freebsd/libexec/rtld-elf/arm/ |
H A D | reloc.c | 187 case R_ARM_ABS32: /* word32 B + S + A */ in reloc_nonplt_object()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 1092 #define R_ARM_ABS32 2 macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 620 case ELF::R_ARM_ABS32: in resolveARMRelocation() 1360 ELF::R_ARM_ABS32, Value.Addend); in processRelocationRef() 1376 RelType == ELF::R_ARM_ABS32) { in processRelocationRef()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1659 _ELF_DEFINE_RELOC(R_ARM_ABS32, 2) \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2821 case R_ARM_ABS32: in ApplyRelocations()
|