Searched defs:Rel (Results 1 – 17 of 17) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 122 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 530 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 536 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 573 ELFObjectFile<ELFT>::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() 591 ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset() 600 uint64_t ELFObjectFile<ELFT>::getROffset(DataRefImpl Rel) const { in getROffset() 613 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, in getRelocationType() 638 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 660 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel, in getRelocationAddend() 679 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationValueString() [all …]
|
D | ObjectFile.h | 289 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/ |
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/chromium_org/third_party/android_crazy_linker/src/src/ |
D | elf_traits.h | 23 typedef Elf32_Rel Rel; typedef 47 typedef Elf64_Rel Rel; typedef
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 67 StringRef Rel = path::relative_path(P); in removePathTraversal() local
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 860 std::error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() 865 std::error_code COFFObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset() 878 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() 906 COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() 982 COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
|
D | MachOObjectFile.cpp | 846 std::error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() 859 std::error_code MachOObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset() 889 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() 897 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() 1010 MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() 1185 std::error_code MachOObjectFile::getRelocationHidden(DataRefImpl Rel, in getRelocationHidden()
|
D | ELFYAML.cpp | 724 ELFYAML::Relocation &Rel) { in mapping()
|
D | COFFYAML.cpp | 291 COFFYAML::Relocation &Rel) { in mapping()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 69 COFFYAML::Relocation Rel; in dumpSections() local
|
D | elf2yaml.cpp | 158 const RelT *Rel, in dumpRelocation()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 345 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 622 RelocationValueRef &Rel) { in findPPC64TOCSection() 657 RelocationValueRef &Rel) { in findOPDEntrySection()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 665 typename ELFO::Elf_Rela Rel) { in printRelocation()
|