Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h122 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 …]
DObjectFile.h289 virtual std::error_code getRelocationHidden(DataRefImpl Rel, in getRelocationHidden()
DELF.h586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { in getRelocationSymbol()
/external/llvm/lib/MC/
DMCRelocationInfo.cpp25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp28 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
DX86MachORelocationInfo.cpp27 const MCExpr *createExprForRelocation(RelocationRef Rel) override { in createExprForRelocation()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Delf_traits.h23 typedef Elf32_Rel Rel; typedef
47 typedef Elf64_Rel Rel; typedef
/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp67 StringRef Rel = path::relative_path(P); in removePathTraversal() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp860 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()
DMachOObjectFile.cpp846 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()
DELFYAML.cpp724 ELFYAML::Relocation &Rel) { in mapping()
DCOFFYAML.cpp291 COFFYAML::Relocation &Rel) { in mapping()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp69 COFFYAML::Relocation Rel; in dumpSections() local
Delf2yaml.cpp158 const RelT *Rel, in dumpRelocation()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp345 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp622 RelocationValueRef &Rel) { in findPPC64TOCSection()
657 RelocationValueRef &Rel) { in findOPDEntrySection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp665 typename ELFO::Elf_Rela Rel) { in printRelocation()