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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 95 static bool keep_section_symbols = false ;/* True if section symbols should be retained. */
3328 if (bfd_keep_unused_section_symbols (obfd) || keep_section_symbols)
5009 keep_section_symbols = true;
5945 keep_section_symbols = true;
94 static bool keep_section_symbols = false ;\/* True if section symbols should be retained. *\/ variable
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 96 static bool keep_section_symbols = false ;/* True if section symbols should be retained. */
3323 if (bfd_keep_unused_section_symbols (obfd) || keep_section_symbols)
5008 keep_section_symbols = true;
5943 keep_section_symbols = true;
95 static bool keep_section_symbols = false ;\/* True if section symbols should be retained. *\/ variable

Completed in 27 milliseconds