Home
last modified time | relevance | path

Searched refs:R_MIPS_16 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def7 ELF_RELOC(R_MIPS_16, 1)
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp235 return IsPCRel ? ELF::R_MIPS_PC16 : ELF::R_MIPS_16; in getRelocType()
556 case ELF::R_MIPS_16: in needsRelocateWithSymbol()
H A DMipsAsmBackend.cpp307 .Case("BFD_RELOC_16", ELF::R_MIPS_16) in getFixupKind()
/freebsd/sys/sys/
H A Delf_common.h1211 #define R_MIPS_16 1 /* Direct 16 bit */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1876 _ELF_DEFINE_RELOC(R_MIPS_16, 1) \