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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 5198 bool alt_reloc;
5202 if (decode_reloc (fixP->fx_r_type, &slot, &alt_reloc)
5203 || alt_reloc)
5815 bool alt_reloc;
5836 if (decode_reloc (fixP->fx_r_type, &slot, &alt_reloc) != 0)
5844 if (alt_reloc || opcode == xtensa_const16_opcode)
5190 bool alt_reloc; local
5806 bool alt_reloc; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 5198 bool alt_reloc;
5202 if (decode_reloc (fixP->fx_r_type, &slot, &alt_reloc)
5203 || alt_reloc)
5815 bool alt_reloc;
5836 if (decode_reloc (fixP->fx_r_type, &slot, &alt_reloc) != 0)
5844 if (alt_reloc || opcode == xtensa_const16_opcode)
5190 bool alt_reloc; local
5806 bool alt_reloc; local

Completed in 38 milliseconds