Searched refs:R_ARM_RELATIVE (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/kldxref/
H A Def_arm.c84 case R_ARM_RELATIVE: /* B + A */
/freebsd-current/stand/common/
H A Dself_reloc.c51 #define RELOC_TYPE_RELATIVE R_ARM_RELATIVE
/freebsd-current/sys/arm/arm/
H A Delf_machdep.c215 if (rtype == R_ARM_RELATIVE) { /* A + B */
251 case R_ARM_RELATIVE:
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp59 relativeRel = R_ARM_RELATIVE;
528 case R_ARM_RELATIVE:
800 case R_ARM_RELATIVE:
/freebsd-current/libexec/rtld-elf/arm/
H A Dreloc.c208 case R_ARM_RELATIVE: /* word32 B + A */
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp204 return ELF::R_ARM_RELATIVE;
/freebsd-current/sys/sys/
H A Delf_common.h1091 #define R_ARM_RELATIVE 23 /* Add load address of shared object. */ macro
/freebsd-current/contrib/elftoolchain/common/
H A Delfdefinitions.h1681 _ELF_DEFINE_RELOC(R_ARM_RELATIVE, 23) \

Completed in 168 milliseconds