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

  /src/external/gpl3/binutils/dist/binutils/
defparse.y 42 %type <number> attr attr_list opt_number
59 | CODE attr_list { def_code ($2);}
60 | DATA attr_list { def_data ($2);}
108 ID attr_list { def_section ($1,$2);}
111 attr_list: label
112 attr_list opt_comma attr
  /src/external/gpl3/binutils/dist/ld/
deffilep.y 135 %type <number> attr attr_list opt_number exp_opt_list exp_opt
152 | CODE attr_list { def_section ("CODE", $2);}
153 | DATAU attr_list { def_section ("DATA", $2);}
221 ID attr_list { def_section ($1, $2);}
225 attr_list: label
226 attr_list opt_comma attr { $$ = $1 | $3; }
  /src/external/gpl3/binutils.old/dist/binutils/
defparse.y 42 %type <number> attr attr_list opt_number
59 | CODE attr_list { def_code ($2);}
60 | DATA attr_list { def_data ($2);}
108 ID attr_list { def_section ($1,$2);}
111 attr_list: label
112 attr_list opt_comma attr
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.y 135 %type <number> attr attr_list opt_number exp_opt_list exp_opt
152 | CODE attr_list { def_section ("CODE", $2);}
153 | DATAU attr_list { def_section ("DATA", $2);}
221 ID attr_list { def_section ($1, $2);}
225 attr_list: label
226 attr_list opt_comma attr { $$ = $1 | $3; }
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 1181 tree attr_list = TYPE_ATTRIBUTES (fntype);
1183 if (!lookup_attribute ("longcall", attr_list)
1184 || lookup_attribute ("shortcall", attr_list))
1179 tree attr_list = TYPE_ATTRIBUTES (fntype); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 1188 tree attr_list = TYPE_ATTRIBUTES (fntype);
1190 if (!lookup_attribute ("longcall", attr_list)
1191 || lookup_attribute ("shortcall", attr_list))
1186 tree attr_list = TYPE_ATTRIBUTES (fntype); local
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 7180 char ** attr_list = hwc_get_attrs (forKernel); // Get Attribute list local
7182 for (size = 0; attr_list && attr_list[size]; size++)
7187 name->store (i, dbe_strdup (attr_list[i]));
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 7180 char ** attr_list = hwc_get_attrs (forKernel); // Get Attribute list local
7182 for (size = 0; attr_list && attr_list[size]; size++)
7187 name->store (i, dbe_strdup (attr_list[i]));

Completed in 42 milliseconds