Searched refs:addToSymtab (Results 1 – 5 of 5) sorted by relevance
156 pool.addToSymtab(context, (RubyDescriptor) defRb); in finalizeToPool()158 pool.addToSymtab(context, (RubyEnumDescriptor) defRb); in finalizeToPool()
111 protected void addToSymtab(ThreadContext context, RubyDescriptor def) { in addToSymtab() method in RubyDescriptorPool116 protected void addToSymtab(ThreadContext context, RubyEnumDescriptor def) { in addToSymtab() method in RubyDescriptorPool
151 out.linkingSec->addToSymtab(sym); in createCustomSections()648 out.linkingSec->addToSymtab(sym); in populateSymtab()654 out.linkingSec->addToSymtab(sym); in populateSymtab()
287 void addToSymtab(Symbol *sym);
539 void LinkingSection::addToSymtab(Symbol *sym) { in addToSymtab() function in lld::wasm::LinkingSection