Home
last modified time | relevance | path

Searched refs:R_MIPS_COPY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def77 ELF_RELOC(R_MIPS_COPY, 126)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp50 copyRel = R_MIPS_COPY; in MIPS()
467 case R_MIPS_COPY: in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp610 case ELF::R_MIPS_COPY: in needsRelocateWithSymbol()
/freebsd/sys/sys/
H A Delf_common.h1233 #define R_MIPS_COPY 126 macro