HomeSort by: relevance | last modified time | path
    Searched refs:known_sections (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.c 633 static const char * const known_sections[] = variable
666 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1);
702 /* This currently does the same as known_sections, but kept separate for
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 633 static const char * const known_sections[] = variable
666 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1);
702 /* This currently does the same as known_sections, but kept separate for
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 1007 static const pe_required_section_flags known_sections [] =
1035 for (p = known_sections;
1036 p < known_sections + ARRAY_SIZE (known_sections);
1006 static const pe_required_section_flags known_sections [] = local
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 1001 pe_required_section_flags known_sections [] =
1029 for (p = known_sections;
1030 p < known_sections + ARRAY_SIZE (known_sections);
1000 pe_required_section_flags known_sections [] = local
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 997 pe_required_section_flags known_sections [] =
1024 for (p = known_sections;
1025 p < known_sections + ARRAY_SIZE (known_sections);
996 pe_required_section_flags known_sections [] = local
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 1007 pe_required_section_flags known_sections [] =
1035 for (p = known_sections;
1036 p < known_sections + ARRAY_SIZE (known_sections);
1006 pe_required_section_flags known_sections [] = local

Completed in 34 milliseconds