Searched refs:get_long (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/vax/vax/
H A Ddb_disasm.c116 static inline int get_long(inst_buffer * ib);
231 ib->off = get_long(ib);
349 tmp = get_long(ib);
364 tmp = get_long(ib);
414 tmp = get_long(ib);
449 get_long(inst_buffer *ib) function
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dofdev.c174 get_long(const void *p) function
212 poff = get_long(&p->mbrp_start) + off0;
227 poff = get_long(&p->mbrp_start);
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c224 get_long(const void *p) function
262 poff = get_long(&p->mbrp_start) + off0;
277 poff = get_long(&p->mbrp_start);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresrc.c191 static unsigned long get_long (FILE *, const char *);
653 get_long (FILE *e, const char *msg)
785 icondirs[i].bytes = get_long (e, real_filename);
786 icondirs[i].offset = get_long (e, real_filename);
1186 icondirs[i].bytes = get_long (e, real_filename);
1187 icondirs[i].offset = get_long (e, real_filename);
658 get_long (FILE *e, const char *msg) function
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresrc.c190 static unsigned long get_long (FILE *, const char *);
657 get_long (FILE *e, const char *msg)
789 icondirs[i].bytes = get_long (e, real_filename);
790 icondirs[i].offset = get_long (e, real_filename);
1190 icondirs[i].bytes = get_long (e, real_filename);
1191 icondirs[i].offset = get_long (e, real_filename);
656 get_long (FILE *e, const char *msg) function
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresrc.c191 static unsigned long get_long (FILE *, const char *);
659 get_long (FILE *e, const char *msg)
791 icondirs[i].bytes = get_long (e, real_filename);
792 icondirs[i].offset = get_long (e, real_filename);
1192 icondirs[i].bytes = get_long (e, real_filename);
1193 icondirs[i].offset = get_long (e, real_filename);
658 get_long (FILE *e, const char *msg) function

Completed in 195 milliseconds