Home
last modified time | relevance | path

Searched refs:note_start (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c167 void *note_start, in stack_map_parse_build_id() argument
173 if (note_start < page_addr || note_start + note_size < note_start) in stack_map_parse_build_id()
177 if (note_start + note_size > page_addr + PAGE_SIZE) in stack_map_parse_build_id()
181 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs); in stack_map_parse_build_id()
188 note_start + note_offs + in stack_map_parse_build_id()