Searched refs:core_command (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | lynx-core.c | 52 #define core_command(bfd) (core_hdr(bfd)->cmd) macro 123 strncpy (core_command (abfd), pss.pname, PNMLEN + 1); in lynx_core_file_p() 217 return core_command (abfd); in lynx_core_file_failing_command()
|
D | osf-core.c | 49 #define core_command(bfd) (core_hdr(bfd)->cmd) macro 95 strncpy (core_command (abfd), core_header.name, MAXCOMLEN + 1); in osf_core_core_file_p() 153 return core_command (abfd); in osf_core_core_file_failing_command()
|
D | hppabsd-core.c | 67 #define core_command(bfd) (core_hdr(bfd)->cmd) macro 182 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN + 1); in hppabsd_core_core_file_p() 196 return core_command (abfd); in hppabsd_core_core_file_failing_command()
|
D | irix-core.c | 43 #define core_command(bfd) (core_hdr(bfd)->cmd) macro 206 strncpy (core_command (abfd), coreout.c_name, CORE_NAMESIZE); in irix_core_core_file_p() 259 return core_command (abfd); in irix_core_core_file_failing_command()
|
D | hpux-core.c | 101 #define core_command(bfd) (core_hdr(bfd)->cmd) macro 194 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN + 1); in hpux_core_core_file_p() 355 return core_command (abfd); in hpux_core_core_file_failing_command()
|
D | ChangeLog-2013 | 2239 core_program, and core_command. Add "core".
|