Home
last modified time | relevance | path

Searched refs:ordinal (Results 1 – 24 of 24) sorted by relevance

/freebsd-10-stable/contrib/binutils/binutils/
Ddlltool.c676 int ordinal; member
929 def_exports (const char *name, const char *internal_name, int ordinal, in def_exports() argument
937 p->ordinal = ordinal; in def_exports()
1574 exp->ordinal, in dump_def_info()
1651 exp->ordinal, in gen_def_file()
1667 exp->ordinal, in gen_def_file()
1859 if (exp->ordinal != i) in gen_exp_file()
1861 while (i < exp->ordinal) in gen_exp_file()
1872 exp->internal_name, ASM_RVA_AFTER, ASM_C, exp->ordinal); in gen_exp_file()
1876 exp->internal_name, ASM_RVA_AFTER, ASM_C, exp->ordinal); in gen_exp_file()
[all …]
/freebsd-10-stable/contrib/binutils/ld/
Dpe-dll.c723 if (e[j - 1].ordinal != -1 in process_def_file()
724 && e[i].ordinal != -1 in process_def_file()
725 && e[j - 1].ordinal != e[i].ordinal) in process_def_file()
730 e[j - 1].name, e[j - 1].ordinal, e[i].ordinal); in process_def_file()
740 if (e[i].ordinal != -1) in process_def_file()
741 e[j - 1].ordinal = e[i].ordinal; in process_def_file()
769 if (pe_def_file->exports[i].ordinal != -1) in process_def_file()
771 if (max_ordinal < pe_def_file->exports[i].ordinal) in process_def_file()
772 max_ordinal = pe_def_file->exports[i].ordinal; in process_def_file()
773 if (min_ordinal > pe_def_file->exports[i].ordinal) in process_def_file()
[all …]
Ddeffilep.y436 def->exports[i].ordinal); in def_file_print()
459 def->imports[i].ordinal); in def_file_print()
474 int ordinal) in def_file_add_export() argument
496 e->ordinal = ordinal; in def_file_add_export()
532 int ordinal, in def_file_add_import() argument
554 i->ordinal = ordinal; in def_file_add_import()
774 int ordinal, in def_exports() argument
785 dfe = def_file_add_export (def, external_name, internal_name, ordinal); in def_exports()
801 int ordinal) in def_import() argument
810 def_file_add_import (def, name, module, ordinal, internal_name); in def_import()
Ddeffile.h37 int ordinal; /* -1 if not specified */ member
52 int ordinal; /* may be -1 */ member
DChangeLog-0203904 sorted by ordinal.
Dld.texinfo6079 Optionally, the symbol may be exported by the specified ordinal
6085 will still be exported by its ordinal alias (either the value specified
/freebsd-10-stable/contrib/binutils/bfd/
Dpeicode.h733 unsigned int ordinal, in pe_ILF_build_a_bfd() argument
855 if (ordinal == 0) in pe_ILF_build_a_bfd()
860 ((unsigned int *) id4->contents)[0] = ordinal; in pe_ILF_build_a_bfd()
862 ((unsigned int *) id5->contents)[0] = ordinal; in pe_ILF_build_a_bfd()
865 * (unsigned int *) id4->contents = ordinal | 0x80000000; in pe_ILF_build_a_bfd()
866 * (unsigned int *) id5->contents = ordinal | 0x80000000; in pe_ILF_build_a_bfd()
906 id6->contents[0] = ordinal & 0xff; in pe_ILF_build_a_bfd()
907 id6->contents[1] = ordinal >> 8; in pe_ILF_build_a_bfd()
1072 unsigned int ordinal; in pe_ILF_object_p() local
1195 ordinal = H_GET_16 (abfd, ptr); in pe_ILF_object_p()
[all …]
DpeXXigen.c1308 int ordinal; in pe_print_idata() local
1311 ordinal = bfd_get_16 (abfd, data + member - adj); in pe_print_idata()
1313 fprintf (file, "\t%04lx\t %4d %s",member, ordinal, member_name); in pe_print_idata()
1339 int ordinal; in pe_print_idata() local
1342 ordinal = bfd_get_16 (abfd, data + member - adj); in pe_print_idata()
1345 member, ordinal, member_name); in pe_print_idata()
DChangeLog-98995419 * peicode.h (pe_print_idata): Check for import of ordinal rather
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DMachO.h883 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument
884 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8)); in SET_LIBRARY_ORDINAL()
/freebsd-10-stable/contrib/groff/src/preproc/pic/
Dpic.y268 %type <n> optional_ordinal_last ordinal
1262 ordinal:
1275 | ordinal LAST
1280 ordinal object_type
/freebsd-10-stable/crypto/heimdal/doc/
Dlatin1.tex12 % feminine ordinal indicator, left angle quotation mark
/freebsd-10-stable/usr.sbin/bsdconfig/share/
Dstrings.subr205 # decimal ordinal of the non-alphanumeric character. If $text is missing, data
/freebsd-10-stable/contrib/binutils/ld/po/
Dld.pot1945 msgid "%XError, ordinal used twice: %d (%s vs %s)\n"
/freebsd-10-stable/contrib/gdb/gdb/doc/
Dgdb.info-17079 quotes (`''), or a number--the ordinal value of the corresponding
7083 of the character's ordinal value; or of the form `\X', where `X'
7579 Returns the character whose ordinal value is I.
7620 Returns the ordinal value of its argument. For example, the
7621 ordinal value of a character is its ASCII value (on machines
7632 Returns the member of the type T whose ordinal value is I.
Dgdb.texinfo8250 (@code{'}), or a number---the ordinal value of the corresponding character
8254 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8832 Returns the character whose ordinal value is @var{i}.
8872 Returns the ordinal value of its argument. For example, the ordinal
8884 Returns the member of the type @var{t} whose ordinal value is @var{i}.
8919 also be expressed by their ordinal value (their @sc{ascii} value, usually)
Dgdb.info-251 also be expressed by their ordinal value (their ASCII value,
/freebsd-10-stable/contrib/binutils/binutils/doc/
Dbinutils.texi3454 called ordinal numbers and they represent another way of accessing the
3536 ordinal number @var{integer}, or declares @var{name1} as an alias
3542 ordinal number is @var{integer} is to be imported from the file
/freebsd-10-stable/contrib/zlib/
DChangeLog863 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
/freebsd-10-stable/contrib/gcc/doc/
Dmd.texi632 @code{which_alternative}, which is the ordinal number of the alternative
917 alphabetic ordinal of @var{l} (0 for `a', 1 for 'b', and so on). The
1472 the ordinal number of the alternative that was actually satisfied (0 for
/freebsd-10-stable/contrib/binutils/gas/doc/
Das.texinfo3309 @item @emph{ordinal number}
/freebsd-10-stable/contrib/texinfo/doc/
Dtexinfo.txi10376 @cindex Feminine ordinal
10379 @cindex Masculine ordinal
/freebsd-10-stable/share/dict/
Dweb2a13708 co-ordinal
Dweb2131943 ordinal