Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
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); in nlm_swap_variable_header_in()
100 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp); in nlm_swap_variable_header_in()
187 get_word (abfd, (bfd_byte *) thdr.majorVersion); in nlm_swap_auxiliary_headers_in()
189 get_word (abfd, (bfd_byte *) thdr.minorVersion); in nlm_swap_auxiliary_headers_in()
191 get_word (abfd, (bfd_byte *) thdr.revision); in nlm_swap_auxiliary_headers_in()
193 get_word (abfd, (bfd_byte *) thdr.year); in nlm_swap_auxiliary_headers_in()
195 get_word (abfd, (bfd_byte *) thdr.month); in nlm_swap_auxiliary_headers_in()
197 get_word (abfd, (bfd_byte *) thdr.day); in nlm_swap_auxiliary_headers_in()
[all …]
DChangeLog-00012438 * elfcode.h: (put_word, get_word, put_signed_word, get_signed_word):
DChangeLog-91933180 * elfcode.h (put_word, get_word): Define as appropriate for
/toolchain/binutils/binutils-2.25/binutils/
Dresrc.c189 static int get_word (FILE *, const char *);
640 get_word (FILE *e, const char *msg) in get_word() function
768 get_word (e, real_filename); in define_cursor()
769 type = get_word (e, real_filename); in define_cursor()
770 count = get_word (e, real_filename); in define_cursor()
784 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename); in define_cursor()
785 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename); in define_cursor()
1169 get_word (e, real_filename); in define_icon()
1170 type = get_word (e, real_filename); in define_icon()
1171 count = get_word (e, real_filename); in define_icon()
[all …]