We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2846310 commit bc20c77Copy full SHA for bc20c77
src/types/modules/elf_module.cpp
@@ -174,6 +174,8 @@ bool ElfModule::initialize(ImportFeatures/* features*/)
174
symtabStruct->addAttribute(std::make_shared<ValueSymbol>("shndx", Type::Int));
175
elfStruct->addAttribute(std::make_shared<ArraySymbol>("symtab", symtabStruct));
176
177
+ elfStruct->addAttribute(std::make_unique<FunctionSymbol>("symtab_symbol", Type::Int, Type::String));
178
+
179
_structure = elfStruct;
180
return true;
181
}
0 commit comments