/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 241 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 659 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 665 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 685 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() 696 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() 711 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 718 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() 726 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
|
D | ELF.h | 308 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, 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/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 381 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local 493 const RelocationRef &Rel, in getRelocationValueString() 506 const RelocationRef &Rel, in getRelocationValueString() 585 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local 760 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() 781 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
|
D | MachODump.cpp | 775 DataRefImpl Rel; in DumpLiteralPointerSection() local 1724 DataRefImpl Rel; in SymbolizerGetOpInfo() local 1807 DataRefImpl Rel; in SymbolizerGetOpInfo() local 1877 DataRefImpl Rel; in SymbolizerGetOpInfo() local 2027 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() local 2410 DataRefImpl Rel; in get_symbol_64() local 5577 DataRefImpl Rel; in GuessLiteralPointer() local
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 121 COFFYAML::Relocation Rel; in dumpSections() local
|
D | elf2yaml.cpp | 204 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 377 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 772 ELFYAML::Relocation &Rel) { in mapping()
|
D | COFFYAML.cpp | 343 COFFYAML::Relocation &Rel) { in mapping()
|
D | COFFObjectFile.cpp | 1035 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
|
D | MachOObjectFile.cpp | 646 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 786 RelocationValueRef &Rel) { in findPPC64TOCSection() 819 RelocationValueRef &Rel) { in findOPDEntrySection()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1164 for (const Elf_Rela &Rel : dyn_relas()) { in printDynamicRelocations() local 1213 void ELFDumper<ELFT>::printRelocation(Elf_Rela Rel, const Elf_Shdr *SymTab) { in printRelocation()
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 909 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 452 const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()
|