Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Object/
DELFObjectFile.h251 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()
DELFTypes.h54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel; typedef
DELF.h302 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h307 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()
DELFTypes.h62 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
DELF.h474 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
/external/rust/crates/protobuf-parse/src/
Dprotobuf_path.rs10 Rel(ProtobufRelPath), enumerator
/external/clang/lib/Index/
DIndexingContext.cpp310 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence()
326 for (auto &Rel : Relations) { in handleDeclOccurrence() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp490 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/
DRelocationResolver.cpp303 uint32_t Rel = R.getType(); in resolveMips32() local
322 uint32_t Rel = R.getType(); in resolveSparc32() local
DWasmObjectFile.cpp1478 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
DXCOFFObjectFile.cpp349 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp122 COFFYAML::Relocation Rel; in dumpSections() local
Delf2yaml.cpp207 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
/external/swiftshader/third_party/subzero/src/
DIceELFSection.h381 Elf32_Rel Rel; in writeData() local
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc126 typedef Elf32_Rel Rel; typedef in dwarf2reader::Elf32
155 typedef Elf64_Rel Rel; typedef in dwarf2reader::Elf64
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp377 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1506 ELFYAML::DynamicEntry &Rel) { in mapping()
1552 ELFYAML::Relocation &Rel) { in mapping()
DCOFFYAML.cpp410 COFFYAML::Relocation &Rel) { in mapping()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp799 ELFYAML::Relocation &Rel) { in mapping()
DCOFFYAML.cpp343 COFFYAML::Relocation &Rel) { in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp179 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()
1484 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeObject()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp3048 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/
DRuntimeDyldELF.cpp786 RelocationValueRef &Rel) { in findPPC64TOCSection()
826 RelocationValueRef &Rel) { in findOPDEntrySection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp563 RelocationValueRef &Rel) { in findPPC64TOCSection()
604 RelocationValueRef &Rel) { in findOPDEntrySection()

12