HomeSort by relevance Sort by last modified time
    Searched full:num_exports (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 455 for (i = 0; i < fdef->num_exports; i++)
551 if (fdef->num_exports > 0)
555 for (i = 0; i < fdef->num_exports; i++)
684 int max_exports = ROUND_UP(fdef->num_exports, 32);
693 pos = find_export_in_list (fdef->exports, fdef->num_exports,
700 if (fdef->num_exports >= max_exports)
702 max_exports = ROUND_UP(fdef->num_exports + 1, 32);
711 if (pos != fdef->num_exports)
712 memmove (&e[1], e, (sizeof (def_file_export) * (fdef->num_exports - pos)));
718 fdef->num_exports++
    [all...]
deffile.h 82 int num_exports; member in struct:def_file
pe-dll.c 543 if (bsearch (&key, d->exports, d->num_exports,
696 if (info->executable && pe_def_file->num_exports == 0
701 if ((pe_dll_export_everything || pe_def_file->num_exports == 0)
772 #define NE pe_def_file->num_exports
883 pe_def_file->num_exports = j; /* == NE */
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emultempl/
pep.em     [all...]
pe.em     [all...]

Completed in 3692 milliseconds