Searched refs:Elf32_Nhdr (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Dbuildid.c13 * 32-bit and 64-bit system, because Elf32_Nhdr and Elf64_Nhdr are
23 while (note_offs + sizeof(Elf32_Nhdr) < note_size) {
24 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs);
33 ALIGN(sizeof("GNU"), 4) + sizeof(Elf32_Nhdr),
41 new_offs = note_offs + sizeof(Elf32_Nhdr) +
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c320 while (note_offs + sizeof(Elf32_Nhdr) < note_size) {
321 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs);
327 ALIGN(sizeof("GNU"), 4) + sizeof(Elf32_Nhdr), nhdr->n_descsz);
332 note_offs = note_offs + sizeof(Elf32_Nhdr) +
/linux-master/include/uapi/linux/
H A Delf.h467 } Elf32_Nhdr; typedef in typeref:struct:elf32_note
/linux-master/fs/proc/
H A Dvmcore.c920 Elf32_Nhdr *nhdr_ptr;
940 sz = sizeof(Elf32_Nhdr) +
949 nhdr_ptr = (Elf32_Nhdr*)((char*)nhdr_ptr + sz);

Completed in 116 milliseconds