HomeSort by relevance Sort by last modified time
    Searched refs:STO_SH5_ISA32 (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/include/elf/
sh.h 98 #define STO_SH5_ISA32 (1 << 2)
  /toolchain/binutils/binutils-2.25/opcodes/
sh64-dis.c 32 (((elf_symbol_type *) (SYM))->internal_elf_sym.st_other & STO_SH5_ISA32)
485 symbol; for a BranchTarget this is marked as STO_SH5_ISA32 and then
491 == STO_SH5_ISA32)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c 208 global and without STO_SH5_ISA32, we just equate the
210 STO_SH5_ISA32 will handle the datalabelness. */
213 if (S_GET_OTHER (mainsym) != STO_SH5_ISA32)
240 S_GET_OTHER (symp) & ~STO_SH5_ISA32);
265 if (S_GET_OTHER (symp) & STO_SH5_ISA32)
285 && S_GET_OTHER (mainsym) != STO_SH5_ISA32
299 /* Don't forget to remove the STO_SH5_ISA32 attribute after
301 S_SET_OTHER (symp, S_GET_OTHER (symp) & ~STO_SH5_ISA32);
451 table is written. We subtract 1 from all symbols marked STO_SH5_ISA32,
487 else if (S_GET_OTHER (symp) & STO_SH5_ISA32)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
shdl-1.s 12 ! STO_SH5_ISA32-marked symbol.
  /toolchain/binutils/binutils-2.25/bfd/
elf64-sh64.c     [all...]
elf32-sh.c     [all...]

Completed in 167 milliseconds