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.c311 while (note_offs + sizeof(Elf32_Nhdr) < note_size) {
312 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs);
318 ALIGN(sizeof("GNU"), 4) + sizeof(Elf32_Nhdr), nhdr->n_descsz);
323 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.c918 Elf32_Nhdr *nhdr_ptr;
938 sz = sizeof(Elf32_Nhdr) +
947 nhdr_ptr = (Elf32_Nhdr*)((char*)nhdr_ptr + sz);

Completed in 125 milliseconds