| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | nds32-asm.c | 1847 nds32_asm_init (nds32_asm_desc_t *pdesc, int flags) in nds32_asm_init() argument 1849 pdesc->flags = flags; in nds32_asm_init() 1850 pdesc->mach = flags & NASM_OPEN_ARCH_MASK; in nds32_asm_init() 1887 parse_re (struct nds32_asm_desc *pdesc ATTRIBUTE_UNUSED, in parse_re() 1909 if ((pdesc->flags & NASM_OPEN_REDUCED_REG) in parse_re() 1921 parse_re2 (struct nds32_asm_desc *pdesc ATTRIBUTE_UNUSED, in parse_re2() 1941 if ((pdesc->flags & NASM_OPEN_REDUCED_REG) in parse_re2() 1963 parse_fe5 (struct nds32_asm_desc *pdesc, struct nds32_asm_insn *pinsn, in parse_fe5() argument 1968 r = pdesc->parse_operand (pdesc, pinsn, pstr, value); in parse_fe5() 1981 parse_pi5 (struct nds32_asm_desc *pdesc, struct nds32_asm_insn *pinsn, in parse_pi5() argument [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | nds32-asm.c | 1847 nds32_asm_init (nds32_asm_desc_t *pdesc, int flags) in nds32_asm_init() argument 1849 pdesc->flags = flags; in nds32_asm_init() 1850 pdesc->mach = flags & NASM_OPEN_ARCH_MASK; in nds32_asm_init() 1887 parse_re (struct nds32_asm_desc *pdesc ATTRIBUTE_UNUSED, in parse_re() 1909 if ((pdesc->flags & NASM_OPEN_REDUCED_REG) in parse_re() 1921 parse_re2 (struct nds32_asm_desc *pdesc ATTRIBUTE_UNUSED, in parse_re2() 1941 if ((pdesc->flags & NASM_OPEN_REDUCED_REG) in parse_re2() 1963 parse_fe5 (struct nds32_asm_desc *pdesc, struct nds32_asm_insn *pinsn, in parse_fe5() argument 1968 r = pdesc->parse_operand (pdesc, pinsn, pstr, value); in parse_fe5() 1981 parse_pi5 (struct nds32_asm_desc *pdesc, struct nds32_asm_insn *pinsn, in parse_pi5() argument [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_sugar.c | 446 dt_node_t *acts, *pdesc; in dt_sugar_makeerrorclause() local 448 pdesc = dt_node_pdesc_by_name(strdup("dtrace:::ERROR")); in dt_sugar_makeerrorclause() 453 return (dt_node_clause(pdesc, NULL, acts)); in dt_sugar_makeerrorclause()
|
| /netbsd/src/external/cddl/osnet/dev/dtrace/ |
| D | dtrace_ioctl.c | 242 dtrace_bufdesc_t **pdesc = (dtrace_bufdesc_t **) addr; in dtrace_ioctl() local 249 if (copyin((void *) *pdesc, &desc, sizeof (desc)) != 0) in dtrace_ioctl() 291 if (copyout(&desc, (void *) *pdesc, sz) != 0) in dtrace_ioctl() 319 if (copyout(&desc, (void *) *pdesc, sizeof (desc)) != 0) in dtrace_ioctl() 379 if (copyout(&desc, (void *) *pdesc, sizeof (desc)) != 0) in dtrace_ioctl()
|
| /netbsd/src/sys/fs/udf/ |
| D | udf_allocation.c | 166 struct part_desc *pdesc; 178 pdesc = ump->partitions[ump->vtop[vpart_num]]; 184 ptov = udf_rw32(pdesc->start_loc); 458 struct part_desc *pdesc; in udf_translate_vtop() local 477 pdesc = ump->partitions[part]; in udf_translate_vtop() 487 if (lb_num > udf_rw32(pdesc->part_len)) in udf_translate_vtop() 489 *lb_numres = lb_num + udf_rw32(pdesc->start_loc); in udf_translate_vtop() 492 *extres = udf_rw32(pdesc->part_len) - lb_num; in udf_translate_vtop() 512 if (lb_num > udf_rw32(pdesc->part_len)) in udf_translate_vtop() 514 *lb_numres = lb_num + udf_rw32(pdesc->start_loc); in udf_translate_vtop() [all …]
|
| D | udf_strat_sequential.c | 379 struct part_desc *pdesc; in udf_issue_buf() local 436 pdesc = ump->partitions[ump->vtop[vpart_num]]; in udf_issue_buf() 437 ptov = udf_rw32(pdesc->start_loc); in udf_issue_buf()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | object.cc | 1351 const unsigned char* pdesc = pname + aligned_namesz; in layout_gnu_property_section() local 1353 if (pdesc + descsz > pcontents + contents_len) in layout_gnu_property_section() 1360 const unsigned char* pprop = pdesc; in layout_gnu_property_section() 1363 while (pprop < pdesc + descsz) in layout_gnu_property_section() 1365 if (pprop + 8 > pdesc + descsz) in layout_gnu_property_section() 1374 if (pprop + pr_datasz > pdesc + descsz) in layout_gnu_property_section() 1384 pcontents = pdesc + align_address(descsz, size / 8); in layout_gnu_property_section()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/alpha/ |
| D | qrnnd.S | 174 .pdesc __udiv_qrnnd..en,null
|
| /netbsd/src/sbin/newfs_udf/ |
| D | udf_core.c | 3880 struct part_desc *pdesc; in udf_translate_vtop() local 3898 pdesc = context.partitions[part]; in udf_translate_vtop() 3908 if (lb_num > udf_rw32(pdesc->part_len)) in udf_translate_vtop() 3910 *lb_numres = lb_num + udf_rw32(pdesc->start_loc); in udf_translate_vtop() 3913 *extres = MIN(ext, udf_rw32(pdesc->part_len) - lb_num); in udf_translate_vtop() 3930 if (lb_num > udf_rw32(pdesc->part_len)) in udf_translate_vtop() 3932 *lb_numres = lb_num + udf_rw32(pdesc->start_loc); in udf_translate_vtop() 3953 if (lb_num > udf_rw32(pdesc->part_len)) in udf_translate_vtop() 3955 *lb_numres = lb_num + udf_rw32(pdesc->start_loc); in udf_translate_vtop()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-ia64.c | 10638 const struct pseudo_opcode *pdesc; in md_assemble() local 10651 pdesc = (struct pseudo_opcode *) str_hash_find (md.pseudo_hash, mnemonic); in md_assemble() 10652 if (pdesc) in md_assemble() 10655 (*pdesc->handler) (pdesc->arg); in md_assemble()
|
| D | tc-nds32.c | 2442 nds32_asm_parse_operand (struct nds32_asm_desc *pdesc, 4565 nds32_asm_parse_operand (struct nds32_asm_desc *pdesc ATTRIBUTE_UNUSED, in nds32_asm_parse_operand()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/po/ |
| D | ja.po | 1261 msgid ".pdesc directive not in link (.link) section" 1262 msgstr ".pdesc 指示がリンク (.link) セクション内にありません" 1265 msgid ".pdesc directive has no entry symbol" 1269 msgid ".pdesc has no matching .ent" 1270 msgstr "対応する .ent が無い .pdesc です" 1273 msgid "No comma after .pdesc <entryname>" 1274 msgstr ".pdesc <entryname> の後にコンマ (,) がありません"
|
| D | tr.po | 1504 msgid ".pdesc directive not in link (.link) section" 1505 msgstr ".pdesc yönergesi link (.link) bölümünde değil" 1508 msgid ".pdesc has no matching .ent" 1509 msgstr ".pdesc'le eşleşen .ent yok" 1512 msgid ".pdesc directive has no entry symbol" 1513 msgstr ".pdesc yönergesinin giriş sembolü yok" 1516 msgid "No comma after .pdesc <entryname>" 1517 msgstr ".pdesc <girişadı> sonrasında virgül yok"
|
| D | uk.po | 2863 msgid ".pdesc directive not in link (.link) section" 2864 msgstr "Директива .pdesc поза межами розділу зв’язків (.link)" 2867 msgid ".pdesc directive has no entry symbol" 2868 msgstr "Директива .pdesc не містить символу запису" 2871 msgid ".pdesc has a bad entry symbol" 2872 msgstr "Директива .pdesc містить помилковий символ запису" 2875 msgid ".pdesc doesn't match with last .ent" 2876 msgstr ".pdesc не відповідає останньому .ent" 2879 msgid "No comma after .pdesc <entryname>" 2880 msgstr "Пропущено кому після .pdesc <entryname>"
|
| D | fi.po | 1341 msgid ".pdesc directive not in link (.link) section" 1342 msgstr "”.pdesc”-direktiivi ei ole (.link)-linkkilohkossa" 1345 msgid ".pdesc directive has no entry symbol" 1346 msgstr "”.pdesc”-direktiivillä ei ole tulosymbolia" 1349 msgid ".pdesc has a bad entry symbol" 1350 msgstr "”.pdesc”-direktiivillä on virheellinen tulosymboli" 1353 msgid ".pdesc doesn't match with last .ent" 1354 msgstr "”.pdesc”-direktiivi ei täsmää viimeiseen ”.ent”-direktiiviin" 1357 msgid "No comma after .pdesc <entryname>" 1358 msgstr "Ei pilkkua ”.pdesc <tulonimi>”-direktiivin jälkeen"
|
| D | id.po | 1330 msgid ".pdesc directive not in link (.link) section" 1331 msgstr ".pdesc direktif tidak dalam daerah link (.link)" 1334 msgid ".pdesc directive has no entry symbol" 1335 msgstr ".pdesc direktif tidak memiliki simbol masukan" 1338 msgid ".pdesc has a bad entry symbol" 1339 msgstr ".pdesc tidak memiliki simbol masukan" 1342 msgid ".pdesc doesn't match with last .ent" 1343 msgstr ".pdesc tidak cocok dengan .ent terakhir" 1346 msgid "No comma after .pdesc <entryname>" 1347 msgstr "tidak ada koma setelah .pdesc <entryname>"
|
| D | ru.po | 2736 msgid ".pdesc directive not in link (.link) section" 2737 msgstr "директива .pdesc не в разделе связей (.link)" 2740 msgid ".pdesc directive has no entry symbol" 2741 msgstr "директива .pdesc не имеет входного символа" 2744 msgid ".pdesc has a bad entry symbol" 2745 msgstr "у директивы .pdesc указан неверный входной символ" 2748 msgid ".pdesc doesn't match with last .ent" 2749 msgstr ".pdesc не совпадает с последней .ent" 2752 msgid "No comma after .pdesc <entryname>" 2753 msgstr "Отсутствует запятая после .pdesc <входное_имя>"
|
| D | sv.po | 2508 msgid ".pdesc directive not in link (.link) section" 2509 msgstr ".pdesc-direktiv inte i länkningssektion (.link)" 2512 msgid ".pdesc directive has no entry symbol" 2513 msgstr ".pdesc-direktiv har ingen symbolpost" 2516 msgid ".pdesc has a bad entry symbol" 2517 msgstr ".pdesc har en felaktig ingångssymbol" 2520 msgid ".pdesc doesn't match with last .ent" 2521 msgstr ".pdesc matchar inte med senaste .ent" 2524 msgid "No comma after .pdesc <entryname>" 2525 msgstr "Inget komma efter .pdesc <postnamn>"
|
| D | es.po | 2412 msgid ".pdesc directive not in link (.link) section" 2413 msgstr "la directiva .pdesc no está en la sección de enlace (.link)" 2416 msgid ".pdesc directive has no entry symbol" 2417 msgstr "la directiva .pdesc no tiene un símbolo de entrada" 2420 msgid ".pdesc has a bad entry symbol" 2421 msgstr ".pdesc tiene un símbolo de entrada equivocado" 2424 msgid ".pdesc doesn't match with last .ent" 2425 msgstr ".pdesc no coincide con el último .ent" 2428 msgid "No comma after .pdesc <entryname>" 2429 msgstr "No hay una coma tras .pdesc <nombraasiento>"
|
| D | fr.po | 2865 msgid ".pdesc directive not in link (.link) section" 2866 msgstr "Directive .pdesc n'est pas dans la section .link" 2869 msgid ".pdesc directive has no entry symbol" 2870 msgstr "Directive .pdesc n'a pas de symbole d'entrée" 2873 msgid ".pdesc has a bad entry symbol" 2874 msgstr ".pdesc a un mauvais symbole d'entrée" 2877 msgid ".pdesc doesn't match with last .ent" 2878 msgstr ".pdesc ne correspond pas au dernier .ent" 2881 msgid "No comma after .pdesc <entryname>" 2882 msgstr "Pas de virgule après .pdesc <entryname>"
|
| D | rw.po | 1173 msgid ".pdesc directive not in link (.link) section" 1177 msgid ".pdesc has no matching .ent" 1181 msgid ".pdesc directive has no entry symbol" 1185 msgid "No comma after .pdesc <entryname>"
|
| D | zh_CN.po | 2351 msgid ".pdesc directive not in link (.link) section" 2355 msgid ".pdesc directive has no entry symbol" 2359 msgid ".pdesc has a bad entry symbol" 2363 msgid ".pdesc doesn't match with last .ent" 2367 msgid "No comma after .pdesc <entryname>"
|
| D | gas.pot | 2856 msgid ".pdesc directive not in link (.link) section" 2860 msgid ".pdesc directive has no entry symbol" 2864 msgid ".pdesc has a bad entry symbol" 2868 msgid ".pdesc doesn't match with last .ent" 2872 msgid "No comma after .pdesc <entryname>"
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2011 | 1010 (s_alpha_pdesc): Define pdesc symbol using dot.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2004 | 35288 correctly output .pdesc directive before .end.
|