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

/netbsd-current/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-current/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-current/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-current/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-current/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];

Completed in 234 milliseconds