Home
last modified time | relevance | path

Searched refs:elf_putregnote (Results 1 – 1 of 1) sorted by relevance

/src/usr.bin/gcore/
H A Delfcore.c119 static void elf_putregnote(int, lwpid_t, struct sbuf *);
359 elf_putregnote(NT_PRSTATUS, tids[i], sb); in elf_putnotes()
360 elf_putregnote(NT_FPREGSET, tids[i], sb); in elf_putnotes()
361 elf_putregnote(NT_THRMISC, tids[i], sb); in elf_putnotes()
362 elf_putregnote(NT_PTLWPINFO, tids[i], sb); in elf_putnotes()
364 elf_putregnote(NT_ARM_TLS, tids[i], sb); in elf_putnotes()
367 elf_putregnote(NT_ARM_VFP, tids[i], sb); in elf_putnotes()
370 elf_putregnote(NT_X86_SEGBASES, tids[i], sb); in elf_putnotes()
404 elf_putregnote(int type, lwpid_t tid, struct sbuf *sb) in elf_putregnote() function