Function report |
Source Code:arch\x86\kernel\crash.c |
Create Date:2022-07-28 08:37:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Prepare elf headers. Return addr and size
Proto:static int prepare_elf_headers(struct kimage *image, void **addr, unsigned long *sz)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kimage * | image | |
void ** | addr | |
unsigned long * | sz |
271 | ret = walk_system_ram_res(0, - 1, cmem, prepare_elf64_ram_headers_callback) |
276 | ret = Look for any unwanted ranges between mstart, mend and remove them. This* might lead to split and split ranges are put in cmem->ranges[] array |
281 | ret = crash_prepare_elf64_headers(cmem, IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_64), addr, sz) |
283 | out : |
285 | Return ret |
Name | Describe |
---|---|
crash_load_segments |
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 |