Function report |
Source Code:kernel\bpf\stackmap.c |
Create Date:2022-07-28 13:26:15 |
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 32-bit ELF
Proto:static int stack_map_get_build_id_32(void *page_addr, unsigned char *build_id)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | page_addr | |
unsigned char * | build_id |
206 | If e_phnum > (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr) Then Return -EINVAL |
210 | phdr = page_addr + sizeof(Elf32_Ehdr) |
217 | 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 |