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

/linux-master/lib/
H A Dbuildid.c21 Elf32_Word note_offs = 0, new_offs; local
23 while (note_offs + sizeof(Elf32_Nhdr) < note_size) {
24 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs);
32 note_start + note_offs +
41 new_offs = note_offs + sizeof(Elf32_Nhdr) +
43 if (new_offs <= note_offs) /* overflow */
45 note_offs = new_offs;
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c309 Elf32_Word note_offs = 0; local
311 while (note_offs + sizeof(Elf32_Nhdr) < note_size) {
312 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs);
317 memcpy(build_id, note_start + note_offs +
323 note_offs = note_offs + sizeof(Elf32_Nhdr) +

Completed in 127 milliseconds