Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h277 #define NT_PRPSINFO 3 macro
H A Dreadelf.c805 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { in do_core_note()
827 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { in do_core_note()
/dragonfly/sys/sys/
H A Delf_common.h441 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h521 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h537 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c270 elf_putnote(dst, off, "FreeBSD", NT_PRPSINFO, psinfo, in elf_puthdr()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h575 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/dragonfly/sys/kern/
H A Dkern_checkpoint.c363 error = elf_getnote(src, &off, "CORE", NT_PRPSINFO, in elf_demarshalnotes()
H A Dimgact_elf.c1445 __elfN(putnote)(target, "CORE", NT_PRPSINFO, psinfo, sizeof *psinfo); in elf_putallnotes()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c10348 case NT_PRPSINFO: in elfcore_grok_note()
10584 case NT_PRPSINFO: in elfcore_grok_freebsd_note()
11045 NT_PRPSINFO, fname, psargs); in elfcore_write_prpsinfo()
11059 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
11076 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
11104 return elfcore_write_note (abfd, buf, bufsiz, "CORE", NT_PRPSINFO, in elfcore_write_linux_prpsinfo32()
11112 return elfcore_write_note (abfd, buf, bufsiz, "CORE", NT_PRPSINFO, in elfcore_write_linux_prpsinfo32()
11128 "CORE", NT_PRPSINFO, &data, sizeof (data)); in elfcore_write_linux_prpsinfo64()
11136 "CORE", NT_PRPSINFO, &data, sizeof (data)); in elfcore_write_linux_prpsinfo64()
H A Delf64-x86-64.c462 case NT_PRPSINFO: in elf_x86_64_write_core_note()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c9452 case NT_PRPSINFO: in elfcore_grok_note()
9657 case NT_PRPSINFO: in elfcore_grok_freebsd_note()
10071 NT_PRPSINFO, fname, psargs); in elfcore_write_prpsinfo()
10085 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
10102 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
10125 return elfcore_write_note (abfd, buf, bufsiz, "CORE", NT_PRPSINFO, in elfcore_write_linux_prpsinfo32()
10138 "CORE", NT_PRPSINFO, &data, sizeof (data)); in elfcore_write_linux_prpsinfo64()
H A Delf64-x86-64.c457 case NT_PRPSINFO: in elf_x86_64_write_core_note()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c8672 case NT_PRPSINFO: in elfcore_grok_note()
9148 NT_PRPSINFO, fname, psargs); in elfcore_write_prpsinfo()
9162 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
9179 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
9204 return elfcore_write_note (abfd, buf, bufsiz, "CORE", NT_PRPSINFO, in elfcore_write_linux_prpsinfo32()
9219 "CORE", NT_PRPSINFO, &data, sizeof (data)); in elfcore_write_linux_prpsinfo64()
H A Delf64-x86-64.c441 case NT_PRPSINFO: in elf_x86_64_write_core_note()
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h2240 _ELF_DEFINE_NT(NT_PRPSINFO, 3, "Process information") \
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c15194 case NT_PRPSINFO: in get_note_type()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c17364 case NT_PRPSINFO: in get_note_type()