Searched refs:get_word (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | nlmcode.h | 64 #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 …]
|
D | ChangeLog-0001 | 2438 * elfcode.h: (put_word, get_word, put_signed_word, get_signed_word):
|
D | ChangeLog-9193 | 3180 * elfcode.h (put_word, get_word): Define as appropriate for
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | resrc.c | 189 static int get_word (FILE *, const char *); 641 get_word (FILE *e, const char *msg) in get_word() function 769 get_word (e, real_filename); in define_cursor() 770 type = get_word (e, real_filename); in define_cursor() 771 count = get_word (e, real_filename); in define_cursor() 785 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename); in define_cursor() 786 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename); in define_cursor() 1170 get_word (e, real_filename); in define_icon() 1171 type = get_word (e, real_filename); in define_icon() 1172 count = get_word (e, real_filename); in define_icon() [all …]
|