/toolchain/binutils/binutils-2.25/bfd/ |
D | rs6000-core.c | 277 read_hdr (bfd *abfd, CoreHdr *core) in read_hdr() argument 287 if (bfd_bread (core, size, abfd) != size) in read_hdr() 291 if (CORE_NEW (*core)) in read_hdr() 292 size = sizeof (core->new_dump); in read_hdr() 294 size = sizeof (core->old); in read_hdr() 296 return bfd_bread ((char *) core + CORE_COMMONSZ, size, abfd) == size; in read_hdr() 323 CoreHdr core; in rs6000coff_core_p() local 336 if (!read_hdr (abfd, &core)) in rs6000coff_core_p() 344 if (CORE_NEW (core) && CNEW_IS_CORE_DUMPXX (core)) in rs6000coff_core_p() 351 if (CORE_NEW (core)) in rs6000coff_core_p() [all …]
|
D | aix5ppc-core.c | 56 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local 71 != bfd_bread (&core, sizeof (struct core_dumpxx), abfd)) in xcoff64_core_p() 90 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) in xcoff64_core_p() 91 || (0 != core.c_entries) in xcoff64_core_p() 92 || (! (IS_PROC64 (&core.c_u.U_proc))) in xcoff64_core_p() 93 || ((CHECK_FILE_OFFSET (statbuf, core.c_fdsinfox))) in xcoff64_core_p() 94 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader))) in xcoff64_core_p() 95 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader + core.c_lsize))) in xcoff64_core_p() 96 || ((CHECK_FILE_OFFSET (statbuf, core.c_thr))) in xcoff64_core_p() 97 || ((CHECK_FILE_OFFSET (statbuf, core.c_segregion))) in xcoff64_core_p() [all …]
|
D | netbsd-core.c | 49 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 …]
|
D | aix386-core.c | 75 struct corehdr *core; in aix386_core_file_p() local 102 core = &mergem->internal_core; in aix386_core_file_p() 104 if ((bfd_bread (core, core_size, abfd)) != core_size) in aix386_core_file_p() 116 core_hdr (abfd) = core; in aix386_core_file_p() 125 core_regsec (abfd)->size = sizeof (core->cd_regs); in aix386_core_file_p() 139 core_reg2sec (abfd)->size = sizeof (core->cd_fpregs); in aix386_core_file_p() 144 for (i = 0, n = 0; (i < MAX_CORE_SEGS) && (core->cd_segs[i].cs_type); i++) in aix386_core_file_p() 149 if (core->cd_segs[i].cs_offset == 0) in aix386_core_file_p() 152 switch (core->cd_segs[i].cs_type) in aix386_core_file_p() 185 core_section (abfd, n)->size = core->cd_segs[i].cs_len; in aix386_core_file_p() [all …]
|
D | corefile.c | 161 char *core; in generic_core_file_matches_executable_p() local 172 core = (char *) bfd_core_file_failing_command (core_bfd); in generic_core_file_matches_executable_p() 173 if (core == NULL) in generic_core_file_matches_executable_p() 180 last_slash = strrchr (core, '/'); in generic_core_file_matches_executable_p() 182 core = last_slash + 1; in generic_core_file_matches_executable_p() 188 return filename_cmp (exec, core) == 0; in generic_core_file_matches_executable_p()
|
D | aoutf1.h | 560 struct internal_sunos_core *core; in sunos4_core_file_p() local 609 core = &mergem->internal_sunos_core; in sunos4_core_file_p() 613 swapcore_sparc (abfd, extcore, core); in sunos4_core_file_p() 616 swapcore_sun3 (abfd, extcore, core); in sunos4_core_file_p() 619 swapcore_solaris_bcp (abfd, extcore, core); in sunos4_core_file_p() 627 abfd->tdata.sun_core_data->hdr = core; in sunos4_core_file_p() 655 core_stacksec (abfd)->size = core->c_ssize; in sunos4_core_file_p() 656 core_datasec (abfd)->size = core->c_dsize; in sunos4_core_file_p() 657 core_regsec (abfd)->size = core->c_regs_size; in sunos4_core_file_p() 658 core_reg2sec (abfd)->size = core->fp_stuff_size; in sunos4_core_file_p() [all …]
|
D | configure.ac | 243 # If we are configured native, pick a core file support file. 254 COREFILE=trad-core.lo 258 COREFILE=netbsd-core.lo 261 COREFILE=osf-core.lo 266 COREFILE=netbsd-core.lo 268 arm-*-riscix) COREFILE=trad-core.lo ;; 269 hppa*-*-hpux*) COREFILE=hpux-core.lo ;; 270 hppa*-*-hiux*) COREFILE=hpux-core.lo ;; 271 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;; 272 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo" [all …]
|
D | elf32-am33lin.c | 55 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_am33lin_grok_prstatus() 58 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); in elf32_am33lin_grok_prstatus() 81 elf_tdata (abfd)->core->program in elf32_am33lin_grok_psinfo() 83 elf_tdata (abfd)->core->command in elf32_am33lin_grok_psinfo() 92 char *command = elf_tdata (abfd)->core->command; in elf32_am33lin_grok_psinfo()
|
D | elf64-tilegx.c | 41 elf_tdata (abfd)->core->signal = in tilegx_elf_grok_prstatus() 45 elf_tdata (abfd)->core->pid = in tilegx_elf_grok_prstatus() 63 elf_tdata (abfd)->core->program in tilegx_elf_grok_psinfo() 65 elf_tdata (abfd)->core->command in tilegx_elf_grok_psinfo() 73 char *command = elf_tdata (abfd)->core->command; in tilegx_elf_grok_psinfo()
|
D | elf32-tilegx.c | 41 elf_tdata (abfd)->core->signal = in tilegx_elf_grok_prstatus() 45 elf_tdata (abfd)->core->pid = in tilegx_elf_grok_prstatus() 63 elf_tdata (abfd)->core->program in tilegx_elf_grok_psinfo() 65 elf_tdata (abfd)->core->command in tilegx_elf_grok_psinfo() 73 char *command = elf_tdata (abfd)->core->command; in tilegx_elf_grok_psinfo()
|
D | Makefile.am | 639 aix5ppc-core.lo \ 678 aix5ppc-core.c \ 714 aix386-core.lo \ 715 cisco-core.lo \ 716 hpux-core.lo \ 717 irix-core.lo \ 718 lynx-core.lo \ 719 osf-core.lo \ 720 rs6000-core.lo \ 721 sco5-core.lo \ [all …]
|
D | configure | 1710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1896 rm -f core conftest.err conftest.$ac_objext \ 1955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2074 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 2127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext [all …]
|
D | elfxx-aarch64.c | 487 elf_tdata (abfd)->core->signal in _bfd_aarch64_elf_grok_prstatus() 491 elf_tdata (abfd)->core->lwpid in _bfd_aarch64_elf_grok_prstatus() 515 elf_tdata (abfd)->core->pid = bfd_get_32 (abfd, note->descdata + 24); in _bfd_aarch64_elf_grok_psinfo() 516 elf_tdata (abfd)->core->program in _bfd_aarch64_elf_grok_psinfo() 518 elf_tdata (abfd)->core->command in _bfd_aarch64_elf_grok_psinfo() 527 char *command = elf_tdata (abfd)->core->command; in _bfd_aarch64_elf_grok_psinfo()
|
D | elf32-sparc.c | 42 elf_tdata (abfd)->core->program in elf32_sparc_grok_psinfo() 44 elf_tdata (abfd)->core->command in elf32_sparc_grok_psinfo() 49 elf_tdata (abfd)->core->program in elf32_sparc_grok_psinfo() 51 elf_tdata (abfd)->core->command in elf32_sparc_grok_psinfo()
|
D | elfcore.h | 24 return elf_tdata (abfd)->core->command; in elf_core_file_failing_command() 30 return elf_tdata (abfd)->core->signal; in elf_core_file_failing_signal() 36 return elf_tdata (abfd)->core->pid; in elf_core_file_pid() 53 corename = elf_tdata (core_bfd)->core->program; in elf_core_file_matches_executable_p()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | arm.h | 265 unsigned long core; member 270 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0) 273 ((CPU).core == ((arm_feature_set)ARM_ANY).core) 277 (TARG).core = (F1).core | (F2).core; \ 283 (TARG).core = (F1).core &~ (F2).core; \ 287 #define ARM_FEATURE(core, coproc) {(core), (coproc)} argument
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep-core.cpu | 43 (comment "MeP core instruction set") 52 (comment "MeP core extension instruction set") 92 (define-pmacro all-mep-core-isas () (ISA mep,ext_core1,ext_cop1_32)) 94 (define-pmacro all-core-isa-list () mep,ext_core1) 344 (dnf f-major "major opcode" (all-mep-core-isas) 0 4) 346 (dnf f-rn "register n" (all-mep-core-isas) 4 4) 347 (dnf f-rn3 "register 0-7" (all-mep-core-isas) 5 3) 348 (dnf f-rm "register m" (all-mep-core-isas) 8 4) 349 (dnf f-rl "register l" (all-mep-core-isas) 12 4) 350 (dnf f-sub2 "sub opcode (2 bits)" (all-mep-core-isas) 14 2) [all …]
|
D | mep.opc | 75 /* A mask for all ISAs executed by the core. */ 945 /* If corelength > 0 then there is a core insn present. It 947 the core insn, we need to print the + on the next line. */ 974 will, as spec'd, always be at least as long as the core insn 1073 which vliw combinaion (16 bit core with 48 bit copro, 32 bit core 1081 16 bit core insn (core) and 16 bit coprocessor insn (cop1) 1082 32 bit core insn (core) 1085 to distinguish a 32 bit core insn from a 32 bit cop insn. Also, 1089 16 bit core insn (core) and 48 bit coprocessor insn (cop1) 1090 32 bit core insn (core) and 32 bit coprocessor insn (cop1) [all …]
|
D | mep-c5.cpu | 22 ; Insns introduced for the MeP-c5 core 25 (dnf f-c5n4 "extended field" (all-mep-core-isas) 16 4) 26 (dnf f-c5n5 "extended field" (all-mep-core-isas) 20 4) 27 (dnf f-c5n6 "extended field" (all-mep-core-isas) 24 4) 28 (dnf f-c5n7 "extended field" (all-mep-core-isas) 28 4) 29 (dnf f-rl5 "register l c5" (all-mep-core-isas) 20 4) 30 (df f-12s20 "extended field" (all-mep-core-isas) 20 12 INT #f #f) 32 (dnop rl5 "register Rl c5" (all-mep-core-isas) h-gpr f-rl5) 33 (dnop cdisp12 "copro addend (12 bits)" (all-mep-core-isas) h-sint f-12s20) 247 (dnop c5rmuimm20 "20-bit immediate in rm and imm16" (all-mep-core-isas) h-uint f-c5-rmuimm20) [all …]
|
D | epiphany.cpu | 448 (psw-h-bit h-coreCfgResBit12 "core config bit 12") 449 (psw-h-bit h-coreCfgResBit13 "core config bit 13") 450 (psw-h-bit h-coreCfgResBit14 "core config bit 14") 451 (psw-h-bit h-coreCfgResBit15 "core config bit 15") 452 (psw-h-bit h-coreCfgResBit16 "core config bit 16") 455 (psw-h-bit h-coreCfgResBit20 "core config bit 20") 456 (psw-h-bit h-coreCfgResBit21 "core config bit 21") 458 (psw-h-bit h-coreCfgResBit24 "core config bit 24") 459 (psw-h-bit h-coreCfgResBit25 "core config bit 25") 460 (psw-h-bit h-coreCfgResBit26 "core config bit 26") [all …]
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | SRC-POTFILES.in | 1 aix386-core.c 2 aix5ppc-core.c 27 cisco-core.c 262 hpux-core.c 276 irix-core.c 289 lynx-core.c 318 osf-core.c 347 rs6000-core.c 348 sco5-core.c 363 trad-core.c
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-avr.texi | 34 Instruction set avr1 is for the minimal AVR core, not supported by the C 38 Instruction set avr2 (default) is for the classic AVR core with up to 43 Instruction set avr25 is for the classic AVR core with up to 8K program memory 50 Instruction set avr3 is for the classic AVR core with up to 128K program 53 Instruction set avr31 is for the classic AVR core with exactly 128K program 56 Instruction set avr35 is for classic AVR core plus MOVW, CALL, and JMP 60 Instruction set avr4 is for the enhanced AVR core with up to 8K program 66 Instruction set avr5 is for the enhanced AVR core with up to 128K program 85 Instruction set avr51 is for the enhanced AVR core with exactly 128K 90 Instruction set avr6 is for the enhanced AVR core with a 3-byte PC [all …]
|
D | c-ppc.texi | 30 core instruction set, but including a few additional instructions at 82 Generate code for Motorola e500 core complex. 85 Generate code for Freescale e500mc core complex. 88 Generate code for Freescale e500mc64 core complex. 91 Generate code for Freescale e5500 core complex. 94 Generate code for Freescale e6500 core complex. 100 Generate code for AppliedMicro Titan core complex.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | Makefile.am | 24 core.texi elf.texi elfcode.texi format.texi \ 32 core.p format.p \ 36 format.p core.p init.p 135 core.texi: core.stamp ; @true 136 core.stamp: $(srcdir)/../corefile.c $(srcdir)/doc.str $(MKDOC) 137 ./$(MKDOC) -f $(srcdir)/doc.str < $< >core.tmp 138 $(SHELL) $(srcdir)/../../move-if-change core.tmp core.texi
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | nops-5.s | 32 .arch core 33 core: label
|