| /external/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 128 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 547 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 553 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 590 ELFObjectFile<ELFT>::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() 608 ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset() 617 uint64_t ELFObjectFile<ELFT>::getROffset(DataRefImpl Rel) const { in getROffset() 630 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, in getRelocationType() 655 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 677 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel, in getRelocationAddend() 696 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationValueString() [all …]
|
| D | ObjectFile.h | 258 virtual std::error_code getRelocationHidden(DataRefImpl Rel, in getRelocationHidden()
|
| D | ELF.h | 586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { in getRelocationSymbol()
|
| /external/llvm/lib/MC/MCDisassembler/ |
| D | MCRelocationInfo.cpp | 25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86ELFRelocationInfo.cpp | 28 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
|
| D | X86MachORelocationInfo.cpp | 27 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
|
| /external/llvm/lib/Object/ |
| D | COFFObjectFile.cpp | 1017 std::error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() 1022 std::error_code COFFObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset() 1047 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() 1082 COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() 1158 COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
|
| D | MachOObjectFile.cpp | 671 std::error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() 683 std::error_code MachOObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset() 713 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() 721 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() 833 MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() 1008 std::error_code MachOObjectFile::getRelocationHidden(DataRefImpl Rel, in getRelocationHidden()
|
| D | ELFYAML.cpp | 593 ELFYAML::Relocation &Rel) { in mapping()
|
| D | COFFYAML.cpp | 341 COFFYAML::Relocation &Rel) { in mapping()
|
| /external/llvm/tools/obj2yaml/ |
| D | coff2yaml.cpp | 121 COFFYAML::Relocation Rel; in dumpSections() local
|
| D | elf2yaml.cpp | 167 const RelT *Rel, in dumpRelocation()
|
| /external/clang/lib/Basic/ |
| D | FileManager.cpp | 526 StringRef Rel = path::relative_path(P); in removeDotPaths() local
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 574 RelocationValueRef &Rel) { in findPPC64TOCSection() 609 RelocationValueRef &Rel) { in findOPDEntrySection()
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2elf.cpp | 359 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
|
| /external/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 668 typename ELFO::Elf_Rela Rel) { in printRelocation()
|
| /external/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 810 DataRefImpl Rel; in DumpLiteralPointerSection() local 1777 DataRefImpl Rel; in SymbolizerGetOpInfo() local 1857 DataRefImpl Rel; in SymbolizerGetOpInfo() local 1923 DataRefImpl Rel; in SymbolizerGetOpInfo() local 2067 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() local 2464 DataRefImpl Rel; in get_symbol_64() local 5646 DataRefImpl Rel; in GuessLiteralPointer() local
|