Searched refs:Elf_Note (Results 1 – 6 of 6) sorted by relevance
15 template <typename ELFT> using Elf_Note = typename ELFT::Note; typedef
46 } Elf_Note; typedef191 Elf_Note *note = reinterpret_cast<Elf_Note *>(ptr); in find_metadata()
786 using Elf_Note = typename ELFT::Note; in readAndFeatures() typedef800 Elf_Note note(*nhdr); in readAndFeatures()
129 using Elf_Note = typename ELFT::Note; \
1234 Elf_Note Note(*Header); in dumpNoteSection()
5718 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()7203 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()