Searched refs:LABEL (Results 1 - 25 of 73) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Dtreesource.c76 if (m->type == LABEL) {
128 for_each_marker_of_type(m, LABEL) {
143 if (m->type == LABEL) {
157 for_each_marker_of_type(m, LABEL) {
173 if (m->type == LABEL)
185 for_each_marker_of_type(m, LABEL) {
213 for_each_marker_of_type(m, LABEL) {
H A Ddtc-parser.y233 $$ = data_add_marker($1, LABEL, $2);
248 $$ = data_add_marker($1, LABEL, $2);
268 $$ = data_add_marker($1, LABEL, $2);
302 $$ = data_add_marker($1, LABEL, $2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Dtreesource.c76 if (m->type == LABEL) {
128 for_each_marker_of_type(m, LABEL) {
143 if (m->type == LABEL) {
157 for_each_marker_of_type(m, LABEL) {
173 if (m->type == LABEL)
185 for_each_marker_of_type(m, LABEL) {
213 for_each_marker_of_type(m, LABEL) {
H A Ddtc-parser.y233 $$ = data_add_marker($1, LABEL, $2);
248 $$ = data_add_marker($1, LABEL, $2);
268 $$ = data_add_marker($1, LABEL, $2);
302 $$ = data_add_marker($1, LABEL, $2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/perlasm/
H A Dx86nasm.pl98 &::LABEL($func,$global?"$begin":"$nmdecor$func");
130 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
134 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86masm.pl97 &::LABEL($func,$global?"$begin":"$nmdecor$func");
150 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
154 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86gas.pl105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
146 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
149 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/perlasm/
H A Dx86nasm.pl98 &::LABEL($func,$global?"$begin":"$nmdecor$func");
130 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
134 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86masm.pl97 &::LABEL($func,$global?"$begin":"$nmdecor$func");
150 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
154 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86gas.pl105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
146 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
149 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/perlasm/
H A Dx86nasm.pl98 &::LABEL($func,$global?"$begin":"$nmdecor$func");
130 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
134 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86masm.pl97 &::LABEL($func,$global?"$begin":"$nmdecor$func");
150 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
154 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86gas.pl105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
146 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
149 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/perlasm/
H A Dx86masm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
156 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
160 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
196 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
135 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
139 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
175 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86gas.pl107 &::LABEL($func,$global?"$begin":"$nmdecor$func");
125 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
148 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
151 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/perlasm/
H A Dx86masm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
156 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
160 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
196 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
135 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
139 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
175 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86gas.pl107 &::LABEL($func,$global?"$begin":"$nmdecor$func");
125 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
148 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
151 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/perlasm/
H A Dx86masm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
156 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
160 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
196 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
135 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
139 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
175 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86gas.pl107 &::LABEL($func,$global?"$begin":"$nmdecor$func");
125 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
148 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
151 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/config/
H A Delfos.h105 /* This is how to store into the string LABEL
114 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
118 (LABEL)[0] = '*'; \
119 (LABEL)[1] = '.'; \
120 __p = stpcpy (&(LABEL)[2], PREFIX); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Didecode_fields.h105 #define LABEL(dest) XCONCAT4(label__,dest,__,MY_PREFIX) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Didecode_fields.h105 #define LABEL(dest) XCONCAT4(label__,dest,__,MY_PREFIX) macro

Completed in 255 milliseconds

123