Lines Matching defs:from

32    which the runtime loader needs to tie up references from a
52 Declares name1 as an exported symbol from the
60 is <integer> is to be imported from the file <module-name>. If
87 on the command line, or in the def file, or taken from the first
92 necessary to use the DLL's routines from a referencing program.
104 printf ("hello from the dll %s\n", s);
109 printf ("hello from the dll and the other entry point %s\n", s);
119 printf ("hello from the dll %s\n", s);
124 printf ("hello from the dll and the other entry point %s\n", s);
190 # which includes the relocations from the base file.
217 There is one for each dll being imported from, and each dll's set is
222 There is one for each dll being imported from, and each dll's set is
318 from and a linked list of functions being imported from that dll
322 The contents of .def file are interpreted from within the
337 char * dllname; /* Name of dll file imported from. */
586 /* The glue instruction, picks up the toc from the stw in
1084 non_fatal (_("%s: Path components stripped from image name, '%s'."),
1220 /* def_import is called from within defparse.y when an IMPORT
1410 inform (_("Sucking in info from %s section in %s"),
1486 bfd_byte *from, *fromend;
1492 from = (bfd_byte *) minisyms;
1493 fromend = from + symcount * size;
1494 for (; from < fromend; from += size)
1499 sym = bfd_minisymbol_to_symbol (abfd, FALSE, from, store);
1582 bfd_byte *from, *fromend, *to;
1589 from = (bfd_byte *) minisyms;
1590 fromend = from + symcount * size;
1593 for (; from < fromend; from += size)
1598 sym = bfd_minisymbol_to_symbol (abfd, FALSE, (const void *) from, store);
1612 memcpy (to, from, size);
1631 such BFD contains symbols which are exported from another DLL,
1632 and we don't want to reexport them from here. */
1709 inform (_("Cannot produce mcore-elf dll from archive file: %s"), filename);
2218 fatal (_("failed to read the number of entries from base file"));
2348 compilers. This also keeps funny alignment thingies from happening. */
3700 the DLL name from other .idata$7 sections by the absence of the
3706 that contains the DLL name from other .idata$6 sections
3741 /* Run through the information gathered from the .o files and the
3858 /* Fill in the unset ordinals with ones from our range. */
3987 fprintf (file, _(" -k --kill-at Kill @<n> from exported names.\n"));
4000 fprintf (file, _(" @<file> Read options from <file>.\n"));
4155 non_fatal (_("Path components stripped from dllname, '%s'."),
4257 /* If we are inferring dll_name from exp_name,
4353 string running from PREFIX to END_PREFIX. If the concatenated
4535 /* Step two. Create a .exp file and a .lib file from the temporary file.