| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Symtab.h | 60 …Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility … 69 …uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& inde… 70 …uint32_t AppendSymbolIndexesWithTypeAndFlagsValue (lldb::SymbolType symbol_type, uint32_t flags… 71 …uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Vi… 74 …dexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, std::vector<ui… 75 …dexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, Debug symbol_d… 76 …MatchingRegExAndType (const RegularExpression ®ex, lldb::SymbolType symbol_type, std::vector<ui… 77 …MatchingRegExAndType (const RegularExpression ®ex, lldb::SymbolType symbol_type, Debug symbol_d… 78 …ndAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, std::vector<ui… 79 …ndAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_d… [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symtab.cpp | 324 const SymbolType symbol_type = symbol->GetType(); in InitNameIndexes() local 325 if (symbol_type == eSymbolTypeCode || symbol_type == eSymbolTypeResolver) in InitNameIndexes() 505 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType() argument 515 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType() 523 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std… in AppendSymbolIndexesWithTypeAndFlagsValue() argument 533 …if ((symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) && m_symbols[i].GetFl… in AppendSymbolIndexesWithTypeAndFlagsValue() 541 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility sy… in AppendSymbolIndexesWithType() argument 551 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType() 699 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type,… in AppendSymbolIndexesWithNameAndType() argument 708 if (symbol_type == eSymbolTypeAny || m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType() [all …]
|
| HD | ObjectFile.cpp | 385 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass() local 386 switch (symbol_type) in GetAddressClass()
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | predicates.md | 98 enum mips_symbol_type symbol_type; 100 if (!mips_symbolic_constant_p (op, &symbol_type)) 103 switch (symbol_type) 165 enum mips_symbol_type symbol_type; 166 return (mips_symbolic_constant_p (op, &symbol_type) 167 && mips_split_p[symbol_type]); 173 enum mips_symbol_type symbol_type; 217 return (mips_symbolic_constant_p (op, &symbol_type) 218 && !mips_split_p[symbol_type]);
|
| HD | mips.c | 512 enum mips_symbol_type symbol_type; member 1350 mips_symbolic_constant_p (rtx x, enum mips_symbol_type *symbol_type) in mips_symbolic_constant_p() argument 1356 *symbol_type = UNSPEC_ADDRESS_TYPE (x); in mips_symbolic_constant_p() 1359 *symbol_type = mips_classify_symbol (x); in mips_symbolic_constant_p() 1360 if (*symbol_type == SYMBOL_TLS) in mips_symbolic_constant_p() 1371 switch (*symbol_type) in mips_symbolic_constant_p() 1482 mips_symbolic_address_p (enum mips_symbol_type symbol_type, in mips_symbolic_address_p() argument 1485 switch (symbol_type) in mips_symbolic_address_p() 1560 info->symbol_type = mips_classify_symbolic_expression (info->offset); in mips_classify_address() 1562 && mips_symbolic_address_p (info->symbol_type, mode) in mips_classify_address() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Module.h | 232 lldb::SymbolType symbol_type = lldb::eSymbolTypeAny); 236 lldb::SymbolType symbol_type, 241 lldb::SymbolType symbol_type,
|
| HD | ModuleList.h | 402 lldb::SymbolType symbol_type, 408 lldb::SymbolType symbol_type,
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangExpressionDeclMap.h | 307 lldb::SymbolType symbol_type, 312 lldb::SymbolType symbol_type);
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBModule.cpp | 370 lldb::SymbolType symbol_type) in FindSymbol() argument 378 …ol.SetSymbol(symtab->FindFirstSymbolWithNameAndType(ConstString(name), symbol_type, Symtab::eDebug… in FindSymbol() 385 SBModule::FindSymbols (const char *name, lldb::SymbolType symbol_type) in FindSymbols() argument 395 …num_matches = symtab->FindAllSymbolsWithNameAndType(ConstString(name), symbol_type, matching_symbo… in FindSymbols()
|
| HD | SBTarget.cpp | 2277 SBTarget::FindSymbols (const char *name, lldb::SymbolType symbol_type) in FindSymbols() argument 2287 symbol_type, in FindSymbols()
|
| /NextBSD/contrib/gcc/ |
| HD | mips-tdump.c | 369 st_to_string (st_t symbol_type) in st_to_string() argument 371 switch(symbol_type) in st_to_string() 867 st_t symbol_type = (st_t) sym_ptr->st; in print_symbol() local 875 switch (symbol_type) in print_symbol() 894 scope_ptr->st = symbol_type; in print_symbol() 948 scope_ptr->st = symbol_type; in print_symbol() 1011 st_to_string (symbol_type), sc_to_string (storage_class)); in print_symbol()
|
| HD | mips-tfile.c | 2535 st_to_string (st_t symbol_type) in st_to_string() argument 2537 switch (symbol_type) in st_to_string() 2766 st_t symbol_type = st_Nil; in parse_def() local 2949 if (symbol_type == st_Nil) in parse_def() 2951 symbol_type = map_coff_sym_type[arg_number]; in parse_def() 3108 symbol_type = (st_t) ptr->st; in parse_def() 3173 if (symbol_type == st_Block || symbol_type == st_End) in parse_def() 3222 switch (symbol_type) in parse_def() 3278 symbol_type, storage_class, in parse_def() 3283 if (symbol_type == st_Block) in parse_def()
|
| HD | ChangeLog-2003 | 3395 the c field with symbol_type. 3425 (mips_load_got): Replace reloc argument with a symbol_type.
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Module.cpp | 1361 Module::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type) in FindFirstSymbolWithNameAndType() argument 1366 symbol_type); in FindFirstSymbolWithNameAndType() 1372 …return symtab->FindFirstSymbolWithNameAndType (name, symbol_type, Symtab::eDebugAny, Symtab::eVisi… in FindFirstSymbolWithNameAndType() 1416 Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextL… in FindSymbolsWithNameAndType() argument 1425 symbol_type); in FindSymbolsWithNameAndType() 1434 symtab->FindAllSymbolsWithNameAndType (name, symbol_type, symbol_indexes); in FindSymbolsWithNameAndType() 1442 Module::FindSymbolsMatchingRegExAndType (const RegularExpression ®ex, SymbolType symbol_type, Sy… in FindSymbolsMatchingRegExAndType() argument 1450 symbol_type); in FindSymbolsMatchingRegExAndType() 1459 …symtab->FindAllSymbolsMatchingRexExAndType (regex, symbol_type, Symtab::eDebugAny, Symtab::eVisibi… in FindSymbolsMatchingRegExAndType()
|
| HD | ModuleList.cpp | 561 SymbolType symbol_type, in FindSymbolsWithNameAndType() argument 572 (*pos)->FindSymbolsWithNameAndType (name, symbol_type, sc_list); in FindSymbolsWithNameAndType() 578 lldb::SymbolType symbol_type, in FindSymbolsMatchingRegExAndType() argument 589 (*pos)->FindSymbolsMatchingRegExAndType (regex, symbol_type, sc_list); in FindSymbolsMatchingRegExAndType()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 1867 SymbolType symbol_type = eSymbolTypeInvalid; in ParseSymbols() local 1873 symbol_type = eSymbolTypeAbsolute; in ParseSymbols() 1876 symbol_type = eSymbolTypeUndefined; in ParseSymbols() 1884 if (symbol_type != eSymbolTypeUndefined) in ParseSymbols() 1896 symbol_type = eSymbolTypeData; in ParseSymbols() 1901 symbol_type = eSymbolTypeCode; in ParseSymbols() 1915 symbol_type = eSymbolTypeSourceFile; in ParseSymbols() 1921 symbol_type = eSymbolTypeResolver; in ParseSymbols() 1926 if (symbol_type == eSymbolTypeInvalid) in ParseSymbols() 1937 symbol_type = eSymbolTypeCode; in ParseSymbols() [all …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | somread.c | 141 switch (bufp->symbol_type) in som_symtab_read() 192 switch (bufp->symbol_type) in som_symtab_read() 272 switch (bufp->symbol_type) in som_symtab_read()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| HD | JITLoaderGDB.h | 73 lldb::SymbolType symbol_type) const;
|
| HD | JITLoaderGDB.cpp | 427 SymbolType symbol_type) const in GetSymbolAddress() 432 if (!module_list.FindSymbolsWithNameAndType(name, symbol_type, in GetSymbolAddress()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangExpressionDeclMap.cpp | 650 lldb::SymbolType symbol_type, in GetSymbolAddress() argument 656 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress() 658 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress() 701 …bolAddress(target, process, sym_ctx.symbol->GetReExportedSymbolName(), symbol_type, reexport_modul… in GetSymbolAddress() 750 ClangExpressionDeclMap::GetSymbolAddress (const ConstString &name, lldb::SymbolType symbol_type) in GetSymbolAddress() argument 757 …arser_vars->m_exe_ctx.GetTargetRef(), m_parser_vars->m_exe_ctx.GetProcessPtr(), name, symbol_type); in GetSymbolAddress()
|
| HD | IRForTarget.cpp | 1595 Type *symbol_type = symbol->getType(); in HandleSymbol() local 1599 Value *symbol_addr_ptr = ConstantExpr::getIntToPtr(symbol_addr_int, symbol_type); in HandleSymbol()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ecoff.c | 1432 static char *st_to_string (st_t symbol_type); 2374 st_to_string (symbol_type) in st_to_string() argument 2375 st_t symbol_type; in st_to_string() 2377 switch (symbol_type)
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ChangeLog-9193 | 2616 (nlmNAME(symbol_type)): Added rcnt and relocs fields. 3189 (symbol_type): Reordered to put any fields dependent on target
|