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

  /external/elfutils/src/
ldscript.h 111 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 236 struct input_section_name *sectionname; member in union:YYSTYPE
596 "inputsection", "sectionname", "sort_opt_name", "exclude_opt", "expr",
    [all...]
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 715 char sectionname[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; local
716 strncpy(sectionname, ptr, 8);
717 //log_msg("COFF: Parsing section %s\n",sectionname);
719 sectionlist[i] = malloc(strlen(sectionname) + 1);
723 log_msg("Allocating storage for %s failed\n", sectionname);
726 strcpy(sectionlist[i], sectionname);
728 if (!strcmp(sectionname, ".rdata")) sectionrawdata_ptr = get_le32(ptr + 20);

Completed in 273 milliseconds