Searched refs:STO_RISCV_VARIANT_CC (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Driscv.h133 #define STO_RISCV_VARIANT_CC 0x80
124 #define STO_RISCV_VARIANT_CC macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Driscv.h122 #define STO_RISCV_VARIANT_CC 0x80 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Driscv.h124 #define STO_RISCV_VARIANT_CC 0x80 macro
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfnn-riscv.c1279 /* If the symbol has STO_RISCV_VARIANT_CC flag, then raise the
1281 if (h->other & STO_RISCV_VARIANT_CC)
5547 if (isym_sto & ~STO_RISCV_VARIANT_CC)
5551 if (isym_sto & STO_RISCV_VARIANT_CC)
5552 h->other |= STO_RISCV_VARIANT_CC;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfnn-riscv.c1151 /* If the symbol has STO_RISCV_VARIANT_CC flag, then raise the
1153 if (h->other & STO_RISCV_VARIANT_CC)
5318 if (isym_sto & ~STO_RISCV_VARIANT_CC)
5322 if (isym_sto & STO_RISCV_VARIANT_CC)
5323 h->other |= STO_RISCV_VARIANT_CC;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-riscv.c1179 /* If the symbol has STO_RISCV_VARIANT_CC flag, then raise the
1181 if (h->other & STO_RISCV_VARIANT_CC)
5233 if (isym_sto & ~STO_RISCV_VARIANT_CC)
5237 if (isym_sto & STO_RISCV_VARIANT_CC)
5238 h->other |= STO_RISCV_VARIANT_CC;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.c5357 elfsym->internal_elf_sym.st_other |= STO_RISCV_VARIANT_CC;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c4581 elfsym->internal_elf_sym.st_other |= STO_RISCV_VARIANT_CC;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c13409 if (other & STO_RISCV_VARIANT_CC)
13412 other &= ~STO_RISCV_VARIANT_CC;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c12866 if (other & STO_RISCV_VARIANT_CC)
12869 other &= ~STO_RISCV_VARIANT_CC;

Completed in 482 milliseconds