Function report |
Source Code:kernel\bpf\stackmap.c |
Create Date:2022-07-28 13:26:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Parse build ID from 64-bit ELF
Proto:static int stack_map_get_build_id_64(void *page_addr, unsigned char *build_id)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | page_addr | |
unsigned char * | build_id |
229 | If e_phnum > (PAGE_SIZE - sizeof(Elf64_Ehdr)) / sizeof(Elf64_Phdr) Then Return -EINVAL |
233 | phdr = page_addr + sizeof(Elf64_Ehdr) |
240 | Return -EINVAL |
Name | Describe |
---|---|
stack_map_get_build_id | Parse build ID of ELF file mapped to vma |
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 |