Searched defs:Nhdr (Results 1 – 7 of 7) sorted by relevance
86 struct Nhdr { struct87 Word n_namesz;88 Word n_descsz;89 Word n_type;140 struct Nhdr { struct141 Word n_namesz;142 Word n_descsz;143 Word n_type;
51 typedef ElfW(Nhdr) Nhdr; typedef
50 typedef Elf32_Nhdr Nhdr; typedef68 typedef Elf64_Nhdr Nhdr; typedef
68 typedef typename ElfClass32::Nhdr Nhdr; in ElfClassBuildIDNoteIdentifier() typedef
26 using Nhdr = Elf32_Nhdr; typedef
73 using Nhdr = Elf_Nhdr_Impl<ELFType<E, Is64>>; member
66 #define Nhdr ElfW(Nhdr) macro