Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/gcore/
H A Dgcore.c65 char *corename = NULL; in main() local
71 corename = optarg; in main()
72 corelen = strlen(corename); in main()
113 if (ptrace(PT_DUMPCORE, pid, corename, corelen) == -1) { in main()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfcore.h42 char* corename; in elf_core_file_matches_executable_p() local
61 corename = elf_tdata (core_bfd)->core->program; in elf_core_file_matches_executable_p()
62 if (corename != NULL) in elf_core_file_matches_executable_p()
68 if (strcmp (execname, corename) != 0) in elf_core_file_matches_executable_p()
H A DChangeLog-91936257 * elf.c (elf_core_file_matches_executable_p): Enclose corename
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfcore.h42 char* corename; in elf_core_file_matches_executable_p() local
61 corename = elf_tdata (core_bfd)->core->program; in elf_core_file_matches_executable_p()
62 if (corename != NULL) in elf_core_file_matches_executable_p()
68 if (strcmp (execname, corename) != 0) in elf_core_file_matches_executable_p()
H A DChangeLog-91936257 * elf.c (elf_core_file_matches_executable_p): Enclose corename
/netbsd-src/sys/kern/
H A Dkern_resource.c680 char *corename; in lim_copy() local
697 corename = NULL; in lim_copy()
706 newlim->pl_corename = corename; in lim_copy()
708 memcpy(corename, lim->pl_corename, len); in lim_copy()
709 corename = NULL; in lim_copy()
713 if (corename) { in lim_copy()
714 kmem_free(corename, alen); in lim_copy()
717 corename = kmem_alloc(alen, KM_SLEEP); in lim_copy()
722 if (corename) { in lim_copy()
723 kmem_free(corename, alen); in lim_copy()
/netbsd-src/external/bsd/atf/dist/tools/
H A Datf-run.cpp125 const tools::fs::path corename = workdir / in dump_stacktrace() local
127 if (!tools::fs::exists(corename)) { in dump_stacktrace()
128 w.stderr_tc("Expected file " + corename.str() + " not found"); in dump_stacktrace()
136 corename.c_str(), NULL); in dump_stacktrace()
/netbsd-src/tests/bin/sh/
H A Dt_syntax.sh1223 sysctl -w proc.$$.corename=core ||
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-91936257 * elf.c (elf_core_file_matches_executable_p): Enclose corename
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-91936257 * elf.c (elf_core_file_matches_executable_p): Enclose corename