Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp38 return ELF::R_MICROBLAZE_64_PCREL; in getRelocationType()
73 case ELF::R_MICROBLAZE_64_PCREL: in getRelocationTySize()
89 case ELF::R_MICROBLAZE_64_PCREL: in isPCRelativeRel()
105 if (RelTy == ELF::R_MICROBLAZE_32_PCREL || ELF::R_MICROBLAZE_64_PCREL) in computeRelocation()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h423 R_MICROBLAZE_64_PCREL = 3, enumerator
/external/kmod/port-gnu/
Delf.h3249 #define R_MICROBLAZE_64_PCREL 3 /* PC relative 64 bit. */ macro
/external/elfutils/libelf/
Delf.h3479 #define R_MICROBLAZE_64_PCREL 3 /* PC relative 64 bit. */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1616 Type = ELF::R_MICROBLAZE_64_PCREL; in GetRelocType()