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

  /external/elfutils/src/
ldscript.y 68 struct input_section_name *sectionname;
115 %type <sectionname> sort_opt_name
116 %type <filemask_section_name> sectionname
260 inputsection: sectionname
265 | kKEEP '(' sectionname ')'
279 sectionname: filename_id_star '(' exclude_opt sort_opt_name ')' label
  /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 62 milliseconds