Subversion Repositories HelenOS-historic

Rev

Rev 534 | Rev 601 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 582
Line 37... Line 37...
37
    __u64 address_le;
37
    __u64 address_le;
38
    char symbol_name[MAX_SYMBOL_NAME];
38
    char symbol_name[MAX_SYMBOL_NAME];
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);
-
 
43
extern void symtab_print_search(const char *name);
42
 
44
 
43
/* Symtable linked together by build process */
45
/* Symtable linked together by build process */
44
extern struct symtab_entry symbol_table[];
46
extern struct symtab_entry symbol_table[];
45
 
47
 
46
#endif
48
#endif