Searched defs:Nhdr (Results 1 – 10 of 10) 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;
50 typedef ElfW(Nhdr) Nhdr; typedef
82 typedef Elf32_Nhdr Nhdr; typedef101 typedef Elf64_Nhdr Nhdr; typedef
72 typedef typename ElfClass32::Nhdr Nhdr; in ElfClassBuildIDNoteIdentifier() typedef
18 using Nhdr = Elf32_Nhdr; typedef22 using Nhdr = Elf64_Nhdr; typedef
32 using Nhdr = Elf32_Nhdr; typedef
26 using Nhdr = Elf32_Nhdr; typedef
74 using Nhdr = Elf_Nhdr_Impl<ELFType<E, Is64>>; member
73 using Nhdr = Elf_Nhdr_Impl<ELFType<E, Is64>>; member
69 #define Nhdr ElfW(Nhdr) macro