Searched refs:Elf_Sym (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELF.h | 78 using Elf_Sym = typename ELFT::Sym; variable 148 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel, 172 return makeArrayRef<Elf_Sym>(nullptr, nullptr); in symbols() 173 return getSectionContentsAsArray<Elf_Sym>(Sec); in symbols() 281 Expected<uint32_t> getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms, 283 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym, 286 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym, 291 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec, 336 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms, in getSectionIndex() 353 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection() [all …]
|
D | ELFObjectFile.h | 235 using Elf_Sym = typename ELFT::Sym; variable 269 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb, 355 bool isExportedToOtherDSO(const Elf_Sym *ESym) const { in isExportedToOtherDSO() 402 const Elf_Sym *getSymbol(DataRefImpl Sym) const { in getSymbol() 403 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b); in getSymbol() 456 const Elf_Sym *ESym = getSymbol(Sym); in getSymbolName() 499 const Elf_Sym *ESym = getSymbol(Symb); in getSymbolValueImpl() 517 const Elf_Sym *ESym = getSymbol(Symb); in getSymbolAddress() 545 const Elf_Sym *Sym = getSymbol(Symb); in getSymbolAlignment() 588 const Elf_Sym *ESym = getSymbol(Symb); in getSymbolType() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 108 typedef typename ELFT::Sym Elf_Sym; typedef in __anon69778e240111::ELFState 135 std::vector<Elf_Sym> toELFSymbols(ArrayRef<ELFYAML::Symbol> Symbols, 531 std::vector<Elf_Sym> Ret; in toELFSymbols() 536 Elf_Sym &Symbol = Ret[++I]; in toELFSymbols() 626 : sizeof(Elf_Sym); in initSymtabSectionHeader() 637 std::vector<Elf_Sym> Syms = in initSymtabSectionHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 61 typedef Elf_Sym_Impl<ELFT> Elf_Sym; typedef in __anonde836a5b0111::DyldELFObject 127 Elf_Sym *sym = const_cast<Elf_Sym *>( in updateSymbolAddress()
|