HomeSort by relevance Sort by last modified time
    Searched refs:sectionname (Results 1 - 6 of 6) sorted by null

  /external/elfutils/0.153/src/
ldscript.h 112 struct input_section_name *sectionname; member in union:YYSTYPE
ldscript.y 76 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
ldscript.c 248 struct input_section_name *sectionname; member in union:YYSTYPE
613 "inputsection", "sectionname", "sort_opt_name", "exclude_opt", "expr",
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 669 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/
obj_int_extract.c 669 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") &&
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 669 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 175 milliseconds