| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | bots.rst | 10 * `lldb-x64-windows-ninja <https://lab.llvm.org/buildbot/#/builders/83>`_ 11 * `lldb-x86_64-debian <https://lab.llvm.org/buildbot/#/builders/68>`_ 12 * `lldb-aarch64-ubuntu <https://lab.llvm.org/buildbot/#/builders/96>`_ 13 * `lldb-arm-ubuntu <https://lab.llvm.org/buildbot/#/builders/17>`_ 17 `https://lab.llvm.org/buildbot/#/builders?tags=lldb <https://lab.llvm.org/buildbot/#/builders?tags=… 23 <http://green.lab.llvm.org/green/view/LLDB/>`_ for LLDB. 25 * `lldb-cmake <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/>`_ 26 * `lldb-cmake-matrix <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/>`_ 27 * `lldb-cmake-standalone <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/>`_ 28 * `lldb-cmake-sanitized <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-sanitized/>`_ [all …]
|
| /openbsd-src/sbin/dump/ |
| H A D | main.c | 94 struct disklabel lab; variable 409 if (ioctl(diskfd, DIOCGDINFO, (char *)&lab) == -1) in main() 412 if (memcmp(lab.d_uid, &zero_uid, sizeof(lab.d_uid)) != 0) { in main() 415 lab.d_uid[0], lab.d_uid[1], lab.d_uid[2], lab.d_uid[3], in main() 416 lab.d_uid[4], lab.d_uid[5], lab.d_uid[6], lab.d_uid[7], in main() 441 if (ioctl(diskfd, DIOCGPDINFO, (char *)&lab) == -1) in main() 681 struct disklabel lab; in getduid() local 686 if (ioctl(fd, DIOCGDINFO, (char *)&lab) == -1) { in getduid() 693 if (memcmp(lab.d_uid, &zero_uid, sizeof(lab.d_uid)) != 0) { in getduid() 696 lab.d_uid[0], lab.d_uid[1], lab.d_uid[2], in getduid() [all …]
|
| H A D | traverse.c | 54 extern struct disklabel lab; 779 u_int32_t secoff, secsize = lab.d_secsize; in bread() 785 if (DL_BLKOFFSET(&lab, blkno) == 0 && size % secsize == 0) { in bread() 786 secno = DL_BLKTOSEC(&lab, blkno); in bread() 791 secno = DL_BLKTOSEC(&lab, blkno); in bread() 792 secoff = DL_BLKOFFSET(&lab, blkno); in bread() 793 seccount = DL_BLKTOSEC(&lab, (size + secoff) / DEV_BSIZE); in bread()
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | radtree.c | 1068 unsigned int lab = 0, kpos, dpos = 0; in radname_d2r() local 1089 labstart[lab++] = &dname[dpos]; in radname_d2r() 1100 assert(lab > 0); in radname_d2r() 1101 lab-=1; in radname_d2r() 1102 kpos = *labstart[lab]; in radname_d2r() 1103 cpy_d2r(k, labstart[lab]+1, kpos); in radname_d2r() 1105 while(lab) { in radname_d2r() 1109 lab--; in radname_d2r() 1110 cpy_d2r(k+kpos, labstart[lab]+1, *labstart[lab]); in radname_d2r() 1111 kpos += *labstart[lab]; in radname_d2r() [all …]
|
| /openbsd-src/sbin/disklabel/ |
| H A D | disklabel.c | 77 struct disklabel lab; variable 229 error = aflag ? editor_allocspace(&lab) : 0; in main() 234 if (ioctl(f, DIOCGDINFO, &lab) == -1) in main() 240 parsedisktab(argv[1], &lab); in main() 242 strncpy(lab.d_packname, argv[2], sizeof(lab.d_packname)); in main() 250 error = edit(&lab, f); in main() 265 makedisktab(stdout, &lab); in main() 267 display(stdout, &lab, print_unit, 1); in main() 268 error = checklabel(&lab); in main() 275 error = getasciilabel(t, &lab); in main() [all …]
|
| /openbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | trap.c | 653 void (*lab)(void); in altivec_assist() local 668 lab = NULL; in altivec_assist() 673 lab = vecast_vaddfp; in altivec_assist() 676 lab = vecast_vsubfp; in altivec_assist() 680 lab = vecast_vrefp; in altivec_assist() 684 lab = vecast_vrsqrtefp; in altivec_assist() 688 lab = vecast_vexptefp; in altivec_assist() 692 lab = vecast_vlogefp; in altivec_assist() 695 lab = vecast_vctuxs; in altivec_assist() 698 lab in altivec_assist() [all...] |
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-eh.c | 496 tree lab = GOTO_DESTINATION (stmt); in maybe_record_in_goto_queue() local 501 if (TREE_CODE (lab) != LABEL_DECL) in maybe_record_in_goto_queue() 505 if (! outside_finally_tree (lab, tf->try_finally_expr)) in maybe_record_in_goto_queue() 511 VEC_quick_push (tree, tf->dest_array, lab); in maybe_record_in_goto_queue() 518 if (VEC_index (tree, tf->dest_array, index) == lab) in maybe_record_in_goto_queue() 521 VEC_safe_push (tree, heap, tf->dest_array, lab); in maybe_record_in_goto_queue() 573 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in verify_norecord_switch_expr() local 574 gcc_assert (!outside_finally_tree (lab, tf->try_finally_expr)); in verify_norecord_switch_expr() 701 frob_into_branch_around (tree *tp, tree lab, tree over) in frob_into_branch_around() argument 716 if (lab) in frob_into_branch_around() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-or32.c | 813 int lab; in or32_unrecognized_line() local 822 lab = 0; in or32_unrecognized_line() 825 lab = lab * 10 + *s - '0'; in or32_unrecognized_line() 833 if (dollar_label_defined (lab)) in or32_unrecognized_line() 835 as_bad (_("label \"$%d\" redefined"), lab); in or32_unrecognized_line() 839 define_dollar_label (lab); in or32_unrecognized_line() 840 colon (dollar_label_name (lab, 0)); in or32_unrecognized_line() 892 long lab; in md_operand() local 898 lab = (long) get_absolute_expression (); in md_operand() 900 if (dollar_label_defined (lab)) in md_operand() [all …]
|
| H A D | tc-dlx.c | 1154 int lab; in dlx_unrecognized_line() local 1162 lab = 0; in dlx_unrecognized_line() 1165 lab = lab * 10 + *s - '0'; in dlx_unrecognized_line() 1173 if (dollar_label_defined (lab)) in dlx_unrecognized_line() 1175 as_bad (_("label \"$%d\" redefined"), lab); in dlx_unrecognized_line() 1179 define_dollar_label (lab); in dlx_unrecognized_line() 1180 colon (dollar_label_name (lab, 0)); in dlx_unrecognized_line()
|
| H A D | tc-i370.c | 1399 char *dot, *lab; in i370_addr_offset() local 1405 lab = input_line_pointer; in i370_addr_offset() 1406 while (*lab && (',' != *lab) && ('(' != *lab)) in i370_addr_offset() 1408 if (ISDIGIT (*lab)) in i370_addr_offset() 1410 else if (ISALPHA (*lab)) in i370_addr_offset() 1417 else if (('f' == *lab) || ('b' == *lab)) in i370_addr_offset() 1425 else if ('.' != *lab) in i370_addr_offset() 1427 ++lab; in i370_addr_offset()
|
| H A D | tc-tic4x.c | 2930 int lab; local 2939 lab = 0; 2942 lab = lab * 10 + *s - '0'; 2946 if (dollar_label_defined (lab)) 2948 as_bad ("Label \"$%d\" redefined", lab); 2952 define_dollar_label (lab); 2953 colon (dollar_label_name (lab, 0)); 2969 int lab = 0; local 2973 lab = lab * 10 + *s - '0'; 2976 if (dollar_label_defined (lab)) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-a29k.c | 1071 int lab; local 1080 lab = 0; 1083 lab = lab * 10 + *s - '0'; 1093 if (dollar_label_defined (lab)) 1095 as_bad (_("label \"$%d\" redefined"), lab); 1099 define_dollar_label (lab); 1100 colon (dollar_label_name (lab, 0)); 1186 long lab; local 1192 lab = (long) get_absolute_expression (); 1193 if (dollar_label_defined (lab)) [all …]
|
| H A D | tc-dlx.c | 1272 int lab; local 1280 lab = 0; 1283 lab = lab * 10 + *s - '0'; 1293 if (dollar_label_defined (lab)) 1295 as_bad (_("label \"$%d\" redefined"), lab); 1299 define_dollar_label (lab); 1300 colon (dollar_label_name (lab, 0)); 1344 long lab; 1350 lab = (long) get_absolute_expression (); 1351 if (dollar_label_defined (lab)) [all …]
|
| H A D | tc-or32.c | 1351 int lab; local 1360 lab = 0; 1363 lab = lab * 10 + *s - '0'; 1371 if (dollar_label_defined (lab)) 1373 as_bad (_("label \"$%d\" redefined"), lab); 1377 define_dollar_label (lab); 1378 colon (dollar_label_name (lab, 0)); 1485 long lab; local 1491 lab = (long) get_absolute_expression (); 1493 if (dollar_label_defined (lab)) [all …]
|
| H A D | tc-tic4x.c | 2930 int lab; local 2939 lab = 0; 2942 lab = lab * 10 + *s - '0'; 2946 if (dollar_label_defined (lab)) 2948 as_bad ("Label \"$%d\" redefined", lab); 2952 define_dollar_label (lab); 2953 colon (dollar_label_name (lab, 0)); 2969 int lab = 0; local 2973 lab = lab * 10 + *s - '0'; 2976 if (dollar_label_defined (lab)) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | net20.C | 10 lab: goto lab;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | goto2.C | 8 goto lab; in test() 9 lab: in test()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | sh.c | 1009 struct { rtx lab, reg, op; } this; member 1016 this.lab = gen_label_rtx (); 1045 output_asm_insn (jump, &this.lab); 1066 output_asm_insn (jump, &this.lab); 1080 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L", CODE_LABEL_NUMBER (this.lab)); 1085 this.lab = braf_base_lab; 1086 output_asm_insn (".long %O2-%O0", &this.lab); 1089 output_asm_insn (far ? ".long %O2" : ".word %O2-%O0", &this.lab); 2342 rtx lab, new, ref, newref; local 2357 lab = new = 0; [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cfgbuild.c | 205 rtx lab = XEXP (note, 0), next; local 207 if ((next = next_nonnote_insn (lab)) != NULL 212 else if (GET_CODE (lab) == NOTE) 215 && find_reg_note (NEXT_INSN (insn), REG_LABEL, lab)) 571 rtx lab = XEXP (note, 0), next; local 573 if ((next = next_nonnote_insn (lab)) != NULL 578 else if (GET_CODE (lab) == NOTE) 581 && find_reg_note (NEXT_INSN (insn), REG_LABEL, lab))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | Make-lang.in | 89 f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o \ 353 f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \ 361 f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h f/global.h \ 367 f/intrin.def f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \ 373 f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \ 378 glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \ 383 f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \ 390 f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \ 395 f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \ 403 f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \ [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | darwin.c | 1370 no_dead_strip (FILE *file, const char *lab) in no_dead_strip() argument 1372 fprintf (file, ".no_dead_strip %s\n", lab); in no_dead_strip() 1384 char *lab; in darwin_emit_unwind_label() local 1398 lab = concat (need_quotes ? "\"" : "", user_label_prefix, base, ".eh", in darwin_emit_unwind_label() 1406 lab); in darwin_emit_unwind_label() 1409 fprintf (file, "\t.weak_definition %s\n", lab); in darwin_emit_unwind_label() 1413 fprintf (file, "%s = 0\n", lab); in darwin_emit_unwind_label() 1419 no_dead_strip (file, lab); in darwin_emit_unwind_label() 1422 fprintf (file, "%s:\n", lab); in darwin_emit_unwind_label() 1424 free (lab); in darwin_emit_unwind_label() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.c | 1547 struct { rtx lab, reg, op; } this; in output_far_jump() member 1554 this.lab = gen_label_rtx (); in output_far_jump() 1583 output_asm_insn (jump, &this.lab); in output_far_jump() 1604 output_asm_insn (jump, &this.lab); in output_far_jump() 1618 (*targetm.asm_out.internal_label) (asm_out_file, "L", CODE_LABEL_NUMBER (this.lab)); in output_far_jump() 1623 this.lab = braf_base_lab; in output_far_jump() 1624 output_asm_insn (".long %O2-%O0", &this.lab); in output_far_jump() 1627 output_asm_insn (far ? ".long %O2" : ".word %O2-%O0", &this.lab); in output_far_jump() 3096 rtx lab, new; in add_constant() local 3112 lab = new = 0; in add_constant() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | dwarf2dbg.c | 1062 symbolS *last_lab = NULL, *lab; in process_entries() local 1110 lab = e->label; in process_entries() 1111 frag = symbol_get_frag (lab); in process_entries() 1112 frag_ofs = S_GET_VALUE (lab); in process_entries() 1116 out_set_addr (lab); in process_entries() 1122 relax_inc_line_addr (line_delta, lab, last_lab); in process_entries() 1125 last_lab = lab; in process_entries() 1142 lab = symbol_temp_new (seg, frag_ofs, frag); in process_entries() 1143 relax_inc_line_addr (INT_MAX, lab, last_lab); in process_entries()
|
| /openbsd-src/sbin/fsck_msdos/ |
| H A D | check.c | 45 struct disklabel lab; variable 81 if (ioctl(dosfs, DIOCGDINFO, (char *)&lab) == -1) in checkfilesys()
|
| /openbsd-src/regress/libexec/ld.so/initfirst/test2/libaa/ |
| H A D | Makefile | 4 LDADD+=-lab
|