Home
last modified time | relevance | path

Searched refs:R_ARM_ABS32 (Results 1 – 16 of 16) sorted by relevance

/freebsd/lib/libkldelf/
H A Def_arm.c80 case R_ARM_ABS32: /* S + A */ in ef_arm_reloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp66 case ELF::R_ARM_ABS32: in needsRelocateWithSymbol()
229 return ELF::R_ARM_ABS32; in GetRelocTypeInner()
H A DARMAsmBackend.cpp62 .Case("BFD_RELOC_32", ELF::R_ARM_ABS32) in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch32.cpp37 case ELF::R_ARM_ABS32: in getJITLinkEdgeKind()
83 return ELF::R_ARM_ABS32; in getELFRelocationType()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp63 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 Dlibdwarf_reloc.c49 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 DThunks.cpp750 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 DOptions.td459 def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32 (default)">;
/freebsd/sys/arm/arm/
H A Delf_machdep.c227 case R_ARM_ABS32: in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DARM.def9 ELF_RELOC(R_ARM_ABS32, 0x02)
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp336 case ELF::R_ARM_ABS32: in supportsARM()
352 case ELF::R_ARM_ABS32: in resolveARM()
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c187 case R_ARM_ABS32: /* word32 B + S + A */ in reloc_nonplt_object()
/freebsd/sys/sys/
H A Delf_common.h1092 #define R_ARM_ABS32 2 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp620 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 Delfdefinitions.h1659 _ELF_DEFINE_RELOC(R_ARM_ABS32, 2) \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2821 case R_ARM_ABS32: in ApplyRelocations()