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

  /src/sys/dev/microcode/siop/
ncr53cxxx.c 308 void define_symbol (char *, u_int32_t, short, short);
445 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED);
625 void define_symbol (char *name, u_int32_t value, short type, short flags) function
905 define_symbol (tokens[i].name, 0, type, flags);
940 define_symbol (name, value, type, F_DEFINED);
ncr53cxxx.c 308 void define_symbol (char *, u_int32_t, short, short);
445 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED);
625 void define_symbol (char *name, u_int32_t value, short type, short flags) function
905 define_symbol (tokens[i].name, 0, type, flags);
940 define_symbol (name, value, type, F_DEFINED);
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 2896 newobj->name = define_symbol (valu, name, desc, type, objfile);
2903 struct symbol *sym = define_symbol (valu, name, desc, type,
3133 define_symbol (CORE_ADDR valu, const char *string, int desc, int type,
4271 - According to the comment in define_symbol (search for
3130 define_symbol (CORE_ADDR valu, const char *string, int desc, int type, function
stabsread.c 2896 newobj->name = define_symbol (valu, name, desc, type, objfile);
2903 struct symbol *sym = define_symbol (valu, name, desc, type,
3133 define_symbol (CORE_ADDR valu, const char *string, int desc, int type,
4271 - According to the comment in define_symbol (search for
3130 define_symbol (CORE_ADDR valu, const char *string, int desc, int type, function
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 2898 newobj->name = define_symbol (valu, name, desc, type, objfile);
2905 struct symbol *sym = define_symbol (valu, name, desc, type,
3135 define_symbol (CORE_ADDR valu, const char *string, int desc, int type,
4273 - According to the comment in define_symbol (search for
3132 define_symbol (CORE_ADDR valu, const char *string, int desc, int type, function
stabsread.c 2898 newobj->name = define_symbol (valu, name, desc, type, objfile);
2905 struct symbol *sym = define_symbol (valu, name, desc, type,
3135 define_symbol (CORE_ADDR valu, const char *string, int desc, int type,
4273 - According to the comment in define_symbol (search for
3132 define_symbol (CORE_ADDR valu, const char *string, int desc, int type, function

Completed in 40 milliseconds