HomeSort by: relevance | last modified time | path
    Searched refs:symbol_type (Results 1 - 25 of 29) sorted by relevancy

1 2

  /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...]
QLParser.tab.cc 58 static QL::Parser::symbol_type yylex (QL::Result &result);
247 Parser::stack_symbol_type::stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) that)
378 Parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym)
461 symbol_type yyla;
511 symbol_type yylookahead (yylex (result));
1286 static Parser::symbol_type
1287 unget_ret (std::istream &in, char c, Parser::symbol_type tok)
1293 static Parser::symbol_type
QLParser.yy 47 static QL::Parser::symbol_type yylex (QL::Result &result);
201 static Parser::symbol_type
202 unget_ret (std::istream &in, char c, Parser::symbol_type tok)
208 static Parser::symbol_type
  /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...]
QLParser.tab.cc 58 static QL::Parser::symbol_type yylex (QL::Result &result);
247 Parser::stack_symbol_type::stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) that)
378 Parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym)
461 symbol_type yyla;
511 symbol_type yylookahead (yylex (result));
1286 static Parser::symbol_type
1287 unget_ret (std::istream &in, char c, Parser::symbol_type tok)
1293 static Parser::symbol_type
QLParser.yy 47 static QL::Parser::symbol_type yylex (QL::Result &result);
201 static Parser::symbol_type
202 unget_ret (std::istream &in, char c, Parser::symbol_type tok)
208 static Parser::symbol_type
  /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/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/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/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...]
plugin.c 900 switch (syms[i].symbol_type)
  /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...]
plugin.c 896 switch (syms[i].symbol_type)
  /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.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/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...]
  /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/binutils/dist/ld/
testplug.c 249 sym->symbol_type = 0;
testplug3.c 230 sym->symbol_type = 0;
testplug2.c 231 sym->symbol_type = 0;
testplug4.c 231 sym->symbol_type = 0;
  /src/external/gpl3/binutils.old/dist/ld/
testplug.c 250 sym->symbol_type = 0;
testplug3.c 231 sym->symbol_type = 0;
testplug2.c 232 sym->symbol_type = 0;
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c 301 entry->unused = entry->section_kind = entry->symbol_type = 0;
343 entry->symbol_type = symbol_types[t];
399 - symbol_type

Completed in 68 milliseconds

1 2