Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/vax/vax/
Ddb_disasm.c117 static inline int get_long(inst_buffer * ib);
238 ib->off = get_long(ib); in get_operands()
356 tmp = get_long(ib); in get_operand()
371 tmp = get_long(ib); in get_operand()
421 tmp = get_long(ib); in get_operand()
456 get_long(inst_buffer *ib) in get_long() function
/netbsd/src/sys/arch/shark/stand/ofwboot/
Dofdev.c174 get_long(const void *p) in get_long() function
212 poff = get_long(&p->mbrp_start) + off0; in search_label()
227 poff = get_long(&p->mbrp_start); in search_label()
/netbsd/src/sys/arch/macppc/stand/ofwboot/
Dofdev.c224 get_long(const void *p) in get_long() function
262 poff = get_long(&p->mbrp_start) + off0; in search_dos_label()
277 poff = get_long(&p->mbrp_start); in search_dos_label()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dresrc.c191 static unsigned long get_long (FILE *, const char *);
652 get_long (FILE *e, const char *msg) in get_long() function
783 icondirs[i].bytes = get_long (e, real_filename); in define_cursor()
784 icondirs[i].offset = get_long (e, real_filename); in define_cursor()
1184 icondirs[i].bytes = get_long (e, real_filename); in define_icon()
1185 icondirs[i].offset = get_long (e, real_filename); in define_icon()