Changeset 40eab9f in mainline for kernel/generic/include/symtab.h
- Timestamp:
- 2023-11-03T18:47:41Z (15 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1397ab
- Parents:
- dcd8214
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-11-03 18:46:22)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-11-03 18:47:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/symtab.h
rdcd8214 r40eab9f 36 36 #define KERN_SYMTAB_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 40 #include <debug/sections.h> 39 41 40 42 extern void symtab_print_search(const char *); … … 42 44 extern const char *symtab_fmt_name_lookup(uintptr_t); 43 45 extern errno_t symtab_addr_lookup(const char *, uintptr_t *); 44 extern const char *symtab_name_lookup(uintptr_t, uintptr_t * );46 extern const char *symtab_name_lookup(uintptr_t, uintptr_t *, debug_sections_t *); 45 47 46 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.