| /netbsd-src/usr.sbin/mtree/ |
| H A D | compare.c | 89 #define LABEL if (!label++) MARK macro 180 typeerr: LABEL; in compare() 203 LABEL; in compare() 231 LABEL; in compare() 250 LABEL; in compare() 286 LABEL; in compare() 309 LABEL; in compare() 317 LABEL; in compare() 353 LABEL; in compare() 384 LABEL; in compare() [all...] |
| /netbsd-src/sys/arch/amd64/amd64/ |
| H A D | locore.S | 352 LABEL(nox_flag) .long 0 /* 32bit NOX flag, set if supported */ 355 LABEL(cputype) .long 0 /* are we 80486, Pentium, or.. */ 358 LABEL(cpuid_level) .long -1 /* max. level accepted by cpuid instr */ 361 LABEL(esym) .quad 0 /* ptr to end of syms */ 364 LABEL(eblob) .quad 0 /* ptr to end of modules */ 367 LABEL(atdevbase) .quad 0 /* location of start of iomem in virt */ 370 LABEL(PDPpaddr) .quad 0 /* paddr of PTD, for libkvm */ 374 LABEL(biosbasemem) .long 0 /* base memory reported by BIOS */ 376 LABEL(biosbasemem) .long REALBASEMEM 381 LABEL(biosextme [all...] |
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| H A D | fr30.h | 552 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ argument 556 goto LABEL; \ 563 goto LABEL; \ 570 goto LABEL; \ 574 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ argument 578 goto LABEL; \ 585 goto LABEL; \ 593 goto LABEL; \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/ |
| H A D | fr30.h | 552 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ argument 556 goto LABEL; \ 563 goto LABEL; \ 570 goto LABEL; \ 574 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ argument 578 goto LABEL; \ 585 goto LABEL; \ 593 goto LABEL; \
|
| /netbsd-src/sys/arch/amd64/stand/prekern/ |
| H A D | locore.S | 142 LABEL(nox_flag) .long 0 /* 32bit NOX flag, set if supported */ 145 LABEL(cpuid_level) .long -1 /* max. level accepted by cpuid instr */ 148 LABEL(esym) .quad 0 /* ptr to end of syms */ 151 LABEL(eblob) .quad 0 /* ptr to end of modules */ 154 LABEL(atdevbase) .quad 0 /* location of start of iomem in virt */ 157 LABEL(PDPpaddr) .quad 0 /* paddr of PTD, for libkvm */ 160 LABEL(biosbasemem) .long 0 /* base memory reported by BIOS */ 163 LABEL(biosextmem) .long 0 /* extended memory reported by BIOS */ 166 LABEL(stkpa) .quad 0 169 LABEL(stkva) .quad 0 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | xcoff.h | 205 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ argument 206 sprintf (LABEL, "*%s..%u", rs6000_xcoff_strip_dollar (PREFIX), (unsigned) (NUM)) 278 #define ASM_OUTPUT_DWARF_PCREL(FILE,SIZE,LABEL) \ argument 279 rs6000_asm_output_dwarf_pcrel ((FILE), (SIZE), (LABEL)); 281 #define ASM_OUTPUT_DWARF_DATAREL(FILE,SIZE,LABEL) \ argument 282 rs6000_asm_output_dwarf_datarel ((FILE), (SIZE), (LABEL));
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/h8300/ |
| H A D | lib1funcs.S | 91 #define LABEL(X) LABEL0(__USER_LABEL_PREFIX__,X) macro 120 .global LABEL(cmpsi2) 146 .global LABEL(ucmpsi2) 216 .global LABEL(divhi3) 219 bsr LABEL(udivhi3) 229 .global LABEL(modhi3) 232 bsr LABEL(udivhi3) 238 .global LABEL(umodhi3) 240 bsr LABEL(udivhi3) 260 .global LABEL(udivhi3) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/h8300/ |
| H A D | lib1funcs.S | 91 #define LABEL(X) LABEL0(__USER_LABEL_PREFIX__,X) macro 120 .global LABEL(cmpsi2) 146 .global LABEL(ucmpsi2) 216 .global LABEL(divhi3) 219 bsr LABEL(udivhi3) 229 .global LABEL(modhi3) 232 bsr LABEL(udivhi3) 238 .global LABEL(umodhi3) 240 bsr LABEL(udivhi3) 260 .global LABEL(udivhi3) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| H A D | pa64-hpux.h | 242 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \ argument 246 (LABEL)[0] = '*'; \ 247 (LABEL)[1] = (PREFIX)[0]; \ 248 (LABEL)[2] = '$'; \ 249 __p = stpcpy (&(LABEL)[3], &(PREFIX)[1]); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
| H A D | pa64-hpux.h | 242 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \ argument 246 (LABEL)[0] = '*'; \ 247 (LABEL)[1] = (PREFIX)[0]; \ 248 (LABEL)[2] = '$'; \ 249 __p = stpcpy (&(LABEL)[3], &(PREFIX)[1]); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | xcoff.h | 202 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ argument 203 sprintf (LABEL, "*%s..%u", rs6000_xcoff_strip_dollar (PREFIX), (unsigned) (NUM)) 309 #define ASM_OUTPUT_DWARF_PCREL(FILE,SIZE,LABEL) \ argument 310 rs6000_asm_output_dwarf_pcrel ((FILE), (SIZE), (LABEL)); 312 #define ASM_OUTPUT_DWARF_DATAREL(FILE,SIZE,LABEL) \ argument 313 rs6000_asm_output_dwarf_datarel ((FILE), (SIZE), (LABEL));
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/report/ |
| H A D | columns.h | 81 FIELD(LABEL, pv, STR, "Fmt", id, 3, pvfmt, "pv_fmt", "Type of metadata.") 82 FIELD(LABEL, pv, STR, "PV UUID", id, 38, uuid, "pv_uuid", "Unique identifier.") 83 FIELD(LABEL, pv, NUM, "DevSize", dev, 7, devsize, "dev_size", "Size of underlying device in current… 84 FIELD(LABEL, pv, STR, "PV", dev, 10, dev_name, "pv_name", "Name.") 85 FIELD(LABEL, pv, NUM, "PMdaFree", id, 9, pvmdafree, "pv_mda_free", "Free metadata area space on thi… 86 FIELD(LABEL, pv, NUM, "PMdaSize", id, 9, pvmdasize, "pv_mda_size", "Size of smallest metadata area …
|
| /netbsd-src/sys/lib/libkern/arch/hppa/ |
| H A D | prefix.h | 41 ! .LABEL labl/**/lbl\ 47 ! .LABEL labl/**/lbl\ 53 ! .LABEL labl/**/lbl \ 59 ! .LABEL labl/**/lbl\
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | darwin.h | 938 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ argument 941 sprintf (LABEL, "*%s%ld", "lC", (long)(NUM)); \ 943 sprintf (LABEL, "*%s%ld", "lubsan_data", (long)(NUM));\ 945 sprintf (LABEL, "*%s%ld", "lubsan_type", (long)(NUM));\ 947 sprintf (LABEL, "*%s%ld", "lASAN", (long)(NUM));\ 949 sprintf (LABEL, "*%s%ld", "lTRAMP", (long)(NUM));\ 951 sprintf (LABEL, "*%s%ld", PREFIX, (long)(NUM)); \ 1104 #define ASM_OUTPUT_DWARF_OFFSET(FILE,SIZE,LABEL,OFFSET,BASE) \ argument 1105 darwin_asm_output_dwarf_offset (FILE, SIZE, LABEL, OFFSET, BASE)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | darwin.h | 965 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ argument 968 sprintf (LABEL, "*%s%ld", "lC", (long)(NUM)); \ 970 sprintf (LABEL, "*%s%ld", "lubsan_data", (long)(NUM));\ 972 sprintf (LABEL, "*%s%ld", "lubsan_type", (long)(NUM));\ 974 sprintf (LABEL, "*%s%ld", "lASAN", (long)(NUM));\ 976 sprintf (LABEL, "*%s%ld", "lTRAMP", (long)(NUM));\ 978 sprintf (LABEL, "*%s%ld", PREFIX, (long)(NUM)); \ 1131 #define ASM_OUTPUT_DWARF_OFFSET(FILE,SIZE,LABEL,OFFSET,BASE) \ argument 1132 darwin_asm_output_dwarf_offset (FILE, SIZE, LABEL, OFFSET, BASE)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| H A D | x86nasm.pl | 110 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); } 146 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 182 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
|
| H A D | x86masm.pl | 109 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); } 166 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 202 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | x86nasm.pl | 110 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); } 146 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 182 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
|
| H A D | x86masm.pl | 109 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); } 166 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 202 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | symtab.cc | 286 #define LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M')) in ht_dump_statistics() macro 320 SCALE (total_bytes), LABEL (total_bytes)); in ht_dump_statistics() 326 SCALE (total_bytes), LABEL (total_bytes), in ht_dump_statistics() 327 SCALE (overhead), LABEL (overhead)); in ht_dump_statistics() 330 SCALE (headers), LABEL (headers)); in ht_dump_statistics() 346 #undef LABEL in ht_dump_statistics()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | symtab.c | 286 #define LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M')) in ht_dump_statistics() macro 320 SCALE (total_bytes), LABEL (total_bytes)); in ht_dump_statistics() 326 SCALE (total_bytes), LABEL (total_bytes), in ht_dump_statistics() 327 SCALE (overhead), LABEL (overhead)); in ht_dump_statistics() 330 SCALE (headers), LABEL (headers)); in ht_dump_statistics() 346 #undef LABEL in ht_dump_statistics()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/ |
| H A D | poly1305-s390x.pl | 80 LABEL ("poly1305_init"); 119 LABEL (".Lno_key"); 134 LABEL ("poly1305_blocks"); 135 LABEL (".Lpoly1305_blocks"); 145 LABEL (".Lpoly1305_blocks_entry"); 162 LABEL (".Loop"); 216 LABEL (".Lno_data"); 237 LABEL ("poly1305_blocks_vx"); 238 LABEL (".Lpoly1305_blocks_vx"); 288 LABEL ("__poly1305_mul"); [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | reporter.c | 244 report_type == LABEL || in _report() 272 case LABEL: in _report() 366 if ((report_type & LVS) && (report_type & (PVS | LABEL)) && !args_are_pvs) { in _report() 374 ((report_type & (PVS | LABEL)) && (report_type & LVS))) in _report() 376 else if ((report_type & LABEL) && (report_type & VGS)) in _report() 394 case LABEL: in _report() 450 type = LABEL; in pvs()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | xcoffout.h | 71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ argument 97 else if (LABEL) \ 98 assemble_name (asm_out_file, LABEL); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | xcoffout.h | 71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ argument 97 else if (LABEL) \ 98 assemble_name (asm_out_file, LABEL); \
|