Changeset da13982 in mainline for kernel/generic/include/symtab.h
- Timestamp:
- 2023-10-26T15:20:07Z (15 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fbb42f
- Parents:
- d28bdbe
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 14:42:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 15:20:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/symtab.h
rd28bdbe rda13982 36 36 #define KERN_SYMTAB_H_ 37 37 38 #include <symtab_lookup.h> 39 #include <console/chardev.h> 38 #include <typedefs.h> 40 39 41 40 extern void symtab_print_search(const char *); 42 41 extern const char *symtab_hints_enum(const char *, const char **, void **); 42 extern const char *symtab_fmt_name_lookup(uintptr_t); 43 extern errno_t symtab_addr_lookup(const char *, uintptr_t *); 44 extern const char *symtab_name_lookup(uintptr_t, uintptr_t *); 43 45 44 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.