Searched refs:Elf_Nhdr (Results 1 – 4 of 4) sorted by relevance
34 using Elf_Nhdr = typename ELFT::Nhdr; typedef in __anondaeeffcc0111::ELFDumper1192 if (Content.size() < sizeof(Elf_Nhdr)) { in dumpNoteSection()1197 const Elf_Nhdr *Header = reinterpret_cast<const Elf_Nhdr *>(Content.data()); in dumpNoteSection()
797 using Elf_Nhdr = typename ELFT::Nhdr; in readAndFeatures() typedef808 auto *nhdr = reinterpret_cast<const Elf_Nhdr *>(data.data()); in readAndFeatures()809 if (data.size() < sizeof(Elf_Nhdr) || data.size() < nhdr->getSize()) in readAndFeatures()
91 using Elf_Nhdr = typename ELFT::Nhdr; variable
109 using Elf_Nhdr = typename ELFT::Nhdr; variable