Searched refs:Symbol (Results 101 - 121 of 121) sorted by relevance

12345

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp18 #include "lldb/Symbol/ObjectFile.h"
353 Symbol *sym = context.symbol;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp13 #include "lldb/Symbol/Block.h"
14 #include "lldb/Symbol/ObjectFile.h"
15 #include "lldb/Symbol/Type.h"
16 #include "lldb/Symbol/Variable.h"
17 #include "lldb/Symbol/VariableList.h"
21 #include "lldb/Symbol/SymbolVendor.h"
467 Symbol *symbol = symtab->FindSymbolContainingFileAddress (file_Addr);
850 Symbol *
H A DModule.cpp28 #include "lldb/Symbol/CompileUnit.h"
29 #include "lldb/Symbol/ObjectFile.h"
30 #include "lldb/Symbol/SymbolContext.h"
31 #include "lldb/Symbol/SymbolVendor.h"
36 #include "lldb/Symbol/SymbolFile.h"
1148 const Symbol *
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp10 #include "lldb/Symbol/SymbolContext.h"
17 #include "lldb/Symbol/Block.h"
18 #include "lldb/Symbol/ClangASTContext.h"
19 #include "lldb/Symbol/CompileUnit.h"
20 #include "lldb/Symbol/ObjectFile.h"
21 #include "lldb/Symbol/Symbol.h"
22 #include "lldb/Symbol/SymbolFile.h"
23 #include "lldb/Symbol/SymbolVendor.h"
40 SymbolContext::SymbolContext(const ModuleSP& m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *
[all...]
H A DObjectFile.cpp21 #include "lldb/Symbol/ObjectFile.h"
22 #include "lldb/Symbol/ObjectContainer.h"
23 #include "lldb/Symbol/SymbolFile.h"
342 Symbol *symbol = symtab->FindSymbolContainingFileAddress(file_addr);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1509 const char *Symbol; member in class:llvm::SDNode::ExternalSymbolSDNode
1515 DebugLoc(), getSDVTList(VT)), Symbol(Sym), TargetFlags(TF) {
1519 const char *getSymbol() const { return Symbol; }
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp785 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, argument
789 if (Symbol->isTemporary())
797 StringRef Name = Symbol->getName();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp2100 const char *Symbol = 0; local
2102 case tok::minus: Symbol = "-"; break;
2103 case tok::plus: Symbol = "+"; break;
2107 << Symbol;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h196 class Symbol;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h34 #include "lldb/Symbol/ClangASTContext.h"
35 #include "lldb/Symbol/SymbolFile.h"
36 #include "lldb/Symbol/SymbolContext.h"
440 lldb_private::Symbol * GetObjCClassSymbol (const lldb_private::ConstString &objc_class_name);
H A DSymbolFileDWARF.cpp41 #include "lldb/Symbol/Block.h"
42 #include "lldb/Symbol/ClangExternalASTSourceCallbacks.h"
43 #include "lldb/Symbol/CompileUnit.h"
44 #include "lldb/Symbol/LineTable.h"
45 #include "lldb/Symbol/ObjectFile.h"
46 #include "lldb/Symbol/SymbolVendor.h"
47 #include "lldb/Symbol/VariableList.h"
4720 Symbol *
4723 Symbol *objc_class_symbol = NULL;
7457 Symbol *exe_symbo
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c272 static void fix_labels(Symbol *s);
760 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
1806 Symbol *s = addsym(sl->string);
1844 Symbol *s = addsym ((yyvsp[(1) - (3)].name));
2098 Symbol *s = addsym((yyvsp[(1) - (1)].name));
2259 Symbol *s;
2472 Symbol *s = addsym((yyvsp[(1) - (1)].name));
2493 Symbol *s = addsym((yyvsp[(1) - (1)].name));
2856 fix_labels(Symbol *s)
H A Dgen_decode.c664 generate_type_decode (const Symbol *s)
/freebsd-10.0-release/lib/msun/
H A DMakefile89 SYM_MAPS+= ${.CURDIR}/Symbol.map
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactypes.h310 #define ACPI_EXPORT_SYMBOL(Symbol)
/freebsd-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat.py176 class Symbol(object): class in inherits:object
189 return "Symbol(%s, 0x%x, %s)" % (self.name, self.offset, self.version)
222 raise ValueError("Symbol is already defined %s@%s" %
619 sym = Symbol(p['symbol'], p['offset'], vername, self)
634 warn(Config.w_alias, "Symbol alias is " \
665 warn(Config.w_symbol, "Symbol %s (%s) not found at offset 0x%x" % \
999 print >> self.io_conf.out, '\n// Symbol dump: version %s, library %s' % \
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp24 #include "lldb/Symbol/SymbolContext.h"
1087 // The symbol is associated with a section. Symbol table entries of
1158 Symbol dc_symbol(
1160 symbol_name, // Symbol name.
1171 flags); // Symbol flags.
1344 Symbol jump_symbol(
1345 i + start_id, // Symbol table index
1357 0); // Symbol flags.
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3667 out << "RetainCountChecker : Dead Symbol : ";
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp49 #include "lldb/Symbol/ObjectFile.h"
2935 const Symbol *dispatch_queue_offsets_symbol = NULL;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dieee.c2867 INTn (Symbol name);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp42 #include "lldb/Symbol/CompileUnit.h"
43 #include "lldb/Symbol/FuncUnwinders.h"
44 #include "lldb/Symbol/LineTable.h"
45 #include "lldb/Symbol/ObjectFile.h"
46 #include "lldb/Symbol/SymbolFile.h"
47 #include "lldb/Symbol/SymbolVendor.h"
48 #include "lldb/Symbol/UnwindPlan.h"
49 #include "lldb/Symbol/VariableList.h"
1615 Symbol *symbol = symtab->SymbolAtIndex(match_indexes[i]);

Completed in 406 milliseconds

12345