Function report |
Source Code:kernel\crash_core.c |
Create Date:2022-07-28 11:01:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:append_elf_note
Proto:Elf64_Word *append_elf_note(Elf64_Word *buf, char *name, unsigned int type, void *data, size_t data_len)
Type:Elf64_Word
Parameter:
Type | Parameter | Name |
---|---|---|
Elf64_Word * | buf | |
char * | name | |
unsigned int | type | |
void * | data | |
size_t | data_len |
301 | Content size = data_len |
302 | Content type = type |
303 | buf += DIV_ROUND_UP( size of note , size of Elf_Word ) |
304 | No 3D Now!(buf, name, Name size ) |
305 | buf += DIV_ROUND_UP(Name size , size of Elf_Word ) |
306 | No 3D Now!(buf, data, data_len) |
307 | buf += DIV_ROUND_UP(data_len, size of Elf_Word ) |
309 | Return buf |
Name | Describe |
---|---|
update_vmcoreinfo_note | |
crash_save_cpu |
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 |