HomeSort by: relevance | last modified time | path
    Searched defs:get_long (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/shark/stand/ofwboot/
ofdev.c 174 get_long(const void *p) function
212 poff = get_long(&p->mbrp_start) + off0;
227 poff = get_long(&p->mbrp_start);
ofdev.c 174 get_long(const void *p) function
212 poff = get_long(&p->mbrp_start) + off0;
227 poff = get_long(&p->mbrp_start);
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 224 get_long(const void *p) function
262 poff = get_long(&p->mbrp_start) + off0;
277 poff = get_long(&p->mbrp_start);
ofdev.c 224 get_long(const void *p) function
262 poff = get_long(&p->mbrp_start) + off0;
277 poff = get_long(&p->mbrp_start);
  /src/sys/arch/vax/vax/
db_disasm.c 117 static inline int get_long(inst_buffer * ib);
238 ib->off = get_long(ib);
356 tmp = get_long(ib);
371 tmp = get_long(ib);
421 tmp = get_long(ib);
456 get_long(inst_buffer *ib) function
db_disasm.c 117 static inline int get_long(inst_buffer * ib);
238 ib->off = get_long(ib);
356 tmp = get_long(ib);
371 tmp = get_long(ib);
421 tmp = get_long(ib);
456 get_long(inst_buffer *ib) function
  /src/external/gpl3/binutils/dist/binutils/
resrc.c 191 static unsigned long get_long (FILE *, const char *);
653 get_long (FILE *e, const char *msg)
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename);
1202 icondirs[i].bytes = get_long (e, real_filename);
1203 icondirs[i].offset = get_long (e, real_filename);
652 get_long (FILE *e, const char *msg) function
resrc.c 191 static unsigned long get_long (FILE *, const char *);
653 get_long (FILE *e, const char *msg)
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename);
1202 icondirs[i].bytes = get_long (e, real_filename);
1203 icondirs[i].offset = get_long (e, real_filename);
652 get_long (FILE *e, const char *msg) function
  /src/external/gpl3/binutils.old/dist/binutils/
resrc.c 191 static unsigned long get_long (FILE *, const char *);
653 get_long (FILE *e, const char *msg)
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename);
1202 icondirs[i].bytes = get_long (e, real_filename);
1203 icondirs[i].offset = get_long (e, real_filename);
652 get_long (FILE *e, const char *msg) function
resrc.c 191 static unsigned long get_long (FILE *, const char *);
653 get_long (FILE *e, const char *msg)
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename);
1202 icondirs[i].bytes = get_long (e, real_filename);
1203 icondirs[i].offset = get_long (e, real_filename);
652 get_long (FILE *e, const char *msg) function

Completed in 51 milliseconds