Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DRISCV_nonstandard.def17 // VENDOR should be the symbol name expected in the associated `R_RISCV_VENDOR`
H A DRISCV.def63 ELF_RELOC(R_RISCV_VENDOR, 191)
/freebsd/sys/sys/
H A Delf_common.h1596 #define R_RISCV_VENDOR 191 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp787 MCFixup::create(Fixup.getOffset(), nullptr, ELF::R_RISCV_VENDOR); in maybeAddVendorReloc()