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

  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 471 #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".drectve")
474 #ifndef DRECTVE_SECTION_NAME
475 #define DRECTVE_SECTION_NAME ".drectve"
1326 asection *s = bfd_get_section_by_name (abfd, DRECTVE_SECTION_NAME);
1336 DRECTVE_SECTION_NAME, bfd_get_filename (abfd));
2065 fprintf (f, "\t.section %s\n", DRECTVE_SECTION_NAME);
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 471 #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".drectve")
474 #ifndef DRECTVE_SECTION_NAME
475 #define DRECTVE_SECTION_NAME ".drectve"
1326 asection *s = bfd_get_section_by_name (abfd, DRECTVE_SECTION_NAME);
1336 DRECTVE_SECTION_NAME, bfd_get_filename (abfd));
2064 fprintf (f, "\t.section %s\n", DRECTVE_SECTION_NAME);

Completed in 35 milliseconds