Home
last modified time | relevance | path

Searched defs:note_name (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf.c11857 const char *note_name = "CORE"; in elfcore_write_lwpstatus() local
11887 const char *note_name = "CORE"; in elfcore_write_pstatus() local
11922 const char *note_name = "CORE"; in elfcore_write_prfpreg() local
11934 char *note_name = "LINUX"; in elfcore_write_prxfpreg() local
11943 char *note_name; in elfcore_write_xstatereg() local
11956 char *note_name = "FreeBSD"; in elfcore_write_x86_segbases() local
11968 char *note_name = "LINUX"; in elfcore_write_ppc_vmx() local
11980 char *note_name = "LINUX"; in elfcore_write_ppc_vsx() local
11992 char *note_name = "LINUX"; in elfcore_write_ppc_tar() local
12004 char *note_name = "LINUX"; in elfcore_write_ppc_ppr() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf.c12596 const char *note_name = "CORE"; in elfcore_write_lwpstatus() local
12626 const char *note_name = "CORE"; in elfcore_write_pstatus() local
12661 const char *note_name = "CORE"; in elfcore_write_prfpreg() local
12673 char *note_name = "LINUX"; in elfcore_write_prxfpreg() local
12682 char *note_name; in elfcore_write_xstatereg() local
12695 char *note_name = "FreeBSD"; in elfcore_write_x86_segbases() local
12707 char *note_name = "LINUX"; in elfcore_write_ppc_vmx() local
12719 char *note_name = "LINUX"; in elfcore_write_ppc_vsx() local
12731 char *note_name = "LINUX"; in elfcore_write_ppc_tar() local
12743 char *note_name = "LINUX"; in elfcore_write_ppc_ppr() local
[all …]
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_core_wait.h45 const char *note_name, uint64_t note_type, void *buf, size_t buf_len) in core_find_note()