Searched refs:note_offs (Results 1 – 1 of 1) sorted by relevance
168 Elf32_Word note_offs = 0, new_offs; in stack_map_parse_build_id() local178 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in stack_map_parse_build_id()179 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs); in stack_map_parse_build_id()185 note_start + note_offs + in stack_map_parse_build_id()190 new_offs = note_offs + sizeof(Elf32_Nhdr) + in stack_map_parse_build_id()192 if (new_offs <= note_offs) /* overflow */ in stack_map_parse_build_id()194 note_offs = new_offs; in stack_map_parse_build_id()