Function report |
Source Code:lib\ubsan.c |
Create Date:2022-07-28 07:22:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:handle_misaligned_access
Proto:static void handle_misaligned_access(struct type_mismatch_data_common *data, unsigned long ptr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct type_mismatch_data_common * | data | |
unsigned long | ptr |
268 | If suppress_report(location) Then Return |
271 | ubsan_prologue(location) |
273 | pr_err("%s misaligned address %p for type %s\n", type_check_kinds[type_check_kind], (void * )ptr, type_name) |
278 | ubsan_epilogue() |
Name | Describe |
---|---|
ubsan_type_mismatch_common |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |