Searched refs:Elf_Note (Results 1 – 8 of 8) sorted by relevance
146 #define Elf_Note Elf32_Nhdr macro151 #define Elf_Note Elf64_Nhdr macro188 #define Elf_Note Elf32_Nhdr macro190 #define Elf_Note Elf64_Nhdr macro
917 * Elf_Note structures comprise a fixed size header followed by variable929 Elf_Note *en;957 en = (Elf_Note *) (uintptr_t) dst;962 dsz -= sizeof(Elf_Note);963 dst += sizeof(Elf_Note);992 Elf_Note *en;1003 while (count > sizeof(Elf_Note)) {1005 en = (Elf_Note *) (uintptr_t) src;1023 src += sizeof(Elf_Note);1024 count -= sizeof(Elf_Note);
100 int elf_os_pt_note_name(Elf_Note *);1039 elf_os_pt_note_name(Elf_Note *np) in elf_os_pt_note_name() 1065 Elf_Note *np = NULL; in elf_os_pt_note() 1100 Elf_Note *np2 = (Elf_Note *)((char *)np + offset); in elf_os_pt_note() 1102 if (offset + sizeof(Elf_Note) > ph->p_filesz) in elf_os_pt_note() 1104 total = sizeof(Elf_Note) + elfround(np2->namesz) + in elf_os_pt_note() 1149 int coredump_writenote_elf(struct proc *, void *, Elf_Note *,1410 Elf_Note nhdr; in coredump_notes_elf() 1540 Elf_Note nhd in coredump_note_elf() [all...]
772 #define Elf_Note Elf32_Note800 #define Elf_Note Elf64_Note774 #define Elf_Note global() macro 802 #define Elf_Note global() macro
877 using Elf_Note = typename ELFT::Note; in readAndFeatures() typedef891 Elf_Note note(*nhdr); in readAndFeatures()
130 using Elf_Note = typename ELFT::Note; \
1236 Elf_Note Note(*Header); in dumpNoteSection()
5775 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()7267 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()