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

/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Ddb_disasm.c122 static inline int get_long(inst_buffer * ib);
237 ib->off = get_long(ib);
355 tmp = get_long(ib);
370 tmp = get_long(ib);
420 tmp = get_long(ib);
455 get_long(inst_buffer *ib) function
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c220 get_long(const void *p) function
258 poff = get_long(&p->mbrp_start) + off0;
273 poff = get_long(&p->mbrp_start);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresrc.c196 static unsigned long get_long (FILE *, const char *);
662 get_long (FILE *e, const char *msg)
794 icondirs[i].bytes = get_long (e, real_filename);
795 icondirs[i].offset = get_long (e, real_filename);
1195 icondirs[i].bytes = get_long (e, real_filename);
1196 icondirs[i].offset = get_long (e, real_filename);
661 get_long (FILE *e, const char *msg) function

Completed in 134 milliseconds