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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 1397 const char * kept_sections[] =
1405 for (i = ARRAY_SIZE (kept_sections);i--;)
1406 if (strcmp (bfd_section_name (sec), kept_sections[i]) == 0)
1395 const char * kept_sections[] = local
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 1388 const char * kept_sections[] =
1396 for (i = ARRAY_SIZE (kept_sections);i--;)
1397 if (strcmp (bfd_section_name (sec), kept_sections[i]) == 0)
1386 const char * kept_sections[] = local

Completed in 31 milliseconds