Home
last modified time | relevance | path

Searched refs:core (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Drs6000-core.c269 read_hdr (bfd *abfd, CoreHdr *core) in read_hdr() argument
279 if (bfd_bread (core, size, abfd) != size) in read_hdr()
283 if (CORE_NEW (*core)) in read_hdr()
284 size = sizeof (core->new); in read_hdr()
286 size = sizeof (core->old); in read_hdr()
288 return bfd_bread ((char *) core + CORE_COMMONSZ, size, abfd) == size; in read_hdr()
316 CoreHdr core; in rs6000coff_core_p() local
329 if (!read_hdr (abfd, &core)) in rs6000coff_core_p()
337 if (CORE_NEW (core)) in rs6000coff_core_p()
339 c_flag = core.new.c_flag; in rs6000coff_core_p()
[all …]
H A Daix5ppc-core.c51 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()
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()
88 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader))) in xcoff64_core_p()
89 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader + core.c_lsize))) in xcoff64_core_p()
90 || ((CHECK_FILE_OFFSET (statbuf, core.c_thr))) in xcoff64_core_p()
91 || ((CHECK_FILE_OFFSET (statbuf, core.c_segregion))) in xcoff64_core_p()
[all …]
H A Dnetbsd-core.c49 struct core core; member
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()
73 if (CORE_GETMAGIC (core) != COREMAGIC) in netbsd_core_file_p()
84 rawptr->core = core; in netbsd_core_file_p()
87 offset = core.c_hdrsize; in netbsd_core_file_p()
88 for (i = 0; i < core.c_nseg; i++) in netbsd_core_file_p()
108 offset += core.c_seghdrsize; in netbsd_core_file_p()
[all …]
H A Daix386-core.c78 struct corehdr *core; local
103 core = &mergem->internal_core;
105 if ((bfd_bread ((PTR) core, core_size, abfd)) != core_size)
117 core_hdr (abfd) = core;
125 core_regsec (abfd)->size = sizeof (core->cd_regs);
138 core_reg2sec (abfd)->size = sizeof (core->cd_fpregs);
143 for (i = 0, n = 0; (i < MAX_CORE_SEGS) && (core->cd_segs[i].cs_type); i++)
148 if (core->cd_segs[i].cs_offset == 0)
151 switch (core->cd_segs[i].cs_type)
183 core_section (abfd, n)->size = core->cd_segs[i].cs_len;
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Drs6000-core.c257 read_hdr (bfd *abfd, CoreHdr *core) in read_hdr() argument
267 if (bfd_bread (core, size, abfd) != size) in read_hdr()
271 if (CORE_NEW (*core)) in read_hdr()
272 size = sizeof (core->new); in read_hdr()
274 size = sizeof (core->old); in read_hdr()
276 return bfd_bread ((char *) core + CORE_COMMONSZ, size, abfd) == size; in read_hdr()
310 CoreHdr core; local
323 if (!read_hdr (abfd, &core))
331 if (CORE_NEW (core))
333 c_flag = core.new.c_flag;
[all …]
H A Daix5ppc-core.c56 struct core_dumpxx core, *new_core_hdr; local
70 != bfd_bread (&core, sizeof (struct core_dumpxx), abfd))
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)))
93 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader)))
94 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader + core.c_lsize)))
95 || ((CHECK_FILE_OFFSET (statbuf, core.c_thr)))
96 || ((CHECK_FILE_OFFSET (statbuf, core.c_segregion)))
[all …]
H A Dnetbsd-core.c46 struct core core; member
72 struct core core; local
74 bfd_size_type amt = sizeof core;
76 val = bfd_bread ((void *) &core, amt, abfd);
77 if (val != sizeof core)
84 if (CORE_GETMAGIC (core) != COREMAGIC)
95 rawptr->core = core;
98 offset = core.c_hdrsize;
99 for (i = 0; i < core.c_nseg; i++)
119 offset += core.c_seghdrsize;
[all …]
H A Dconfigure.in172 # If we are configured native, pick a core file support file.
182 COREFILE=trad-core.lo
186 COREFILE=netbsd-core.lo
188 alpha*-*-*) COREFILE=osf-core.lo ;;
192 COREFILE=netbsd-core.lo ;;
193 arm-*-riscix) COREFILE=trad-core.lo ;;
194 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
195 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
196 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
197 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
[all …]
H A Daix386-core.c78 struct corehdr *core; local
103 core = &mergem->internal_core;
105 if ((bfd_bread ((PTR) core, core_size, abfd)) != core_size)
117 core_hdr (abfd) = core;
125 core_regsec (abfd)->_raw_size = sizeof (core->cd_regs);
138 core_reg2sec (abfd)->_raw_size = sizeof (core->cd_fpregs);
143 for (i = 0, n = 0; (i < MAX_CORE_SEGS) && (core->cd_segs[i].cs_type); i++)
148 if (core->cd_segs[i].cs_offset == 0)
151 switch (core->cd_segs[i].cs_type)
183 core_section (abfd, n)->_raw_size = core->cd_segs[i].cs_len;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A Dcore_bools.t7 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/usr.bin/clang/llvm-config/
H A DLibraryDependencies.inc.PowerPC15 …{ "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 DLibraryDependencies.inc.Sparc15 …{ "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 DLibraryDependencies.inc.Mips15 …{ "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 DLibraryDependencies.inc.AArch6417 …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 DLibraryDependencies.inc.X8615 …{ "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 DLibraryDependencies.inc.RISCV15 …{ "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 DLibraryDependencies.inc.ARM15 …{ "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/sys/arch/octeon/dev/
H A Doctcit.c43 #define CIU3_IDT(core, ipl) ((core) * 4 + (ipl)) argument
47 #define CIU3_DEST_PP_INT(core) ((core) * 8 + 0x200000u) argument
66 #define MBOX_INTSN(core) ((core) + 0x4000u) argument
216 int core = ci->ci_cpuid; in octcit_init() local
225 CIU3_WR_8(sc, CIU3_IDT_CTL(CIU3_IDT(core, 0)), 0); in octcit_init()
226 CIU3_WR_8(sc, CIU3_IDT_PP(CIU3_IDT(core, 0)), 1ul << core); in octcit_init()
227 CIU3_WR_8(sc, CIU3_IDT_IO(CIU3_IDT(core, 0)), 0); in octcit_init()
230 CIU3_WR_8(sc, CIU3_IDT_CTL(CIU3_IDT(core , 1)), 1); in octcit_init()
231 CIU3_WR_8(sc, CIU3_IDT_PP(CIU3_IDT(core, 1)), 1ul << core); in octcit_init()
232 CIU3_WR_8(sc, CIU3_IDT_IO(CIU3_IDT(core, 1)), 0); in octcit_init()
[all …]
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm-generic.md48 (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")
102 "core")
[all …]
H A Dunwind-arm.c113 struct core_regs core; member
125 struct core_regs core; member
190 *(_uw *) valuep = vrs->core.r[regno]; in _Unwind_VRS_Get()
222 vrs->core.r[regno] = *(_uw *) valuep; in _Unwind_VRS_Set()
258 ptr = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
263 vrs->core.r[i] = *(ptr++); in _Unwind_VRS_Pop()
267 vrs->core.r[R_SP] = (_uw) ptr; in _Unwind_VRS_Pop()
298 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
309 vrs->core.r[R_SP] = (_uw) sp; in _Unwind_VRS_Pop()
487 if (get_eit_entry (ucbp, vrs->core.r[R_PC]) != _URC_OK) in unwind_phase2()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm351 # bounce leaked wrapped core subroutines to their actual core counterparts.
770 my ($core, $call, $name, $void, @args) = @_;
773 $core, $call, $name, $void,
787 my ($class, $core, $call, $name, $void, $lexical, $sub, $sref, @argvs) = @_;
794 return $class->_one_invocation($core,$call,$name,$void,$sub,! $lexical, $sref, @argv);
816 push @out, $class->_one_invocation($core,$call,$name,$void,$sub,! $lexical, $sref, @argv);
832 my ($core, $call, $name, $void, @argv) = @_;
835 $core, $call, $name, $void,
852 my ($class, $core,
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenCLExtensions.def17 // an extension is core or optional core and minimum OpenCL version
19 // define OPENCL_GENERIC_EXTENSION(ext, pragma, avail, core, opt) where
20 // ext - name of the extension or optional core feature.
26 // core - OpenCL versions mask when the extension becomes core feature.
27 // 0U indicates not a core feature.
28 // opt - OpenCL versions mask when the extension becomes optional core
29 // feature. 0U indicates not a optional core feature.
34 // Difference between optional core feature and core feature is that the
45 // semantics in the language compared to the core standard. #pragma directive
46 // has no effect for optional core and core features.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Darm.h167 unsigned long core; member
172 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
176 (TARG).core = (F1).core | (F2).core; \
182 (TARG).core = (F1).core &~ (F2).core; \
186 #define ARM_FEATURE(core, coproc) {(core), (coproc)} argument
/openbsd-src/sys/dev/ic/
H A Dbwfm.c882 struct bwfm_core *core; in bwfm_chip_attach() local
925 LIST_FOREACH(core, &sc->sc_chip.ch_list, co_link) { in bwfm_chip_attach()
927 DEVNAME(sc), core->co_id, core->co_rev, in bwfm_chip_attach()
928 core->co_base, core->co_wrapbase)); in bwfm_chip_attach()
930 switch (core->co_id) { in bwfm_chip_attach()
962 if ((core = bwfm_chip_get_core(sc, BWFM_AGENT_CORE_ARM_CR4)) != NULL) { in bwfm_chip_attach()
963 bwfm_chip_tcm_ramsize(sc, core); in bwfm_chip_attach()
965 } else if ((core = bwfm_chip_get_core(sc, BWFM_AGENT_SYS_MEM)) != NULL) { in bwfm_chip_attach()
966 bwfm_chip_sysmem_ramsize(sc, core); in bwfm_chip_attach()
968 } else if ((core = bwfm_chip_get_core(sc, BWFM_AGENT_INTERNAL_MEM)) != NULL) { in bwfm_chip_attach()
[all …]
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_bitreader.py4 from ..core import OpCode
5 from ..core import MemoryBuffer
6 from ..core import PassRegistry
7 from ..core import Context
8 from ..core import Module

12345678910>>...37