Rev 582 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 582 | Rev 601 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | }; |
39 | }; |
40 | 40 | ||
41 | extern char * get_symtab_entry(__native addr); |
41 | extern char * get_symtab_entry(__native addr); |
42 | extern __address get_symbol_addr(const char *name); |
42 | extern __address get_symbol_addr(const char *name); |
43 | extern void symtab_print_search(const char *name); |
43 | extern void symtab_print_search(const char *name); |
- | 44 | extern int symtab_compl(char *name); |
|
44 | 45 | ||
45 | /* Symtable linked together by build process */ |
46 | /* Symtable linked together by build process */ |
46 | extern struct symtab_entry symbol_table[]; |
47 | extern struct symtab_entry symbol_table[]; |
47 | 48 | ||
48 | #endif |
49 | #endif |