HomeSort by relevance Sort by last modified time
    Searched refs:SymbolTableSection (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 36 class SymbolTableSection;
74 virtual void visit(const SymbolTableSection &Sec) = 0;
93 virtual void visit(const SymbolTableSection &Sec) override = 0;
110 void visit(const SymbolTableSection &Sec) override;
127 void visit(const SymbolTableSection &Sec) override;
405 SymbolTableSection *Symbols = nullptr;
413 void setSymTab(SymbolTableSection *SymTab) { Symbols = SymTab; }
426 class SymbolTableSection : public SectionBase {
512 : public RelocSectionWithSymtabBase<SymbolTableSection> {
535 const SymbolTableSection *SymTab = nullptr
    [all...]
Object.cpp 109 void BinarySectionWriter::visit(const SymbolTableSection &Sec) {
171 setSymTab(SecTable.getSectionOfType<SymbolTableSection>(
229 void SymbolTableSection::assignIndices() {
235 void SymbolTableSection::addSymbol(StringRef Name, uint8_t Bind, uint8_t Type,
260 void SymbolTableSection::removeSectionReferences(const SectionBase *Sec) {
271 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) {
280 void SymbolTableSection::removeSymbols(
290 void SymbolTableSection::initialize(SectionTableRef SecTable) {
300 void SymbolTableSection::finalize() {
315 void SymbolTableSection::prepareForLayout()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 387 const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b];
392 && SymbolTableSection
394 + SymbolTableSection->sh_offset)
396 + SymbolTableSection->sh_offset
397 + SymbolTableSection->sh_size)))
407 const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b];
411 if (Symb.d.a >= SymbolTableSection->getEntityCount()) {
    [all...]

Completed in 243 milliseconds