| /external/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 251 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 674 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 680 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 698 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() 709 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() 724 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 731 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() 739 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
|
| D | ELFTypes.h | 54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel; typedef
|
| D | ELF.h | 302 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 307 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 865 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 871 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 889 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() 898 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() 913 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 920 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() 928 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
|
| D | ELFTypes.h | 62 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
|
| D | ELF.h | 474 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
|
| /external/rust/crates/protobuf-parse/src/ |
| D | protobuf_path.rs | 10 Rel(ProtobufRelPath), enumerator
|
| /external/clang/lib/Index/ |
| D | IndexingContext.cpp | 310 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence() 326 for (auto &Rel : Relations) { in handleDeclOccurrence() local
|
| /external/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.cpp | 490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local 620 const RelocationRef &Rel, in getRelocationValueString() 633 const RelocationRef &Rel, in getRelocationValueString() 722 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local 897 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() 918 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | RelocationResolver.cpp | 303 uint32_t Rel = R.getType(); in resolveMips32() local 322 uint32_t Rel = R.getType(); in resolveSparc32() local
|
| D | WasmObjectFile.cpp | 1478 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset() local 1483 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol() local 1493 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType() local 1499 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName() local
|
| D | XCOFFObjectFile.cpp | 349 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
|
| /external/llvm/tools/obj2yaml/ |
| D | coff2yaml.cpp | 122 COFFYAML::Relocation Rel; in dumpSections() local
|
| D | elf2yaml.cpp | 207 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceELFSection.h | 381 Elf32_Rel Rel; in writeData() local
|
| /external/google-breakpad/src/common/dwarf/ |
| D | elf_reader.cc | 126 typedef Elf32_Rel Rel; typedef in dwarf2reader::Elf32 155 typedef Elf64_Rel Rel; typedef in dwarf2reader::Elf64
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2elf.cpp | 377 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 1506 ELFYAML::DynamicEntry &Rel) { in mapping() 1552 ELFYAML::Relocation &Rel) { in mapping()
|
| D | COFFYAML.cpp | 410 COFFYAML::Relocation &Rel) { in mapping()
|
| /external/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 799 ELFYAML::Relocation &Rel) { in mapping()
|
| D | COFFYAML.cpp | 343 COFFYAML::Relocation &Rel) { in mapping()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | WasmObjectWriter.cpp | 179 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<() 1484 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeObject()
|
| /external/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 3048 for (const Elf_Rel &Rel : DynPLTRelRegion.getAsArrayRef<Elf_Rel>()) { in printDynamicRelocations() local 3286 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel, in printRelocation() 3476 for (const Elf_Rel &Rel : DynPLTRelRegion.getAsArrayRef<Elf_Rel>()) { in printDynamicRelocations() local 3488 void LLVMStyle<ELFT>::printDynamicRelocation(const ELFO *Obj, Elf_Rela Rel) { in printDynamicRelocation()
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 786 RelocationValueRef &Rel) { in findPPC64TOCSection() 826 RelocationValueRef &Rel) { in findOPDEntrySection()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 563 RelocationValueRef &Rel) { in findPPC64TOCSection() 604 RelocationValueRef &Rel) { in findOPDEntrySection()
|