Lines Matching defs:an

31    A DLL contains an export table which contains the information
52 Declares name1 as an exported symbol from the
54 Or declares name1 as an alias (forward) of the function <external-name>
80 A -export:<name> in a .drectve section in an input .o or .a
160 # Run this tool over the DLL's .def file and generate an exports
161 # file (thedll.o) and an imports file (thedll.a).
180 # Run this tool over the DLL's .def file and generate an imports file.
189 # Run this tool over the DLL's .def file and generate an exports file
323 process_def_file function. Every time an IMPORT declaration is
1220 /* def_import is called from within defparse.y when an IMPORT
1224 or entry, and there may or may not be an ordinal value associated
1630 /* Ignore bfds with an import descriptor table. We assume that any
2714 /* An idata$4 or idata$5 is one word long, and has an
2835 return is saved as the offset in an IMGLUE reloc.
3493 Given the name of an import library in identify_imp_name, first determine
3495 stored in an .idata$7 (.idata$6 on PPC) section, or if it is a MS-style
3506 Finally, print them all to stdout. (If --identify-strict, an error is
3589 fatal (_("Unable to determine dll name for `%s' (not an import library?)"),
3722 (more than 0x302f) imports, (b) it is an ms-style
3766 const char *an = ap->name;
3769 an = ap->its_name;
3771 an = bp->its_name;
3774 an = (an[0] == '@') ? an + 1 : an;
3778 return (strcmp (an, bn));
3968 fprintf (file, _(" -e --output-exp <outname> Generate an export file.\n"));
3969 fprintf (file, _(" -l --output-lib <outname> Generate an interface library.\n"));
3985 fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"));
3986 fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n"));
4413 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each