Home
last modified time | relevance | path

Searched defs:Rel (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h128 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection()
527 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
533 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
570 ELFObjectFile<ELFT>::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
588 ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset()
597 uint64_t ELFObjectFile<ELFT>::getROffset(DataRefImpl Rel) const { in getROffset()
610 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, in getRelocationType()
635 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
657 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel, in getRelocationAddend()
676 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationValueString()
[all …]
H A DObjectFile.h258 virtual std::error_code getRelocationHidden(DataRefImpl Rel, in getRelocationHidden()
H A DELF.h586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { in getRelocationSymbol()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp28 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
H A DX86MachORelocationInfo.cpp27 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
/minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp121 COFFYAML::Relocation Rel; in dumpSections() local
H A Delf2yaml.cpp158 const RelT *Rel, in dumpRelocation()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1010 std::error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
1015 std::error_code COFFObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset()
1040 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
1075 COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
1151 COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
H A DMachOObjectFile.cpp636 std::error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
648 std::error_code MachOObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset()
678 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
686 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
798 MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
973 std::error_code MachOObjectFile::getRelocationHidden(DataRefImpl Rel, in getRelocationHidden()
H A DELFYAML.cpp543 ELFYAML::Relocation &Rel) { in mapping()
H A DCOFFYAML.cpp341 COFFYAML::Relocation &Rel) { in mapping()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp526 StringRef Rel = path::relative_path(P); in removeDotPaths() local
/minix3/external/bsd/llvm/dist/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp341 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp584 RelocationValueRef &Rel) { in findPPC64TOCSection()
619 RelocationValueRef &Rel) { in findOPDEntrySection()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp770 DataRefImpl Rel; in SymbolizerGetOpInfo() local
849 DataRefImpl Rel; in SymbolizerGetOpInfo() local
915 DataRefImpl Rel; in SymbolizerGetOpInfo() local
1067 DataRefImpl Rel; in SymbolizerGetOpInfo() local
1463 DataRefImpl Rel; in get_symbol_64() local
1715 DataRefImpl Rel; in GuessLiteralPointer() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp666 typename ELFO::Elf_Rela Rel) { in printRelocation()