CBMC
|
Go to the source code of this file.
Functions | |
bool | linking (symbol_tablet &dest_symbol_table, const symbol_tablet &new_symbol_table, message_handlert &message_handler) |
Merges the symbol table new_symbol_table into dest_symbol_table , renaming symbols from new_symbol_table when necessary. More... | |
ANSI-C Linking
Definition in file linking.h.
bool linking | ( | symbol_tablet & | dest_symbol_table, |
const symbol_tablet & | new_symbol_table, | ||
message_handlert & | message_handler | ||
) |
Merges the symbol table new_symbol_table
into dest_symbol_table
, renaming symbols from new_symbol_table
when necessary.
Definition at line 1475 of file linking.cpp.