Searched refs:get_word (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h87 #define get_word H_GET_64 macro
91 #define get_word H_GET_32 macro
273 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
280 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
410 get_word (abfd, (bfd_byte *) thdr.majorVersion);
412 get_word (abfd, (bfd_byte *) thdr.minorVersion);
414 get_word (abfd, (bfd_byte *) thdr.revision);
416 get_word (abfd, (bfd_byte *) thdr.year);
418 get_word (abfd, (bfd_byte *) thdr.month);
420 get_word (abf
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h64 #define get_word H_GET_64 macro
68 #define get_word H_GET_32 macro
94 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
100 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
188 get_word (abfd, (bfd_byte *) thdr.majorVersion);
190 get_word (abfd, (bfd_byte *) thdr.minorVersion);
192 get_word (abfd, (bfd_byte *) thdr.revision);
194 get_word (abfd, (bfd_byte *) thdr.year);
196 get_word (abfd, (bfd_byte *) thdr.month);
198 get_word (abf
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdp.c205 get_word (void) function
438 *pi = get_word ();
467 *pi = get_word ();
946 int swino = get_word ();
957 args[count].n = get_word ();
969 len = get_word ();
972 remote_rdp_xfer_inferior_memory (get_word (),
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dresrc.c170 static int get_word (FILE *, const char *);
543 get_word (FILE *e, const char *msg)
671 get_word (e, real_filename);
672 type = get_word (e, real_filename);
673 count = get_word (e, real_filename);
687 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
688 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
968 get_word (e, real_filename);
969 type = get_word (e, real_filename);
970 count = get_word (
542 get_word (FILE *e, const char *msg) function
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dresrc.c171 static int get_word (FILE *, const char *);
544 get_word (FILE *e, const char *msg)
672 get_word (e, real_filename);
673 type = get_word (e, real_filename);
674 count = get_word (e, real_filename);
688 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
689 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
969 get_word (e, real_filename);
970 type = get_word (e, real_filename);
971 count = get_word (
543 get_word (FILE *e, const char *msg) function
[all...]

Completed in 197 milliseconds