Lines Matching refs:Elf_Note
100 int elf_os_pt_note_name(Elf_Note *);
1039 elf_os_pt_note_name(Elf_Note *np)
1065 Elf_Note *np = NULL;
1100 Elf_Note *np2 = (Elf_Note *)((char *)np + offset);
1102 if (offset + sizeof(Elf_Note) > ph->p_filesz)
1104 total = sizeof(Elf_Note) + elfround(np2->namesz) +
1149 int coredump_writenote_elf(struct proc *, void *, Elf_Note *,
1410 Elf_Note nhdr;
1540 Elf_Note nhdr;
1619 coredump_writenote_elf(struct proc *p, void *cookie, Elf_Note *nhdr,