Searched refs:elf_putregnote (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.bin/gcore/ |
| H A D | elfcore.c | 118 static void elf_putregnote(int, lwpid_t, struct sbuf *); 358 elf_putregnote(NT_PRSTATUS, tids[i], sb); in elf_putnotes() 359 elf_putregnote(NT_FPREGSET, tids[i], sb); in elf_putnotes() 360 elf_putregnote(NT_THRMISC, tids[i], sb); in elf_putnotes() 361 elf_putregnote(NT_PTLWPINFO, tids[i], sb); in elf_putnotes() 363 elf_putregnote(NT_ARM_TLS, tids[i], sb); in elf_putnotes() 366 elf_putregnote(NT_ARM_VFP, tids[i], sb); in elf_putnotes() 369 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
|