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

  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 2067 static symbolS *last_proc_sym = NULL; variable
2075 last_proc_sym = sym;
2327 /* TB begin : add BSF_FUNCTION attribute to last_proc_sym symbol */
2330 if (!last_proc_sym)
2336 /* last_proc_sym->symbol.flags |= BSF_FUNCTION; */
2337 symbol_get_bfdsym (last_proc_sym)->flags |= BSF_FUNCTION;
2342 strlen (S_GET_NAME (last_proc_sym)) + strlen (MINUSEXPR) + 1;
2351 strcat (newdirective, S_GET_NAME (last_proc_sym));
2357 S_SET_SIZE (last_proc_sym, exp.X_add_number);
2358 symbol_get_obj (last_proc_sym)->size = NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 2067 static symbolS *last_proc_sym = NULL; variable
2075 last_proc_sym = sym;
2327 /* TB begin : add BSF_FUNCTION attribute to last_proc_sym symbol */
2330 if (!last_proc_sym)
2336 /* last_proc_sym->symbol.flags |= BSF_FUNCTION; */
2337 symbol_get_bfdsym (last_proc_sym)->flags |= BSF_FUNCTION;
2342 strlen (S_GET_NAME (last_proc_sym)) + strlen (MINUSEXPR) + 1;
2351 strcat (newdirective, S_GET_NAME (last_proc_sym));
2357 S_SET_SIZE (last_proc_sym, exp.X_add_number);
2358 symbol_get_obj (last_proc_sym)->size = NULL
    [all...]

Completed in 16 milliseconds