/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 128 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 D | ObjectFile.h | 258 virtual std::error_code getRelocationHidden(DataRefImpl Rel, in getRelocationHidden()
|
H A D | ELF.h | 586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { in getRelocationSymbol()
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/ |
H A D | MCRelocationInfo.cpp | 25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFRelocationInfo.cpp | 28 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
|
H A D | X86MachORelocationInfo.cpp | 27 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
|
/minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 121 COFFYAML::Relocation Rel; in dumpSections() local
|
H A D | elf2yaml.cpp | 158 const RelT *Rel, in dumpRelocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1010 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 D | MachOObjectFile.cpp | 636 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 D | ELFYAML.cpp | 543 ELFYAML::Relocation &Rel) { in mapping()
|
H A D | COFFYAML.cpp | 341 COFFYAML::Relocation &Rel) { in mapping()
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 526 StringRef Rel = path::relative_path(P); in removeDotPaths() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/yaml2obj/ |
H A D | yaml2elf.cpp | 341 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 584 RelocationValueRef &Rel) { in findPPC64TOCSection() 619 RelocationValueRef &Rel) { in findOPDEntrySection()
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 770 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 D | ELFDumper.cpp | 666 typename ELFO::Elf_Rela Rel) { in printRelocation()
|