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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.c 2447 mn10300_end_of_match (char *cont, const char *what)
2506 else if ((next_end = mn10300_end_of_match (next + 1, "GOTOFF")))
2508 else if ((next_end = mn10300_end_of_match (next + 1, "GOT")))
2510 else if ((next_end = mn10300_end_of_match (next + 1, "PLT")))
2512 else if ((next_end = mn10300_end_of_match (next + 1, "tlsgd")))
2514 else if ((next_end = mn10300_end_of_match (next + 1, "tlsldm")))
2516 else if ((next_end = mn10300_end_of_match (next + 1, "dtpoff")))
2518 else if ((next_end = mn10300_end_of_match (next + 1, "gotntpoff")))
2520 else if ((next_end = mn10300_end_of_match (next + 1, "indntpoff")))
2522 else if ((next_end = mn10300_end_of_match (next + 1, "tpoff"))
2444 mn10300_end_of_match (char *cont, const char *what) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10300.c 2447 mn10300_end_of_match (char *cont, const char *what)
2506 else if ((next_end = mn10300_end_of_match (next + 1, "GOTOFF")))
2508 else if ((next_end = mn10300_end_of_match (next + 1, "GOT")))
2510 else if ((next_end = mn10300_end_of_match (next + 1, "PLT")))
2512 else if ((next_end = mn10300_end_of_match (next + 1, "tlsgd")))
2514 else if ((next_end = mn10300_end_of_match (next + 1, "tlsldm")))
2516 else if ((next_end = mn10300_end_of_match (next + 1, "dtpoff")))
2518 else if ((next_end = mn10300_end_of_match (next + 1, "gotntpoff")))
2520 else if ((next_end = mn10300_end_of_match (next + 1, "indntpoff")))
2522 else if ((next_end = mn10300_end_of_match (next + 1, "tpoff"))
2444 mn10300_end_of_match (char *cont, const char *what) function
    [all...]

Completed in 19 milliseconds