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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-protos.h 92 REG and OFFSET are the operands to the LO_SUM and SYMBOL_TYPE
96 SYMBOL_TYPE is the type of symbol that the address references. */
101 enum riscv_symbol_type symbol_type; member in struct:riscv_address_info
riscv.cc 1039 the symbol in *SYMBOL_TYPE. */
1042 riscv_symbolic_constant_p (rtx x, enum riscv_symbol_type *symbol_type)
1049 *symbol_type = UNSPEC_ADDRESS_TYPE (x);
1053 *symbol_type = riscv_classify_symbol (x);
1061 switch (*symbol_type)
1358 /* Should a symbol of type SYMBOL_TYPE should be split in two? */
1361 riscv_split_symbol_type (enum riscv_symbol_type symbol_type)
1363 if (symbol_type == SYMBOL_TLS_LE)
1369 return symbol_type == SYMBOL_ABSOLUTE || symbol_type == SYMBOL_PCREL
1779 enum riscv_symbol_type symbol_type; local
2114 enum riscv_symbol_type symbol_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
plugin-api.h 149 char symbol_type; member in struct:ld_plugin_symbol
153 char symbol_type; member in struct:ld_plugin_symbol
157 char symbol_type; member in struct:ld_plugin_symbol
  /src/external/gpl3/binutils/dist/gprofng/src/
QLParser.tab.hh 828 struct symbol_type : basic_symbol<by_kind> struct in class:QL::Parser
834 symbol_type () YY_NOEXCEPT {}
838 symbol_type (int tok) function in struct:QL::Parser::symbol_type
841 symbol_type (int tok)
852 symbol_type (int tok, std::string v) function in struct:QL::Parser::symbol_type
855 symbol_type (int tok, const std::string& v)
864 symbol_type (int tok, uint64_t v) function in struct:QL::Parser::symbol_type
867 symbol_type (int tok, const uint64_t& v)
927 symbol_type
930 return symbol_type (token::L_YYEOF)
    [all...]
  /src/external/gpl3/binutils/dist/include/
plugin-api.h 150 char symbol_type; member in struct:ld_plugin_symbol
154 char symbol_type; member in struct:ld_plugin_symbol
158 char symbol_type; member in struct:ld_plugin_symbol
  /src/external/gpl3/binutils.old/dist/gprofng/src/
QLParser.tab.hh 828 struct symbol_type : basic_symbol<by_kind> struct in class:QL::Parser
834 symbol_type () YY_NOEXCEPT {}
838 symbol_type (int tok) function in struct:QL::Parser::symbol_type
841 symbol_type (int tok)
852 symbol_type (int tok, std::string v) function in struct:QL::Parser::symbol_type
855 symbol_type (int tok, const std::string& v)
864 symbol_type (int tok, uint64_t v) function in struct:QL::Parser::symbol_type
867 symbol_type (int tok, const uint64_t& v)
927 symbol_type
930 return symbol_type (token::L_YYEOF)
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
plugin-api.h 150 char symbol_type; member in struct:ld_plugin_symbol
154 char symbol_type; member in struct:ld_plugin_symbol
158 char symbol_type; member in struct:ld_plugin_symbol
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-protos.h 616 enum aarch64_symbol_type symbol_type; member in struct:aarch64_address_info
  /src/external/gpl3/gcc/dist/include/
plugin-api.h 150 char symbol_type; member in struct:ld_plugin_symbol
154 char symbol_type; member in struct:ld_plugin_symbol
158 char symbol_type; member in struct:ld_plugin_symbol
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-protos.h 611 enum aarch64_symbol_type symbol_type; member in struct:aarch64_address_info
  /src/external/gpl3/gdb.old/dist/include/
plugin-api.h 150 char symbol_type; member in struct:ld_plugin_symbol
154 char symbol_type; member in struct:ld_plugin_symbol
158 char symbol_type; member in struct:ld_plugin_symbol
  /src/external/gpl3/gdb/dist/include/
plugin-api.h 150 char symbol_type; member in struct:ld_plugin_symbol
154 char symbol_type; member in struct:ld_plugin_symbol
158 char symbol_type; member in struct:ld_plugin_symbol
  /src/external/gpl3/binutils/dist/bfd/
som.c 148 unsigned int symbol_type; member in struct:som_misc_symbol_info
4229 info->symbol_type = ST_DATA;
4236 info->symbol_type = ST_STORAGE;
4250 info->symbol_type = ST_CODE;
4261 info->symbol_type = ST_ENTRY;
4271 info->symbol_type = ST_ABSOLUTE;
4273 info->symbol_type = ST_CODE;
4275 info->symbol_type = ST_DATA;
4280 info->symbol_type = ST_ABSOLUTE;
4282 info->symbol_type = ST_CODE
4524 unsigned int symbol_type = (flags >> SOM_SYMBOL_TYPE_SH) & SOM_SYMBOL_TYPE_MASK; local
4612 unsigned int symbol_type = local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 148 unsigned int symbol_type; member in struct:som_misc_symbol_info
4229 info->symbol_type = ST_DATA;
4236 info->symbol_type = ST_STORAGE;
4250 info->symbol_type = ST_CODE;
4261 info->symbol_type = ST_ENTRY;
4271 info->symbol_type = ST_ABSOLUTE;
4273 info->symbol_type = ST_CODE;
4275 info->symbol_type = ST_DATA;
4280 info->symbol_type = ST_ABSOLUTE;
4282 info->symbol_type = ST_CODE
4522 unsigned int symbol_type = (flags >> SOM_SYMBOL_TYPE_SH) & SOM_SYMBOL_TYPE_MASK; local
4610 unsigned int symbol_type = local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 128 enum microblaze_symbol_type symbol_type; member in struct:microblaze_address_info
637 info->symbol_type = SYMBOL_TYPE_GENERAL;
745 info->symbol_type = SYMBOL_TYPE_INVALID;
788 info->symbol_type = SYMBOL_TYPE_GENERAL;
827 info->symbol_type = SYMBOL_TYPE_GENERAL;
869 info->symbol_type = SYMBOL_TYPE_GENERAL;
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 128 enum microblaze_symbol_type symbol_type; member in struct:microblaze_address_info
638 info->symbol_type = SYMBOL_TYPE_GENERAL;
746 info->symbol_type = SYMBOL_TYPE_INVALID;
789 info->symbol_type = SYMBOL_TYPE_GENERAL;
828 info->symbol_type = SYMBOL_TYPE_GENERAL;
870 info->symbol_type = SYMBOL_TYPE_GENERAL;
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 148 unsigned int symbol_type; member in struct:som_misc_symbol_info
4229 info->symbol_type = ST_DATA;
4236 info->symbol_type = ST_STORAGE;
4250 info->symbol_type = ST_CODE;
4261 info->symbol_type = ST_ENTRY;
4271 info->symbol_type = ST_ABSOLUTE;
4273 info->symbol_type = ST_CODE;
4275 info->symbol_type = ST_DATA;
4280 info->symbol_type = ST_ABSOLUTE;
4282 info->symbol_type = ST_CODE
4522 unsigned int symbol_type = (flags >> SOM_SYMBOL_TYPE_SH) & SOM_SYMBOL_TYPE_MASK; local
4610 unsigned int symbol_type = local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 148 unsigned int symbol_type; member in struct:som_misc_symbol_info
4229 info->symbol_type = ST_DATA;
4236 info->symbol_type = ST_STORAGE;
4250 info->symbol_type = ST_CODE;
4261 info->symbol_type = ST_ENTRY;
4271 info->symbol_type = ST_ABSOLUTE;
4273 info->symbol_type = ST_CODE;
4275 info->symbol_type = ST_DATA;
4280 info->symbol_type = ST_ABSOLUTE;
4282 info->symbol_type = ST_CODE
4522 unsigned int symbol_type = (flags >> SOM_SYMBOL_TYPE_SH) & SOM_SYMBOL_TYPE_MASK; local
4610 unsigned int symbol_type = local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 129 SYMBOL_TYPE is the type of symbol that the address references. */
135 enum loongarch_symbol_type symbol_type; member in struct:loongarch_address_info
1674 store the type of the symbol in *SYMBOL_TYPE. */
1677 loongarch_symbolic_constant_p (rtx x, enum loongarch_symbol_type *symbol_type)
1684 *symbol_type = UNSPEC_ADDRESS_TYPE (x);
1689 *symbol_type = loongarch_classify_symbol (x);
1690 if (*symbol_type == SYMBOL_TLS)
1701 switch (*symbol_type)
1966 return factor * loongarch_symbol_insns (addr.symbol_type, mode);
2037 enum loongarch_symbol_type symbol_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 180 REG and OFFSET are the operands to the LO_SUM and SYMBOL_TYPE
184 SYMBOL_TYPE is the type of symbol that the address references. */
189 enum riscv_symbol_type symbol_type; member in struct:riscv_address_info
670 the symbol in *SYMBOL_TYPE. */
673 riscv_symbolic_constant_p (rtx x, enum riscv_symbol_type *symbol_type)
680 *symbol_type = UNSPEC_ADDRESS_TYPE (x);
684 *symbol_type = riscv_classify_symbol (x);
692 switch (*symbol_type)
817 /* Should a symbol of type SYMBOL_TYPE should be split in two? */
820 riscv_split_symbol_type (enum riscv_symbol_type symbol_type)
1030 enum riscv_symbol_type symbol_type; local
1289 enum riscv_symbol_type symbol_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 132 enum loongarch_symbol_type symbol_type; member in struct:loongarch_address_info
1916 store the type of the symbol in *SYMBOL_TYPE. */
1919 loongarch_symbolic_constant_p (rtx x, enum loongarch_symbol_type *symbol_type)
1926 *symbol_type = UNSPEC_ADDRESS_TYPE (x);
1930 *symbol_type = loongarch_classify_symbol (x);
1939 switch (*symbol_type)
2145 /* Should a symbol of type SYMBOL_TYPE should be split in two or more? */
2148 loongarch_split_symbol_type (enum loongarch_symbol_type symbol_type)
2150 switch (symbol_type)
2170 LO_SUM symbol has type SYMBOL_TYPE. *
2485 enum loongarch_symbol_type symbol_type; local
3093 enum loongarch_symbol_type symbol_type = loongarch_classify_symbol (addr); local
3177 enum loongarch_symbol_type symbol_type; local
3468 enum loongarch_symbol_type symbol_type; local
5978 enum loongarch_symbol_type symbol_type = local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 370 REG and OFFSET are the operands to the LO_SUM and SYMBOL_TYPE
374 SYMBOL_TYPE is the type of symbol that the address references. */
379 enum mips_symbol_type symbol_type; member in struct:mips_address_info
2266 CONTEXT. If it is, store the type of the symbol in *SYMBOL_TYPE. */
2270 enum mips_symbol_type *symbol_type)
2277 *symbol_type = UNSPEC_ADDRESS_TYPE (x);
2282 *symbol_type = mips_classify_symbol (x, context);
2283 if (*symbol_type == SYMBOL_TLS)
2294 switch (*symbol_type)
2617 LO_SUM symbol has type SYMBOL_TYPE. *
2943 enum mips_symbol_type symbol_type; local
3439 enum mips_symbol_type symbol_type; local
3859 enum mips_symbol_type symbol_type; local
5254 enum mips_symbol_type symbol_type; local
9032 enum mips_symbol_type symbol_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 370 REG and OFFSET are the operands to the LO_SUM and SYMBOL_TYPE
374 SYMBOL_TYPE is the type of symbol that the address references. */
379 enum mips_symbol_type symbol_type; member in struct:mips_address_info
2186 CONTEXT. If it is, store the type of the symbol in *SYMBOL_TYPE. */
2190 enum mips_symbol_type *symbol_type)
2197 *symbol_type = UNSPEC_ADDRESS_TYPE (x);
2202 *symbol_type = mips_classify_symbol (x, context);
2203 if (*symbol_type == SYMBOL_TLS)
2214 switch (*symbol_type)
2532 LO_SUM symbol has type SYMBOL_TYPE. *
2853 enum mips_symbol_type symbol_type; local
3346 enum mips_symbol_type symbol_type; local
3766 enum mips_symbol_type symbol_type; local
5126 enum mips_symbol_type symbol_type; local
8858 enum mips_symbol_type symbol_type; local
    [all...]

Completed in 71 milliseconds