| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-step-between-inline-func-blocks.c | 19 #define LABEL(N) asm ("foo_label_" #N ": .globl foo_label_" #N) 52 /* This label is used to find the start of 'foo' when generating the 57 LABEL (1); 60 LABEL (2); 63 LABEL (3); 71 destination address be a global label so that we can generate DWARF 76 LABEL (4); 79 LABEL (5); 82 LABEL (6); 85 LABEL (7) [all...] |
| dw2-step-between-different-inline-functions.c | 19 #define LABEL(N) asm ("foo_label_" #N ": .globl foo_label_" #N) 57 /* This label is used to find the start of 'foo' when generating the 62 LABEL (1); 65 LABEL (2); 68 LABEL (3); 76 destination address be a global label so that we can generate DWARF 81 LABEL (4); 84 LABEL (5); 87 LABEL (6); 90 LABEL (7) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-step-between-inline-func-blocks.c | 19 #define LABEL(N) asm ("foo_label_" #N ": .globl foo_label_" #N) 52 /* This label is used to find the start of 'foo' when generating the 57 LABEL (1); 60 LABEL (2); 63 LABEL (3); 71 destination address be a global label so that we can generate DWARF 76 LABEL (4); 79 LABEL (5); 82 LABEL (6); 85 LABEL (7) [all...] |
| dw2-step-between-different-inline-functions.c | 19 #define LABEL(N) asm ("foo_label_" #N ": .globl foo_label_" #N) 57 /* This label is used to find the start of 'foo' when generating the 62 LABEL (1); 65 LABEL (2); 68 LABEL (3); 76 destination address be a global label so that we can generate DWARF 81 LABEL (4); 84 LABEL (5); 87 LABEL (6); 90 LABEL (7) [all...] |
| /src/tests/lib/libc/arch/i386/ |
| return_one.S | 10 LABEL(return_one_end)
|
| /src/tests/lib/libc/arch/x86_64/ |
| return_one.S | 10 LABEL(return_one_end)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| sym-domains.def | 43 SYM_DOMAIN (LABEL)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| sym-domains.def | 43 SYM_DOMAIN (LABEL)
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sp-elf.h | 46 /* This is how to store into the string LABEL 47 the symbol_ref name of an internal numbered label where 48 PREFIX is the class of label and NUM is the number within the class. 52 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ 53 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
|
| sp64-elf.h | 57 /* This is how to store into the string LABEL 58 the symbol_ref name of an internal numbered label where 59 PREFIX is the class of label and NUM is the number within the class. 63 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ 64 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
|
| freebsd.h | 100 /* This is how to store into the string LABEL 101 the symbol_ref name of an internal numbered label where 102 PREFIX is the class of label and NUM is the number within the class. 106 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ 107 sprintf (LABEL, "*.L%s%lu", PREFIX, (unsigned long)(NUM))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sp-elf.h | 46 /* This is how to store into the string LABEL 47 the symbol_ref name of an internal numbered label where 48 PREFIX is the class of label and NUM is the number within the class. 52 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ 53 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
|
| sp64-elf.h | 57 /* This is how to store into the string LABEL 58 the symbol_ref name of an internal numbered label where 59 PREFIX is the class of label and NUM is the number within the class. 63 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ 64 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
|
| freebsd.h | 100 /* This is how to store into the string LABEL 101 the symbol_ref name of an internal numbered label where 102 PREFIX is the class of label and NUM is the number within the class. 106 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ 107 sprintf (LABEL, "*.L%s%lu", PREFIX, (unsigned long)(NUM))
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| DebugServices.h | 513 expression does not evaluate to 0, the resulting value is used as the case label and it compiles without error. 727 function name, etc.) using the default debugging output method then jumps to a label. 734 #define require( X, LABEL ) \ 740 goto LABEL; \ 754 function name, etc.) and a custom explanation string using the default debugging output method then jumps to a label. 761 #define require_string( X, LABEL, STR ) \ 767 goto LABEL; \ 780 If expression evalulates to false, this jumps to a label. No debugging information is printed. 787 #define require_quiet( X, LABEL ) \ 792 goto LABEL; \ [all...] |
| general.h | 635 * If an expression evaluates to false, transfers control to a goto label. 640 * @param LABEL 641 * The location's goto label. 646 #define mdns_require_quiet(EXPRESSION, LABEL) \ 649 goto LABEL; \ 655 * If an expression evaluates to false, executes an action, then transfers control to a goto label. 660 * @param LABEL 661 * The goto label. 669 #define mdns_require_action_quiet(EXPRESSION, LABEL, ACTION) \ 675 goto LABEL; \ [all...] |
| /src/usr.sbin/mtree/ |
| compare.c | 89 #define LABEL if (!label++) MARK 97 if (!label) { \ 104 label++; \ 139 int fd, label; local 147 label = 0; 180 typeerr: LABEL; 184 return (label); 192 return (label); 197 return (label); [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| xcoff.h | 126 /* This is how to output the definition of a user-level label named NAME, 127 such as the label on a static function or variable NAME. */ 132 /* This is how to output a command to make the user-level label named NAME 135 /* Globalizing directive for a label. */ 181 /* This is how to output a reference to a user-level label named NAME. 187 /* This is how to output an internal label prefix. rs6000.cc uses this 193 /* This is how to output a label for a jump table. Arguments are the same as 200 /* This is how to store into the string LABEL 201 the symbol_ref name of an internal numbered label where 202 PREFIX is the class of label and NUM is the number within the class [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| xcoff.h | 126 /* This is how to output the definition of a user-level label named NAME, 127 such as the label on a static function or variable NAME. */ 132 /* This is how to output a command to make the user-level label named NAME 135 /* Globalizing directive for a label. */ 181 /* This is how to output a reference to a user-level label named NAME. 187 /* This is how to output an internal label prefix. rs6000.cc uses this 193 /* This is how to output a label for a jump table. Arguments are the same as 200 /* This is how to store into the string LABEL 201 the symbol_ref name of an internal numbered label where 202 PREFIX is the class of label and NUM is the number within the class [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| xcoffout.h | 71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ 94 whether or not LABEL or NUMBER are set. */ \ 97 else if (LABEL) \ 98 assemble_name (asm_out_file, LABEL); \
|
| /src/sys/lib/libkern/arch/hppa/ |
| prefix.h | 41 ! .LABEL labl/**/lbl\ 47 ! .LABEL labl/**/lbl\ 53 ! .LABEL labl/**/lbl \ 59 ! .LABEL labl/**/lbl\
|
| /src/external/gpl2/lvm2/dist/include/ |
| report.h | 29 LABEL = 32
|
| /src/external/gpl2/lvm2/dist/lib/report/ |
| report.h | 29 LABEL = 32
|
| /src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| fr30.h | 550 /* A C compound statement with a conditional `goto LABEL;' executed if X (an 566 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ 570 goto LABEL; \ 577 goto LABEL; \ 584 goto LABEL; \ 588 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ 592 goto LABEL; \ 599 goto LABEL; \ 607 goto LABEL; \ 694 /* Globalizing directive for a label. * [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/vax/ |
| elf.h | 115 #define ASM_OUTPUT_DWARF_PCREL(FILE, SIZE, LABEL) \ 119 assemble_name (FILE, LABEL); \
|