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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 179 static symbolS *last_label_seen = NULL; variable
5034 last_label_seen = sym;
tc-aarch64.c 583 static symbolS *last_label_seen;
8837 if (last_label_seen != NULL)
8839 symbol_set_frag (last_label_seen, frag_now);
8840 S_SET_VALUE (last_label_seen, frag_now_fix ());
8841 S_SET_SEGMENT (last_label_seen, now_seg);
8993 last_label_seen = NULL;
8999 last_label_seen = sym;
582 static symbolS *last_label_seen; variable
tc-arm.c 956 symbolS * last_label_seen; variable
23307 if (last_label_seen != NULL)
23309 symbol_set_frag (last_label_seen, frag_now);
23310 S_SET_VALUE (last_label_seen, (valueT) frag_now_fix ());
23311 S_SET_SEGMENT (last_label_seen, now_seg);
23532 last_label_seen = NULL;
23538 last_label_seen = sym;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 179 static symbolS *last_label_seen = NULL; variable
5034 last_label_seen = sym;
tc-aarch64.c 578 static symbolS *last_label_seen;
8729 if (last_label_seen != NULL)
8731 symbol_set_frag (last_label_seen, frag_now);
8732 S_SET_VALUE (last_label_seen, frag_now_fix ());
8733 S_SET_SEGMENT (last_label_seen, now_seg);
8885 last_label_seen = NULL;
8891 last_label_seen = sym;
577 static symbolS *last_label_seen; variable
tc-arm.c 960 symbolS * last_label_seen; variable
23310 if (last_label_seen != NULL)
23312 symbol_set_frag (last_label_seen, frag_now);
23313 S_SET_VALUE (last_label_seen, (valueT) frag_now_fix ());
23314 S_SET_SEGMENT (last_label_seen, now_seg);
23535 last_label_seen = NULL;
23541 last_label_seen = sym;

Completed in 77 milliseconds