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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 101 static bool merge_notes = false; /* Merge note sections. */
1337 if (merge_notes
2736 merge_notes = true;
3052 if (merge_notes)
3512 else if (merge_notes && ! is_strip && ! strip_section_headers)
4965 merge_notes = true;
4969 merge_notes = false;
5038 merge_notes = true;
5479 merge_notes = true;
5482 merge_notes = false
100 static bool merge_notes = false; \/* Merge note sections. *\/ variable
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 102 static bool merge_notes = false; /* Merge note sections. */
1328 if (merge_notes
2734 merge_notes = true;
3047 if (merge_notes)
3507 else if (merge_notes && ! is_strip && ! strip_section_headers)
4964 merge_notes = true;
4968 merge_notes = false;
5039 merge_notes = true;
5477 merge_notes = true;
5480 merge_notes = false
101 static bool merge_notes = false; \/* Merge note sections. *\/ variable
    [all...]

Completed in 22 milliseconds