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

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 561 exported_symbol_sections[i] to tag whether or not the symbol was
565 static struct bfd_section **exported_symbol_sections; variable in typeref:struct:bfd_section
990 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
992 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
1035 exported_symbol_sections[i] = blhe->u.def.section;
1037 exported_symbol_sections[i] = blhe->u.c.p->section;
1177 if (exported_symbol_sections[i]
1210 if ((exported_symbol_sections[i]
1328 struct bfd_section *ssec = exported_symbol_sections[s];
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 534 exported_symbol_sections[i] to tag whether or not the symbol was
538 static struct bfd_section **exported_symbol_sections; variable in typeref:struct:bfd_section
955 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
957 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
1000 exported_symbol_sections[i] = blhe->u.def.section;
1002 exported_symbol_sections[i] = blhe->u.c.p->section;
1141 if (exported_symbol_sections[i]
1174 if ((exported_symbol_sections[i]
1292 struct bfd_section *ssec = exported_symbol_sections[s];

Completed in 26 milliseconds