/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | corefile.exp | 48 # Create a core file named "corefile" rather than just "core", to 50 # files named "core" from the system. 52 # Arbitrarily try setting the core size limit to "unlimited" since 54 # allows us to generate a core on systems where it does. 56 # Some systems append "core" to the name of the program; others append 57 # the name of the program to "core"; still others (like Linux, as of 58 # May 2003) create cores named "core.PID". In the latter case, we 59 # could have many core files lying around, and it may be difficult to 66 foreach i "${coredir}/core ${coredir}/core.coremaker.c ${binfile}.core" { 72 # Check for "core.PID". [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | rs6000-core.c | 31 compiled on an RS/6000 host. -- no archive support, no core files. 64 /* Support for core file stuff.. */ 71 #include <sys/core.h> 79 /* AIX 4.1 changed the names and locations of a few items in the core file. 84 CORE_VERSION_1 is defined (by AIX core.h) as 2 on AIX 4.3+ and as 1 on AIX 109 /* Union of old and new core dump structures. */ 113 struct core_dumpx new; /* new AIX 4.3+ core dump */ 117 struct core_dump old; /* old AIX 4.2- core dump, still used on 242 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile, 251 /* Size of the leading portion that old and new core dump structures have in [all …]
|
H A D | aix5ppc-core.c | 41 #include <core.h> 51 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local 65 != bfd_bread (&core, sizeof (struct core_dumpxx), abfd)) in xcoff64_core_p() 76 We will still be confused if a Aix 4.3 64 bit core file is in xcoff64_core_p() 81 See rs6000-core.c for comment on size of core in xcoff64_core_p() 82 If there isn't enough of a real core file, bail. */ in xcoff64_core_p() 84 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) in xcoff64_core_p() 85 || (0 != core.c_entries) in xcoff64_core_p() 86 || (! (IS_PROC64 (&core.c_u.U_proc))) in xcoff64_core_p() 87 || ((CHECK_FILE_OFFSET (statbuf, core.c_fdsinfox))) in xcoff64_core_p() [all …]
|
H A D | netbsd-core.c | 1 /* BFD back end for NetBSD style core files 31 #include <sys/core.h> 49 struct core core; member 52 /* Handle NetBSD-style core dump file. */ 61 struct core core; in netbsd_core_file_p() local 63 bfd_size_type amt = sizeof core; in netbsd_core_file_p() 65 val = bfd_bread (&core, amt, abfd); in netbsd_core_file_p() 66 if (val != sizeof core) in netbsd_core_file_p() 68 /* Too small to be a core file. */ in netbsd_core_file_p() 73 if (CORE_GETMAGIC (core) != COREMAGIC) in netbsd_core_file_p() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | rs6000-core.c | 31 compiled on an RS/6000 host. -- no archive support, no core files. 64 /* Support for core file stuff.. */ 71 #include <sys/core.h> 76 /* AIX 4.1 changed the names and locations of a few items in the core file. 81 CORE_VERSION_1 is defined (by AIX core.h) as 2 on AIX 4.3+ and as 1 on AIX 106 /* Union of old and new core dump structures. */ 110 struct core_dumpx new; /* new AIX 4.3+ core dump */ 114 struct core_dump old; /* old AIX 4.2- core dump, still used on 239 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile, 248 /* Size of the leading portion that old and new core dump structures have in [all …]
|
H A D | aix5ppc-core.c | 45 #include <core.h> 56 struct core_dumpxx core, *new_core_hdr; local 70 != bfd_bread (&core, sizeof (struct core_dumpxx), abfd)) 81 We will still be confused if a Aix 4.3 64 bit core file is 86 See rs6000-core.c for comment on size of core 87 If there isn't enough of a real core file, bail. */ 89 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) 90 || (0 != core.c_entries) 91 || (! (IS_PROC64 (&core.c_u.U_proc))) 92 || ((CHECK_FILE_OFFSET (statbuf, core.c_fdsinfox))) [all …]
|
/openbsd-src/gnu/usr.bin/perl/lib/B/ |
H A D | Deparse-core.t | 3 # Test the core keywords. 5 # Initially this test file just checked that CORE::foo got correctly 6 # deparsed as CORE::foo, hence the name. It's since been expanded 7 # to fully test both CORE:: versus none, plus that any arguments 16 # for weak: CORE::keyword(..) deparsed as CORE::keyword(..) 17 # for strong: CORE::keyword(..) deparsed as keyword(..) 25 # Note that tests for prefixing feature.pm-enabled keywords with CORE:: when 42 # logic to add CORE:: 69 if ($expr =~ 'CORE [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | core_bools.t | 7 plan skip_all => 'no support for core boolean options' 19 skip "core_bools option doesn't register as true for core bools without core boolean support", 1 22 is $json->get_core_bools, !!1, 'core_bools true when setting bools to core bools'; 26 …t_core_bools, !!0, 'core_bools false when setting bools to anything other than correct core bools'; 38 ok defined $new_true, "core true value is defined"; 39 ok defined $new_false, "core false value is defined"; 41 ok !ref $new_true, "core true value is not blessed"; 42 ok !ref $new_false, "core falase value is not blessed"; 51 cmp_ok $new_true, 'eq', '1', 'core true value is "1"'; 52 cmp_ok $new_true, '==', 1, 'core true value is 1'; [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/gn/build/ |
H A D | write_library_dependencies.py | 23 …{ "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tra… 24 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzmutate", "filecheck", "int… 26 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support"} }, 27 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 28 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… 30 { "bitreader", "LLVMBitReader", true, {"bitstreamreader", "core", "support"} }, 32 { "bitwriter", "LLVMBitWriter", true, {"analysis", "core", "mc", "object", "support"} }, 33 { "cfguard", "LLVMCFGuard", true, {"core", "support"} }, 34 { "codegen", "LLVMCodeGen", true, {"analysis", "bitreader", "bitwriter", "core", "mc", "profiledata… 35 { "core", "LLVMCore", true, {"binaryformat", "remarks", "support"} }, [all …]
|
/openbsd-src/gnu/usr.bin/clang/llvm-config/ |
H A D | LibraryDependencies.inc.AArch64 | 17 …sc", "aarch64info", "aarch64utils", "analysis", "asmprinter", "codegen", "core", "mc", "scalaropts… 21 { "aarch64utils", "LLVMAArch64Utils", true, {"support", "core"} }, 22 { "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tran… 23 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil… 27 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, {"analysis", "asmprinter", "codegen", "core", "ipo", … 28 { "amdgpudesc", "LLVMAMDGPUDesc", true, {"core", "mc", "amdgpuinfo", "amdgpuutils", "support", "bin… 32 { "amdgpuutils", "LLVMAMDGPUUtils", true, {"analysis", "core", "mc", "binaryformat", "support", "ta… 33 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support", "t… 34 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 35 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… [all …]
|
H A D | LibraryDependencies.inc.X86 | 15 …{ "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tra… 16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil… 20 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, {"analysis", "asmprinter", "codegen", "core", "ipo", … 21 { "amdgpudesc", "LLVMAMDGPUDesc", true, {"core", "mc", "amdgpuinfo", "amdgpuutils", "support", "bin… 25 { "amdgpuutils", "LLVMAMDGPUUtils", true, {"analysis", "core", "mc", "binaryformat", "support", "ta… 26 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support", "t… 27 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 28 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… 30 { "bitreader", "LLVMBitReader", true, {"bitstreamreader", "core", "support", "targetparser"} }, 32 { "bitwriter", "LLVMBitWriter", true, {"analysis", "core", "mc", "object", "support", "targetparser… [all …]
|
H A D | LibraryDependencies.inc.PowerPC | 15 …{ "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tra… 16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil… 20 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, {"analysis", "asmprinter", "codegen", "core", "ipo", … 21 { "amdgpudesc", "LLVMAMDGPUDesc", true, {"core", "mc", "amdgpuinfo", "amdgpuutils", "support", "bin… 25 { "amdgpuutils", "LLVMAMDGPUUtils", true, {"analysis", "core", "mc", "binaryformat", "support", "ta… 26 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support", "t… 27 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 28 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… 30 { "bitreader", "LLVMBitReader", true, {"bitstreamreader", "core", "support", "targetparser"} }, 32 { "bitwriter", "LLVMBitWriter", true, {"analysis", "core", "mc", "object", "support", "targetparser… [all …]
|
H A D | LibraryDependencies.inc.RISCV | 15 …{ "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tra… 16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil… 20 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, {"analysis", "asmprinter", "codegen", "core", "ipo", … 21 { "amdgpudesc", "LLVMAMDGPUDesc", true, {"core", "mc", "amdgpuinfo", "amdgpuutils", "support", "bin… 25 { "amdgpuutils", "LLVMAMDGPUUtils", true, {"analysis", "core", "mc", "binaryformat", "support", "ta… 26 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support", "t… 27 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 28 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… 30 { "bitreader", "LLVMBitReader", true, {"bitstreamreader", "core", "support", "targetparser"} }, 32 { "bitwriter", "LLVMBitWriter", true, {"analysis", "core", "mc", "object", "support", "targetparser… [all …]
|
H A D | LibraryDependencies.inc.Sparc | 15 …{ "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tra… 16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil… 20 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, {"analysis", "asmprinter", "codegen", "core", "ipo", … 21 { "amdgpudesc", "LLVMAMDGPUDesc", true, {"core", "mc", "amdgpuinfo", "amdgpuutils", "support", "bin… 25 { "amdgpuutils", "LLVMAMDGPUUtils", true, {"analysis", "core", "mc", "binaryformat", "support", "ta… 26 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support", "t… 27 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 28 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… 30 { "bitreader", "LLVMBitReader", true, {"bitstreamreader", "core", "support", "targetparser"} }, 32 { "bitwriter", "LLVMBitWriter", true, {"analysis", "core", "mc", "object", "support", "targetparser… [all …]
|
H A D | LibraryDependencies.inc.Mips | 15 …{ "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tra… 16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil… 20 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, {"analysis", "asmprinter", "codegen", "core", "ipo", … 21 { "amdgpudesc", "LLVMAMDGPUDesc", true, {"core", "mc", "amdgpuinfo", "amdgpuutils", "support", "bin… 25 { "amdgpuutils", "LLVMAMDGPUUtils", true, {"analysis", "core", "mc", "binaryformat", "support", "ta… 26 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support", "t… 27 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 28 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… 30 { "bitreader", "LLVMBitReader", true, {"bitstreamreader", "core", "support", "targetparser"} }, 32 { "bitwriter", "LLVMBitWriter", true, {"analysis", "core", "mc", "object", "support", "targetparser… [all …]
|
H A D | LibraryDependencies.inc.ARM | 15 …{ "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "tra… 16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil… 20 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, {"analysis", "asmprinter", "codegen", "core", "ipo", … 21 { "amdgpudesc", "LLVMAMDGPUDesc", true, {"core", "mc", "amdgpuinfo", "amdgpuutils", "support", "bin… 25 { "amdgpuutils", "LLVMAMDGPUUtils", true, {"analysis", "core", "mc", "binaryformat", "support", "ta… 26 { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support", "t… 29 …eGen", true, {"armdesc", "arminfo", "analysis", "asmprinter", "codegen", "core", "ipo", "mc", "sca… 34 { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} }, 35 { "asmprinter", "LLVMAsmPrinter", true, {"analysis", "binaryformat", "codegen", "core", "debuginfoc… 37 { "bitreader", "LLVMBitReader", true, {"bitstreamreader", "core", "support", "targetparser"} }, [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/ |
H A D | CMakeLists.txt | 6 add_lv_impl_folder(Core 7 Core/LVCompare.cpp 8 Core/LVElement.cpp 9 Core/LVLine.cpp 10 Core/LVLocation.cpp 11 Core/LVObject.cpp 12 Core/LVOptions.cpp 13 Core/LVRange.cpp 14 Core/LVReader.cpp 15 Core/LVScope.cpp [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | coreamp.t | 3 # This file tests the results of calling subroutines in the CORE:: 8 # Other tests for CORE subs are in coresubs.t 54 *{"my$o"} = \&{"CORE::$o"}; 56 my $p = prototype "CORE::$o"; 62 eval " &CORE::$o(1) "; 69 eval " &CORE::$o(1,2) "; 83 is &{"CORE::$o"}($in), $out, "&$o"; 84 lis [&{"CORE::$o"}($in)], [$out], "&$o in list context"; 87 is &{"CORE::$o"}(), $out, "&$o with no args"; 92 eval " &CORE [all...] |
H A D | coresubs.t | 3 # This script tests the inlining and prototype of CORE:: subs. Any generic 20 __DATA__ __END__ ADJUST AUTOLOAD BEGIN UNITCHECK CORE DESTROY END INIT CHECK 55 ok !defined &{"CORE::$word"}, "no CORE::$word"; 60 ok defined &{"CORE::$word"}, "defined &{'CORE::$word'}"; 62 my $proto = prototype "CORE::$word"; 65 *{"my$word"} = \&{"CORE::$word"}; 67 is prototype \&{"my$word"}, $proto, "prototype of &CORE::$word"; 69 CORE [all...] |
H A D | override.t | 7 require Config; # load these before we mess with *CORE::GLOBAL::require 14 # This file tries to test builtin override using CORE::GLOBAL 23 BEGIN { *CORE::GLOBAL::time = sub () { $t; } } 31 BEGIN { *CORE::GLOBAL::require = sub { $r = shift; 1; } } 56 local *CORE::GLOBAL::require = sub { push @r, shift; 1; }; 67 # localizing *CORE::GLOBAL::foo should revert to finding CORE::foo 69 local(*CORE::GLOBAL::require); 80 BEGIN { *CORE::GLOBAL::readline = sub (;*) { ++$r }; } 102 BEGIN { *CORE::GLOBAL::readpipe = sub ($) { "$_[0] " . --$r }; } 120 BEGIN { *OverridenWarn::warn = sub { CORE::warn "@_ overriden"; }; } [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/ |
H A D | BUILD.gn | 15 "Core/LVCompare.cpp", 16 "Core/LVElement.cpp", 17 "Core/LVLine.cpp", 18 "Core/LVLocation.cpp", 19 "Core/LVObject.cpp", 20 "Core/LVOptions.cpp", 21 "Core/LVRange.cpp", 22 "Core/LVReader.cpp", 23 "Core/LVScope.cpp", 24 "Core/LVSort.cpp", [all …]
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlgov.pod | 98 =item "Core Team" 108 =head2 The Core Team 110 The Core Team are a group of trusted volunteers involved in the ongoing 118 In addition to their contributions to the Perl language, the Core Team sets 134 In concert with the Steering Council, they manage Core Team membership. 143 The Core Team do not have any authority over parts of the Perl ecosystem 163 Perl conferences and events, except those organized directly by the Core Team 174 The initial Core Team members will be specified when this document is 177 Any Core Team member may nominate someone to be added to the Core Tea [all...] |
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pm | 110 abs => 'x => CORE::abs($_[0])', 111 alarm => 'seconds => CORE::alarm($_[0])', 113 atan2 => 'x, y => CORE::atan2($_[0], $_[1])', 114 chdir => 'directory => CORE::chdir($_[0])', 115 chmod => 'mode, filename => CORE::chmod($_[0], $_[1])', 116 chown => 'uid, gid, filename => CORE::chown($_[0], $_[1], $_[2])', 117 closedir => 'dirhandle => CORE::closedir($_[0])', 118 cos => 'x => CORE::cos($_[0])', 121 exit => 'status => CORE::exit($_[0])', 122 exp => 'x => CORE [all...] |
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/t/ |
H A D | is_core.t | 20 ok(!Module::CoreList::is_core('Module::Path'), 'Module::Path has never been in core'); 21 ok(!Module::CoreList::is_core('Module::Path', undef, '5.016003'), 'Module::Path has never been in core'); 22 ok(!Module::CoreList::is_core('Module::Path', undef), 'Module::Path has never been in core'); 25 ok(!Module::CoreList::is_core('List::Util::PP', undef, '5.002'), 'List::Util::PP was added in 5.10.1 so not in core in 5.002'); 26 ok(Module::CoreList::is_core('List::Util::PP', undef, '5.016003'), 'List::Util::PP was in core in 5.16.3'); 27 ok(!Module::CoreList::is_core('List::Util::PP', undef, '5.018001'), 'List::Util::PP was removed in 5.17.1 so not in core in 5.18.1'); 29 # Carp has always been a core module 30 ok(Module::CoreList::is_core('Carp', undef, '5'), 'Carp was a core module in first release of perl 5'); 31 ok(Module::CoreList::is_core('Carp', undef, '5.019004'), 'Carp was still a core module in 5.19.4'); 35 ok(Module::CoreList::is_core('Carp'), "Carp should be a core modul [all...] |
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | arm-generic.md | 46 ;; Core 48 (define_cpu_unit "core" "arm") 54 "core+write_buf*3") 60 "core+write_buf*3+write_blockage*5") 66 "core+write_buf*4+write_blockage*7") 72 "core+write_buf*5+write_blockage*9") 78 "core+write_buf*6+write_blockage*11") 84 "core*3") 90 "core*4") 96 "core*5") [all …]
|