Searched refs:Elf32_Nhdr (Results 1 – 8 of 8) sorted by relevance
261 ((char *)nhdr + sizeof(Elf32_Nhdr) + \265 ((char *)nhdr + sizeof(Elf32_Nhdr) + \279 sizeof(Elf32_Nhdr) + \283 sizeof(Elf32_Nhdr) + \300 Elf32_Nhdr *nhdr, nhdr_l; in handle_core_note()315 while (data != NULL && offset + sizeof(Elf32_Nhdr) < segment_end) { in handle_core_note()316 nhdr = (Elf32_Nhdr *)(uintptr_t)((char*)data + offset); in handle_core_note()317 memset(&nhdr_l, 0, sizeof(Elf32_Nhdr)); in handle_core_note()326 if (offset + sizeof(Elf32_Nhdr) + in handle_core_note()333 name = (char *)((char *)nhdr + sizeof(Elf32_Nhdr)); in handle_core_note()
142 #define Elf_Note Elf32_Nhdr184 #define Elf_Note Elf32_Nhdr
158 typedef Elf_Note Elf32_Nhdr; typedef
266 } Elf32_Nhdr; typedef
1219 Elf32_Nhdr nh32; in donote()
1929 struct Elf32_Nhdr { struct
2531 typedef Elf_Note Elf32_Nhdr; /* 32-bit note header. */ typedef
58 typedef Elf32_Nhdr Elf_Note;