Home
last modified time | relevance | path

Searched refs:NUM_SYMBOL_TYPES (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-protos.h36 #define NUM_SYMBOL_TYPES (SYMBOL_TLS_GD + 1) macro
H A Driscv.c63 && XINT (X, 1) < UNSPEC_ADDRESS_FIRST + NUM_SYMBOL_TYPES)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-protos.h36 #define NUM_SYMBOL_TYPES (SYMBOL_TLS_GD + 1) macro
H A Driscv.cc65 && XINT (X, 1) < UNSPEC_ADDRESS_FIRST + NUM_SYMBOL_TYPES)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-protos.h44 #define NUM_SYMBOL_TYPES (SYMBOL_TLSLDM + 1) macro
H A Dloongarch.cc74 && XINT (X, 1) < UNSPEC_ADDRESS_FIRST + NUM_SYMBOL_TYPES)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h128 #define NUM_SYMBOL_TYPES (SYMBOL_HALF + 1) macro
H A Dmips.c76 && XINT (X, 1) < UNSPEC_ADDRESS_FIRST + NUM_SYMBOL_TYPES)
519 bool mips_split_p[NUM_SYMBOL_TYPES];
523 bool mips_split_hi_p[NUM_SYMBOL_TYPES];
527 bool mips_use_pcrel_pool_p[NUM_SYMBOL_TYPES];
532 const char *mips_lo_relocs[NUM_SYMBOL_TYPES];
535 const char *mips_hi_relocs[NUM_SYMBOL_TYPES];
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h128 #define NUM_SYMBOL_TYPES (SYMBOL_HALF + 1) macro
H A Dmips.cc78 && XINT (X, 1) < UNSPEC_ADDRESS_FIRST + NUM_SYMBOL_TYPES)
521 bool mips_split_p[NUM_SYMBOL_TYPES];
525 bool mips_split_hi_p[NUM_SYMBOL_TYPES];
529 bool mips_use_pcrel_pool_p[NUM_SYMBOL_TYPES];
534 const char *mips_lo_relocs[NUM_SYMBOL_TYPES];
537 const char *mips_hi_relocs[NUM_SYMBOL_TYPES];
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog13478 * config/riscv/riscv-protos.h (NUM_SYMBOL_TYPES): Likewise.
H A DChangeLog-200439992 (NUM_SYMBOL_TYPES): Likewise.
39997 * config/mips/mips.c (enum mips_symbol_type, NUM_SYMBOL_TYPES): Delete.
H A DChangeLog-20033390 (NUM_SYMBOL_TYPES): New macro.