more funcs
This commit is contained in:
parent
271ad42187
commit
cdaf6ba3a7
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue