Searched refs:sectionname (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/0.153/src/
H A Dldscript.h112 struct input_section_name *sectionname; member in union:YYSTYPE
H A Dldscript.y76 struct input_section_name *sectionname;
123 %type <sectionname> sort_opt_name
124 %type <filemask_section_name> sectionname
268 inputsection: sectionname
273 | kKEEP '(' sectionname ')'
287 sectionname: filename_id_star '(' exclude_opt sort_opt_name ')' label
H A Dldscript.c248 struct input_section_name *sectionname; member in union:YYSTYPE
613 "inputsection", "sectionname", "sort_opt_name", "exclude_opt", "expr",
1889 (yyval.filemask_section_name)->section_name = (yyvsp[(4) - (5)].sectionname);
1898 { (yyval.sectionname) = new_input_section_name ((yyvsp[(1) - (1)].str), false); }
1905 { (yyval.sectionname) = new_input_section_name ((yyvsp[(3) - (4)].str), true); }
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c669 char sectionname[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; local
670 strncpy(sectionname, ptr, 8);
671 // log_msg("COFF: Parsing section %s\n",sectionname);
673 sectionlist[i] = malloc(strlen(sectionname) + 1);
676 log_msg("Allocating storage for %s failed\n", sectionname);
679 strcpy(sectionlist[i], sectionname);
682 if (!strcmp(sectionname, ".rdata") &&
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c669 char sectionname[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; local
670 strncpy(sectionname, ptr, 8);
671 // log_msg("COFF: Parsing section %s\n",sectionname);
673 sectionlist[i] = malloc(strlen(sectionname) + 1);
676 log_msg("Allocating storage for %s failed\n", sectionname);
679 strcpy(sectionlist[i], sectionname);
682 if (!strcmp(sectionname, ".rdata") &&

Completed in 131 milliseconds