Home
last modified time | relevance | path

Searched refs:sh_end_of_match (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.c4494 sh_end_of_match (char *cont, const char *what) in sh_end_of_match() function
4553 else if ((next_end = sh_end_of_match (next + 1, "GOTOFF"))) in sh_parse_name()
4555 else if ((next_end = sh_end_of_match (next + 1, "GOTPLT"))) in sh_parse_name()
4557 else if ((next_end = sh_end_of_match (next + 1, "GOT"))) in sh_parse_name()
4559 else if ((next_end = sh_end_of_match (next + 1, "PLT"))) in sh_parse_name()
4561 else if ((next_end = sh_end_of_match (next + 1, "TLSGD"))) in sh_parse_name()
4563 else if ((next_end = sh_end_of_match (next + 1, "TLSLDM"))) in sh_parse_name()
4565 else if ((next_end = sh_end_of_match (next + 1, "GOTTPOFF"))) in sh_parse_name()
4567 else if ((next_end = sh_end_of_match (next + 1, "TPOFF"))) in sh_parse_name()
4569 else if ((next_end = sh_end_of_match (next + 1, "DTPOFF"))) in sh_parse_name()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02037194 sh_end_of_match, sh_parse_name): New functions.