| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kInstrArithmetic.td | 92 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 93 MN#"."#TYPE.Prefix#"\t$opd, $dst", 94 [(set TYPE.VT:$dst, CCR, (NODE TYPE.VT:$src, TYPE.VT:$opd))], 108 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 109 MN#"."#TYPE.Prefix#"\t$opd, $dst", 110 [(set TYPE.VT:$dst, CCR, (NODE TYPE.VT:$src, TYPE.VT:$opd))], 117 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd), 118 MN#"."#TYPE.Prefix#"\t$opd, $dst", 119 [(set TYPE.VT:$dst, CCR, (NODE TYPE.VT:$src, TYPE.IPat:$opd))], 129 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd), [all …]
|
| H A D | M68kInstrCompiler.td | 25 def : Pat<(add MxDRD32:$src, (MxWrapper tconstpool:$opd)), 26 (ADD32ri MxDRD32:$src, tconstpool:$opd)>; 27 def : Pat<(add MxARD32:$src, (MxWrapper tjumptable:$opd)), 28 (ADD32ri MxARD32:$src, tjumptable:$opd)>; 29 def : Pat<(add MxARD32:$src, (MxWrapper tglobaladdr :$opd)), 30 (ADD32ri MxARD32:$src, tglobaladdr:$opd)>; 31 def : Pat<(add MxARD32:$src, (MxWrapper texternalsym:$opd)), 32 (ADD32ri MxARD32:$src, texternalsym:$opd)>; 33 def : Pat<(add MxARD32:$src, (MxWrapper tblockaddress:$opd)), 34 (ADD32ri MxARD32:$src, tblockaddress:$opd)>;
|
| H A D | M68kInstrShiftRotate.td | 51 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 52 MN#"."#TYPE.Prefix#"\t$opd, $dst", 53 [(set TYPE.VT:$dst, (NODE TYPE.VT:$src, TYPE.VT:$opd))], 61 (ins TYPE.ROp:$src, !cast<Operand>("Mxi"#TYPE.Size#"imm"):$opd), 62 MN#"."#TYPE.Prefix#"\t$opd, $dst", 65 !cast<ImmLeaf>("Mximm"#TYPE.Size#"_1to8"):$opd))],
|
| /netbsd-src/lib/libutil/ |
| H A D | opendisk.c | 57 opd(char *buf, size_t len, int (*ofn)(const char *, int, ...), in opd() function 98 f = opd(buf, buflen, ofn, flags, "%s%s%s", d, r, path); in __opendisk() 102 f = opd(buf, buflen, ofn, flags, "%s%s%s%c", d, r, path, part); in __opendisk() 107 f = opd(buf, buflen, ofn, flags, "%s", path); in __opendisk() 111 return opd(buf, buflen, ofn, flags, "%s%c", path, part); in __opendisk()
|
| /netbsd-src/common/lib/libprop/ |
| H A D | prop_data.c | 318 prop_data_copy(prop_data_t opd) in prop_data_copy() argument 322 if (! prop_object_is_data(opd)) in prop_data_copy() 325 if ((opd->pd_flags & PD_F_NOCOPY) != 0 || in prop_data_copy() 326 (opd->pd_flags & PD_F_MUTABLE) == 0) { in prop_data_copy() 328 prop_object_retain(opd); in prop_data_copy() 329 return (opd); in prop_data_copy() 332 pd = prop_data_create_copy(opd->pd_immutable, opd->pd_size); in prop_data_copy()
|
| H A D | prop_dictionary.c | 696 prop_dictionary_copy(prop_dictionary_t opd) in prop_dictionary_copy() argument 703 if (! prop_object_is_dictionary(opd)) in prop_dictionary_copy() 706 _PROP_RWLOCK_RDLOCK(opd->pd_rwlock); in prop_dictionary_copy() 708 pd = _prop_dictionary_alloc(opd->pd_count); in prop_dictionary_copy() 710 for (idx = 0; idx < opd->pd_count; idx++) { in prop_dictionary_copy() 711 pdk = opd->pd_array[idx].pde_key; in prop_dictionary_copy() 712 po = opd->pd_array[idx].pde_objref; in prop_dictionary_copy() 720 pd->pd_count = opd->pd_count; in prop_dictionary_copy() 721 pd->pd_flags = opd->pd_flags; in prop_dictionary_copy() 723 _PROP_RWLOCK_UNLOCK(opd->pd_rwlock); in prop_dictionary_copy() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | elf.c | 572 struct elf_ppc64_opd_data *opd) in elf_initialize_syminfo() argument 626 if (opd in elf_initialize_syminfo() 627 && sym->st_value >= opd->addr in elf_initialize_syminfo() 628 && sym->st_value < opd->addr + opd->size) in elf_initialize_syminfo() 630 = *(const b_elf_addr *) (opd->data + (sym->st_value - opd->addr)); in elf_initialize_syminfo() 2666 struct elf_ppc64_opd_data opd_data, *opd; in elf_add() local 2690 opd = NULL; in elf_add() 2954 opd = &opd_data; in elf_add() 2955 opd->addr = shdr->sh_addr; in elf_add() 2956 opd->data = (const char *) opd_data.view.data; in elf_add() [all …]
|
| /netbsd-src/sys/arch/ia64/conf/ |
| H A D | kern.ldscript | 24 .opd : { *(.opd) }
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf64-ppc.c | 2017 } opd; member 2085 return &ppc64_elf_section_data (sec)->u.opd; in get_opd_info() 2249 asection *opd = NULL; in ppc64_elf_get_synthetic_symtab() local 2258 opd = bfd_get_section_by_name (abfd, ".opd"); in ppc64_elf_get_synthetic_symtab() 2259 if (opd == NULL && abi == 1) in ppc64_elf_get_synthetic_symtab() 2269 if (opd != NULL) in ppc64_elf_get_synthetic_symtab() 2302 synthetic_opd = opd; in ppc64_elf_get_synthetic_symtab() 2375 relcount = (opd->flags & SEC_RELOC) ? opd->reloc_count : 0; in ppc64_elf_get_synthetic_symtab() 2379 if (!(*slurp_relocs) (abfd, opd, static_syms, false)) in ppc64_elf_get_synthetic_symtab() 2386 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i) in ppc64_elf_get_synthetic_symtab() [all …]
|
| H A D | elf64-hppa.c | 1144 asection *opd; in get_opd() local 1147 opd = hppa_info->opd_sec; in get_opd() 1148 if (!opd) in get_opd() 1154 opd = bfd_make_section_anyway_with_flags (dynobj, ".opd", in get_opd() 1160 if (!opd in get_opd() 1161 || !bfd_set_section_alignment (opd, 3)) in get_opd() 1167 hppa_info->opd_sec = opd; in get_opd()
|
| /netbsd-src/sys/arch/powerpc/conf/ |
| H A D | kern64.ldscript | 50 .opd : ALIGN(8) { KEEP (*(.opd)) }
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf64-ppc.c | 1827 } opd; member 2019 } opd; member 2087 return &ppc64_elf_section_data (sec)->u.opd; in get_opd_info() 2251 asection *opd = NULL; in ppc64_elf_get_synthetic_symtab() local 2260 opd = bfd_get_section_by_name (abfd, ".opd"); in ppc64_elf_get_synthetic_symtab() 2261 if (opd == NULL && abi == 1) in ppc64_elf_get_synthetic_symtab() 2271 if (opd != NULL) in ppc64_elf_get_synthetic_symtab() 2304 synthetic_opd = opd; in ppc64_elf_get_synthetic_symtab() 2377 relcount = (opd->flags & SEC_RELOC) ? opd->reloc_count : 0; in ppc64_elf_get_synthetic_symtab() 2381 if (!(*slurp_relocs) (abfd, opd, static_syms, false)) in ppc64_elf_get_synthetic_symtab() [all …]
|
| H A D | elf64-hppa.c | 1144 asection *opd; in get_opd() local 1147 opd = hppa_info->opd_sec; in get_opd() 1148 if (!opd) in get_opd() 1154 opd = bfd_make_section_anyway_with_flags (dynobj, ".opd", in get_opd() 1160 if (!opd in get_opd() 1161 || !bfd_set_section_alignment (opd, 3)) in get_opd() 1167 hppa_info->opd_sec = opd; in get_opd()
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | elf.c | 634 struct elf_ppc64_opd_data *opd) in elf_initialize_syminfo() argument 688 if (opd in elf_initialize_syminfo() 689 && sym->st_value >= opd->addr in elf_initialize_syminfo() 690 && sym->st_value < opd->addr + opd->size) in elf_initialize_syminfo() 692 = *(const b_elf_addr *) (opd->data + (sym->st_value - opd->addr)); in elf_initialize_syminfo() 4042 struct elf_ppc64_opd_data opd_data, *opd; in elf_add() local 4069 opd = NULL; in elf_add() 4349 opd = &opd_data; in elf_add() 4350 opd->addr = shdr->sh_addr; in elf_add() 4351 opd->data = (const char *) opd_data.view.view.data; in elf_add() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | ppc64elf.em | 57 /* Whether to run opd optimization. */ 288 einfo (_("%X%P: can not edit %s: %E\n"), "opd"); 596 descriptor in the .opd section. */ 599 entry_section = ".opd"; 746 { "no-opd-optimize", no_argument, NULL, OPTION_NO_OPD_OPT }, 751 { "non-overlapping-opd", no_argument, NULL, OPTION_NON_OVERLAPPING_OPD }, 837 --no-opd-optimize Don'\''t optimize the OPD section\n" 852 --non-overlapping-opd Canonicalize .opd, so that there are no\n\ 853 overlapping .opd entries\n"
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | ppc64elf.em | 57 /* Whether to run opd optimization. */ 288 einfo (_("%X%P: can not edit %s: %E\n"), "opd"); 596 descriptor in the .opd section. */ 599 entry_section = ".opd"; 746 { "no-opd-optimize", no_argument, NULL, OPTION_NO_OPD_OPT }, 751 { "non-overlapping-opd", no_argument, NULL, OPTION_NON_OVERLAPPING_OPD }, 837 --no-opd-optimize Don'\''t optimize the OPD section\n" 852 --non-overlapping-opd Canonicalize .opd, so that there are no\n\ 853 overlapping .opd entries\n"
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/ |
| H A D | powerpc64.inc | 4 .section ".opd","aw"
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
| H A D | powerpc64.inc | 4 .section ".opd","aw"
|
| /netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
| H A D | ldscript.ia64 | 20 *(.opd)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/powerpc64/ |
| H A D | callwithstack.S | 56 .section .opd,"aw",@progbits
|
| /netbsd-src/sys/arch/ia64/stand/ia64/efi/ |
| H A D | ldscript.ia64 | 27 *(.opd)
|
| /netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
| H A D | ia64vms.sc | 58 *(.opd)
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | ia64vms.sc | 58 *(.opd)
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/ |
| H A D | elf.m4 | 61 .section ".opd","aw"
|
| /netbsd-src/external/gpl3/binutils/dist/gold/po/ |
| H A D | zh_CN.po | 489 msgstr "%s:.opd 节中意外的重定位类型 %u" 942 msgstr "%s:.opd 节中意外的重定位类型 %u" 2974 msgid "%s: .opd invalid in abiv%d" 2979 msgid "%s: unexpected reloc type %u in .opd section" 2980 msgstr "%s:.opd 节中意外的重定位类型 %u" 2984 msgid "%s: .opd is not a regular array of opd entries" 2985 msgstr "%s:.opd 不是 opd 条目的普通数组"
|