| /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
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 420 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() 1011 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() 1017 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() 1035 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() 1044 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() 1059 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 1066 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() 1074 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
|
| D | ELFTypes.h | 63 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
|
| /external/rust/crates/protobuf-parse/src/ |
| D | protobuf_path.rs | 10 Rel(ProtobufRelPath), enumerator
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/XCOFF/ |
| D | XCOFFWriter.cpp | 85 for (const XCOFFRelocation32 &Rel : Sec.Relocations) { in writeSections() local
|
| D | XCOFFReader.cpp | 41 for (const XCOFFRelocation32 &Rel : Relocations.get()) in readSections() local
|
| /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-16.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELF_loongarch.cpp | 91 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
| D | ELF_i386.cpp | 159 Error addSingleRelocation(const typename ELFT::Rel &Rel, in addSingleRelocation()
|
| D | COFF_x86_64.cpp | 65 Error addSingleRelocation(const object::RelocationRef &Rel, in addSingleRelocation()
|
| D | ELF_x86_64.cpp | 177 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
| D | ELF_aarch64.cpp | 139 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
|
| /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
|
| /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/llvm-16.0/llvm/lib/Object/ |
| D | WasmObjectFile.cpp | 1776 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset() local 1781 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol() local 1791 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType() local 1797 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName() local
|
| D | ELF.cpp | 353 Elf_Rel Rel; in decode_relrs() local
|
| /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 | 137 typedef Elf32_Rel Rel; typedef in google_breakpad::Elf32 166 typedef Elf64_Rel Rel; typedef in google_breakpad::Elf64
|