Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c170 Elf32_Word note_offs = 0, new_offs; in stack_map_parse_build_id() local
180 while (note_offs + sizeof(Elf32_Nhdr) < note_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()
195 new_offs = note_offs + sizeof(Elf32_Nhdr) + in stack_map_parse_build_id()
197 if (new_offs <= note_offs) /* overflow */ in stack_map_parse_build_id()
199 note_offs = new_offs; in stack_map_parse_build_id()