Searched refs:core (Results 1 - 25 of 190) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/config/avr/
H A Dgenmultilib.awk91 core = name
94 if (core == "avr1")
97 cores[n_cores] = core
99 tiny_stack[core] = 0
100 option[core] = "mmcu=" core
106 if (core == "avr1")
123 toCore[name] = core
126 tiny_stack[core] = 1
165 core
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dsb1-ext-ps.s1 # source file to test assembly of SB-1 core's paired-single
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dsb1-ext-ps.s1 # source file to test assembly of SB-1 core's paired-single
/haiku-buildtools/legacy/binutils/bfd/
H A Daix5ppc-core.c41 #include <core.h>
51 struct core_dumpxx core, *new_core_hdr; local
65 != bfd_bread (&core, sizeof (struct core_dumpxx), abfd))
76 We will still be confused if a Aix 4.3 64 bit core file is
81 See rs6000-core.c for comment on size of core
82 If there isn't enough of a real core file, bail. */
84 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1))
85 || (0 != core.c_entries)
86 || (! (IS_PROC64 (&core
234 struct core_dumpxx core; local
[all...]
H A Drs6000-core.c31 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 dum
269 read_hdr(bfd *abfd, CoreHdr *core) argument
316 CoreHdr core; local
644 CoreHdr core; local
720 CoreHdr *core = core_hdr (abfd); local
733 CoreHdr *core = core_hdr (abfd); local
[all...]
H A Dcorefile.c30 These are functions pertaining to core files.
46 when it failed and produced the core file @var{abfd}.
69 Returns the signal number which caused the core dump which
93 Return <<TRUE>> if the core file attached to @var{core_bfd}
120 Return TRUE if the core file attached to @var{core_bfd}
125 Note: When not able to determine the core file failing
127 though we're not sure that core file and executable match.
136 char *core; local
147 core = (char *) bfd_core_file_failing_command (core_bfd);
148 if (core
[all...]
H A Dnetbsd-core.c1 /* BFD back end for NetBSD style core files
31 #include <sys/core.h>
49 struct core core; member in struct:netbsd_core_struct
52 /* Handle NetBSD-style core dump file. */
61 struct core core; local
63 bfd_size_type amt = sizeof core;
65 val = bfd_bread (&core, amt, abfd);
66 if (val != sizeof core)
[all...]
H A Daix386-core.c1 /* BFD back-end for AIX on PS/2 core files.
2 This was based on trad-core.c, which was written by John Gilmore of
47 # define COR_MAGIC "core"
62 struct corehdr *hdr; /* core file header */
78 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);
128 /* We'll access the regs afresh in the core fil
[all...]
/haiku-buildtools/binutils/bfd/
H A Daix5ppc-core.c40 #include <core.h>
42 /* The default architecture and machine for matching core files. */
56 struct core_dumpxx core, *new_core_hdr; local
71 != bfd_bread (&core, sizeof (struct core_dumpxx), abfd))
82 We will still be confused if a Aix 4.3 64 bit core file is
87 See rs6000-core.c for comment on size of core
88 If there isn't enough of a real core file, bail. */
90 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1))
91 || (0 != core
245 struct core_dumpxx core; local
[all...]
H A Drs6000-core.c26 compiled on an RS/6000 host. -- no archive support, no core files.
58 /* Support for core file stuff. */
64 #include <sys/core.h>
72 /* AIX 4.1 changed the names and locations of a few items in the core file.
77 CORE_VERSION_1 is defined (by AIX core.h) as 2 on AIX 4.3+ and as 1 on AIX
103 /* Union of old and new core dump structures. */
108 struct core_dumpx new_dump; /* New AIX 4.3+ core dump. */
113 struct core_dump old; /* Old AIX 4.2- core dump, still used on
148 FIXME: the core file format version number used here definitely indicates
149 that struct core_dumpxx should be used to represent the core fil
290 read_hdr(bfd *abfd, CoreHdr *core) argument
338 CoreHdr core; local
704 CoreHdr core; local
782 CoreHdr *core = core_hdr (abfd); local
799 CoreHdr *core = core_hdr (abfd); local
[all...]
H A Dcorefile.c30 These are functions pertaining to core files.
46 when it failed and produced the core file @var{abfd}.
69 Returns the signal number which caused the core dump which
93 Returns the PID of the process the core dump the BFD
118 Return <<TRUE>> if the core file attached to @var{core_bfd}
145 Return TRUE if the core file attached to @var{core_bfd}
150 Note: When not able to determine the core file failing
152 though we're not sure that core file and executable match.
161 char *core; local
172 core
[all...]
H A Delf32-am33lin.c40 /* Support for core dump NOTE sections. */
55 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
58 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24);
81 elf_tdata (abfd)->core->program
83 elf_tdata (abfd)->core->command
92 char *command = elf_tdata (abfd)->core->command;
H A Dnetbsd-core.c1 /* BFD back end for NetBSD style core files
30 #include <sys/core.h>
49 struct core core; member in struct:netbsd_core_struct
52 /* Handle NetBSD-style core dump file. */
61 struct core core; local
63 bfd_size_type amt = sizeof core;
65 val = bfd_bread (&core, amt, abfd);
66 if (val != sizeof core)
[all...]
H A Delf32-tilegx.c29 /* Support for core dump NOTE sections. */
41 elf_tdata (abfd)->core->signal =
45 elf_tdata (abfd)->core->pid =
63 elf_tdata (abfd)->core->program
65 elf_tdata (abfd)->core->command
73 char *command = elf_tdata (abfd)->core->command;
H A Delf64-tilegx.c29 /* Support for core dump NOTE sections. */
41 elf_tdata (abfd)->core->signal =
45 elf_tdata (abfd)->core->pid =
63 elf_tdata (abfd)->core->program
65 elf_tdata (abfd)->core->command
73 char *command = elf_tdata (abfd)->core->command;
H A Daix386-core.c1 /* BFD back-end for AIX on PS/2 core files.
2 This was based on trad-core.c, which was written by John Gilmore of
46 # define COR_MAGIC "core"
62 struct corehdr *hdr; /* core file header */
75 struct corehdr *core; local
102 core = &mergem->internal_core;
104 if ((bfd_bread (core, core_size, abfd)) != core_size)
116 core_hdr (abfd) = core;
125 core_regsec (abfd)->size = sizeof (core->cd_regs);
128 /* We'll access the regs afresh in the core fil
[all...]
/haiku-buildtools/binutils/include/opcode/
H A Darm.h22 #define ARM_EXT_V1 0x00000001 /* All processors (core set). */
31 #define ARM_EXT_V5ExP 0x00000200 /* DSP core set. */
287 #define ARM_ANY ARM_FEATURE (-1, -1, 0) /* Any basic core. */
328 structure. For simplicity we put all core features in array CORE
329 and everything else in the other. All the bits in element core[0]
330 have been occupied, so new feature should use bit in element core[1]
334 unsigned long core[2]; member in struct:__anon874
340 (((CPU).core[0] & (FEAT).core[0]) != 0 \
341 || ((CPU).core[
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2389.s2 # clean and complies with gas syntax, but it core dumps gas. Here's a
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2389.s2 # clean and complies with gas syntax, but it core dumps gas. Here's a
/haiku-buildtools/binutils/ld/testsuite/ld-d10v/
H A Dregression-001.s3 ;; The next line caused an earlier ld to core dump.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-d10v/
H A Dregression-001.s3 ;; The next line caused an earlier ld to core dump.
/haiku-buildtools/gcc/libgcc/config/c6x/
H A Dunwind-c6x.c34 #define VRS_PC(vrs) ((vrs)->core.pc)
35 #define VRS_SP(vrs) ((vrs)->core.reg[R_SP])
36 #define VRS_RETURN(vrs) ((vrs)->core.reg[R_B3])
48 struct core_regs core; member in struct:__anon2035
56 struct core_regs core; member in struct:__anon2036
98 *(_uw *) valuep = vrs->core.pc;
103 *(_uw *) valuep = vrs->core.reg[regno];
129 vrs->core.pc = *(_uw *) valuep;
135 vrs->core.reg[regno] = *(_uw *) valuep;
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dunwind-arm.c32 #define VRS_PC(vrs) ((vrs)->core.r[R_PC])
33 #define VRS_SP(vrs) ((vrs)->core.r[R_SP])
34 #define VRS_RETURN(vrs) ((vrs)->core.r[R_LR])
66 /* The ABI specifies that the unwind routines may only use core registers,
79 struct core_regs core; member in struct:__anon2031
100 struct core_regs core; member in struct:__anon2032
169 *(_uw *) valuep = vrs->core.r[regno];
200 vrs->core.r[regno] = *(_uw *) valuep;
235 ptr = (_uw *) vrs->core.r[R_SP];
240 vrs->core
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Darm.h22 #define ARM_EXT_V1 0x00000001 /* All processors (core set). */
31 #define ARM_EXT_V5ExP 0x00000200 /* DSP core set. */
158 #define ARM_ANY ARM_FEATURE (-1, 0) /* Any basic core. */
163 structure. For simplicity we put all core features in one word and
167 unsigned long core; member in struct:__anon2897
172 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
176 (TARG).core = (F1).core | (F2).core; \
[all...]
/haiku-buildtools/cloog/examples/example/
H A DMakefile21 -rm -f example example.exe example-isl example-isl.exe core

Completed in 247 milliseconds

12345678