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

/haiku-buildtools/legacy/binutils/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...]
/haiku-buildtools/binutils/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);
187 get_word (abfd, (bfd_byte *) thdr.majorVersion);
189 get_word (abfd, (bfd_byte *) thdr.minorVersion);
191 get_word (abfd, (bfd_byte *) thdr.revision);
193 get_word (abfd, (bfd_byte *) thdr.year);
195 get_word (abfd, (bfd_byte *) thdr.month);
197 get_word (abf
[all...]
/haiku-buildtools/binutils/binutils/
H A Dresrc.c189 static int get_word (FILE *, const char *);
642 get_word (FILE *e, const char *msg)
771 get_word (e, real_filename);
772 type = get_word (e, real_filename);
773 count = get_word (e, real_filename);
787 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
788 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
1172 get_word (e, real_filename);
1173 type = get_word (e, real_filename);
1174 count = get_word (
641 get_word (FILE *e, const char *msg) function
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dresrc.c171 static int get_word (FILE *, const char *);
545 get_word (FILE *e, const char *msg)
673 get_word (e, real_filename);
674 type = get_word (e, real_filename);
675 count = get_word (e, real_filename);
689 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
690 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
970 get_word (e, real_filename);
971 type = get_word (e, real_filename);
972 count = get_word (
544 get_word (FILE *e, const char *msg) function
[all...]

Completed in 106 milliseconds