more funcs

This commit is contained in:
Angie 2024-05-12 21:55:40 -04:00 committed by angie
parent 271ad42187
commit cdaf6ba3a7

View file

@ -583,6 +583,10 @@ std::unordered_set<std::string> renamed_funcs{
"realloc",
"rand",
"srand",
"random",
"gcvt",
"fcvt",
"ecvt",
};
bool read_symbols(RecompPort::Context& context, const ELFIO::elfio& elf_file, ELFIO::section* symtab_section, uint32_t entrypoint, bool has_entrypoint, bool use_absolute_symbols) {