Searched refs:exported_symbol_sections (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dpe-dll.c339 exported_symbol_sections[i] to tag whether or not the symbol was
343 static struct bfd_section **exported_symbol_sections; variable in typeref:struct:bfd_section
635 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
637 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
735 exported_symbol_sections[i] = blhe->u.def.section;
737 exported_symbol_sections[i] = blhe->u.c.p->section;
866 if (exported_symbol_sections[i] ||
896 if ((exported_symbol_sections[i] ||
1003 struct bfd_section *ssec = exported_symbol_sections[s];
/haiku-buildtools/binutils/ld/
H A Dpe-dll.c473 exported_symbol_sections[i] to tag whether or not the symbol was
477 static struct bfd_section **exported_symbol_sections; variable in typeref:struct:bfd_section
886 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
888 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
931 exported_symbol_sections[i] = blhe->u.def.section;
933 exported_symbol_sections[i] = blhe->u.c.p->section;
1085 if (exported_symbol_sections[i] ||
1118 if ((exported_symbol_sections[i] ||
1225 struct bfd_section *ssec = exported_symbol_sections[s];

Completed in 88 milliseconds