Function report |
Source Code:scripts\dtc\libfdt\fdt_rw.c |
Create Date:2022-07-28 06:18:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_packblocks_
Proto:static void fdt_packblocks_(const char *old, char *new, int mem_rsv_size, int struct_size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | old | |
char * | new | |
int | mem_rsv_size | |
int | struct_size |
383 | mem_rsv_off = FDT_ALIGN(sizeof(structfdt_header), 8) |
384 | struct_off = mem_rsv_off + mem_rsv_size |
385 | strings_off = struct_off + struct_size |
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 |