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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 102 static bool strip_section_headers = false;/* Strip section headers. */
1381 if (strip_section_headers
2732 if (strip_section_headers)
2757 if (strip_section_headers)
3512 else if (merge_notes && ! is_strip && ! strip_section_headers)
4945 strip_section_headers = true;
5442 strip_section_headers = true;
101 static bool strip_section_headers = false;\/* Strip section headers. *\/ variable
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 103 static bool strip_section_headers = false;/* Strip section headers. */
1372 if (strip_section_headers
2730 if (strip_section_headers)
2755 if (strip_section_headers)
3507 else if (merge_notes && ! is_strip && ! strip_section_headers)
4944 strip_section_headers = true;
5440 strip_section_headers = true;
102 static bool strip_section_headers = false;\/* Strip section headers. *\/ variable

Completed in 28 milliseconds