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

  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 1050 static asection *ppc_coff_debug_section;
1879 ppc_coff_debug_section = coff_section_from_bfd_index (stdoutput, N_DEBUG);
5123 S_SET_SEGMENT (sym, ppc_coff_debug_section);
5569 S_SET_SEGMENT (sym, ppc_coff_debug_section);
5588 S_SET_SEGMENT (sym, ppc_coff_debug_section);
6151 && S_GET_SEGMENT (sym) != ppc_coff_debug_section)
1046 static asection *ppc_coff_debug_section; variable
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 1071 static asection *ppc_coff_debug_section;
1915 ppc_coff_debug_section = coff_section_from_bfd_index (stdoutput, N_DEBUG);
5159 S_SET_SEGMENT (sym, ppc_coff_debug_section);
5611 S_SET_SEGMENT (sym, ppc_coff_debug_section);
5630 S_SET_SEGMENT (sym, ppc_coff_debug_section);
6193 && S_GET_SEGMENT (sym) != ppc_coff_debug_section)
1067 static asection *ppc_coff_debug_section; variable

Completed in 17 milliseconds