HomeSort by: relevance | last modified time | path
    Searched defs:LABEL (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
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...]
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...]
  /src/external/gpl2/lvm2/dist/include/
report.h 29 LABEL = 32
  /src/external/gpl2/lvm2/dist/lib/report/
report.h 29 LABEL = 32
  /src/sys/arch/arm/arm/
bus_space_notimpl.S 50 #define LABEL(func) __L(NAME(func)):
58 LABEL(func) ; \
  /src/sys/arch/amd64/include/
asm.h 110 #define LABEL(y) _LABEL(_C_LABEL(y))
  /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/sys/arch/i386/include/
asm.h 178 #define LABEL(y) _LABEL(_C_LABEL(y))
  /src/external/gpl3/gdb/dist/sim/ppc/
idecode_fields.h 105 #define LABEL(dest) XCONCAT4(label__,dest,__,MY_PREFIX)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
idecode_fields.h 105 #define LABEL(dest) XCONCAT4(label__,dest,__,MY_PREFIX)
  /src/external/gpl3/gcc/dist/libcpp/
symtab.cc 286 #define LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M'))
320 SCALE (total_bytes), LABEL (total_bytes));
326 SCALE (total_bytes), LABEL (total_bytes),
327 SCALE (overhead), LABEL (overhead));
330 SCALE (headers), LABEL (headers));
346 #undef LABEL
  /src/external/gpl3/gcc.old/dist/libcpp/
symtab.cc 286 #define LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M'))
320 SCALE (total_bytes), LABEL (total_bytes));
326 SCALE (total_bytes), LABEL (total_bytes),
327 SCALE (overhead), LABEL (overhead));
330 SCALE (headers), LABEL (headers));
346 #undef LABEL
  /src/usr.bin/sed/
defs.h 91 * Initially, label references are stored in t, on a second pass they
120 LABEL, /* : */
  /src/external/gpl2/dtc/dist/
dtc.h 66 LABEL,
129 struct label { struct
131 char *label; member in struct:label
132 struct label *next;
146 struct label *labels;
165 struct label *labels;
193 void add_label(struct label **labels, char *label);
194 void delete_labels(struct label **labels);
226 struct property *get_property_by_label(struct node *tree, const char *label,
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
lib1funcs.S 91 #define LABEL(X) LABEL0(__USER_LABEL_PREFIX__,X)
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...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
lib1funcs.S 91 #define LABEL(X) LABEL0(__USER_LABEL_PREFIX__,X)
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...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 63 LABEL,
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 169 int slab; /* associated label */
433 P1ND *nlabel(int label);
660 #define LABEL (MAXOP+34)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 64 /* #define LABEL 6*/
173 int slab; /* associated label */
400 NODE *nlabel(int label);
607 #define LABEL (MAXOP+34)
  /src/external/bsd/pcc/dist/pcc/mip/
optim2.c 237 * LABEL - states beginning of function argument moves
239 * LABEL - states beginning of execution code
246 #define LABEL 1
273 static char *str[] = { 0, "LABEL", "JBR", "CBR" };
309 p->op = LABEL;
365 * Traverse to the first statement behind a label.
370 while (p && p->op==LABEL)
394 * Change a label number for jump/branch instruction to labno.
410 * See if a label is used outside of us.
424 * Label reference counting and removal of unused labels
1377 int label=0; local
1759 int label = (int)getlval(pip->ip_node->n_right); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linespec.c 68 /* A label symbol. E.g., break file.c:function:LABEL. */
69 LABEL,
110 /* A structure of matching label symbols and the corresponding
111 function symbol in which the label was found. Both may be empty
1610 /* Throw an undefined label error. */
1613 undefined_label_error (const char *function, const char *label)
1617 _("No label \"%s\" defined in function \"%s\"."),
1618 label, function);
1621 _("No label \"%s\" defined in current function.")
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
linespec.c 69 /* A label symbol. E.g., break file.c:function:LABEL. */
70 LABEL,
111 /* A structure of matching label symbols and the corresponding
112 function symbol in which the label was found. Both may be empty
1625 /* Throw an undefined label error. */
1628 undefined_label_error (const char *function, const char *label)
1632 _("No label \"%s\" defined in function \"%s\"."),
1633 label, function);
1636 _("No label \"%s\" defined in current function.")
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1335 #ifdef LABEL
1336 #undef LABEL
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
s390x.pm 21 our @EXPORT_OK=qw(AUTOLOAD LABEL INCLUDE stfle stck);
143 sub LABEL { # label directive
145 my ($label)=@_;
146 $out.="$label:\n";
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
s390x.pm 21 our @EXPORT_OK=qw(AUTOLOAD LABEL INCLUDE stfle stck);
143 sub LABEL { # label directive
145 my ($label)=@_;
146 $out.="$label:\n";

Completed in 30 milliseconds