Changes in kernel/generic/include/symtab_lookup.h [b7fd2a0:1e01a35] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/symtab_lookup.h
rb7fd2a0 r1e01a35 45 45 }; 46 46 47 extern errno_t symtab_name_lookup(uintptr_t, const char **, uintptr_t *);47 extern int symtab_name_lookup(uintptr_t, const char **, uintptr_t *); 48 48 extern const char *symtab_fmt_name_lookup(uintptr_t); 49 extern errno_t symtab_addr_lookup(const char *, uintptr_t *);49 extern int symtab_addr_lookup(const char *, uintptr_t *); 50 50 51 51 #ifdef CONFIG_SYMTAB
Note:
See TracChangeset
for help on using the changeset viewer.