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

  /src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c 3149 int emit_other_sections = 0;
3153 emit_other_sections = info_seg == NULL || !seg_not_empty_p (info_seg);
3165 if ((!all_segs && emit_other_sections)
3166 || (!emit_other_sections && !empty_debug_line))
3225 if (emit_other_sections)
3146 int emit_other_sections = 0; local
  /src/external/gpl3/binutils.old/dist/gas/
dwarf2dbg.c 3147 int emit_other_sections = 0;
3151 emit_other_sections = info_seg == NULL || !seg_not_empty_p (info_seg);
3163 if ((!all_segs && emit_other_sections)
3164 || (!emit_other_sections && !empty_debug_line))
3223 if (emit_other_sections)
3144 int emit_other_sections = 0; local

Completed in 29 milliseconds