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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dnlmcode.h65 #define get_word H_GET_64 macro
69 #define get_word H_GET_32 macro
95 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
101 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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dnlmcode.h65 #define get_word H_GET_64 macro
69 #define get_word H_GET_32 macro
95 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
101 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...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Ddb_disasm.c121 static inline int get_word(inst_buffer * ib);
167 symname, (unsigned short) get_word(&ib));
234 ib->off = (short) get_word(ib);
367 tmp = (signed short) get_word(ib);
405 tmp = (signed short) get_word(ib);
447 get_word(inst_buffer *ib) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dendian.c31 get_word (x) function
H A Dcr16_sim.h437 extern uint16 get_word PARAMS ((uint8 *));
445 #define RW(x) get_word(dmem_addr(x))
448 #define READ_16(x) get_word(x)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dendian.c11 get_word (x) function
H A Dd10v_sim.h458 extern uint16 get_word PARAMS ((uint8 *));
466 #define RW(x) get_word(dmem_addr(x))
469 #define READ_16(x) get_word(x)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/refer/
H A Dcommand.cpp258 int get_word(string &word_buffer) function
776 int res = get_word(command);
784 while ((res = get_word(command)) == 1) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Dmn10300_sim.h243 uint32 get_word (uint8 *);
H A Dinterp.c365 get_word (uint8 *x) function
412 State.regs[rn] = get_word (memory);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresrc.c195 static int get_word (FILE *, const char *);
647 get_word (FILE *e, const char *msg)
776 get_word (e, real_filename);
777 type = get_word (e, real_filename);
778 count = get_word (e, real_filename);
792 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
793 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
1177 get_word (e, real_filename);
1178 type = get_word (e, real_filename);
1179 count = get_word (
646 get_word (FILE *e, const char *msg) function
[all...]

Completed in 119 milliseconds