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

  /src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c 5676 const struct nds32_relocs_pattern *pattern, *hi_pattern = NULL;
5701 hi_pattern = pattern;
5788 if (!hi_pattern
5789 || (hi_pattern->fixP
5790 && hi_pattern->fixP->fx_r_type == hint->hi_type))
5669 const struct nds32_relocs_pattern *pattern, *hi_pattern = NULL; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c 5671 const struct nds32_relocs_pattern *pattern, *hi_pattern = NULL;
5696 hi_pattern = pattern;
5783 if (!hi_pattern
5784 || (hi_pattern->fixP
5785 && hi_pattern->fixP->fx_r_type == hint->hi_type))
5664 const struct nds32_relocs_pattern *pattern, *hi_pattern = NULL; local

Completed in 32 milliseconds