/external/protobuf/src/google/protobuf/ |
descriptor.cc | 220 struct Symbol { 235 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; } 246 inline explicit Symbol(const TYPE* value) { \ 275 const Symbol kNullSymbol; 277 typedef hash_map<const char*, Symbol, 280 typedef hash_map<PointerStringPair, Symbol, 341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true) 343 inline Symbol FindSymbol(const string& key) const; 347 // declaring Symbol in descriptor.h, which would drag all kinds of othe 3883 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local 3918 Symbol symbol = builder_->LookupSymbol(name_part, local 4266 Symbol symbol = local [all...] |
/external/valgrind/main/coregrind/m_initimg/ |
simple_huffman.c | 22 * 12 bits per symbol (for 8 bit symbols), meaning a maximum of 384 71 UInt Symbol; 189 sym[k].Symbol = k; 201 /* Sort histogram - most frequent symbol first (bubble sort) */ 233 /* Append symbol to tree description */ 235 _Huffman_WriteBits( stream, sym[first].Symbol, 8 ); 237 /* Store code info in symbol array */ 313 UInt symbol; local 318 /* Get symbol from tree description */ 319 symbol = _Huffman_ReadBits( stream, 8 ) 371 UInt k, total_bytes, swaps, symbol, last_symbol; local [all...] |
/external/llvm/include/llvm/MC/ |
MCELFObjectWriter.h | 34 const MCSymbol *Symbol; 39 : r_offset(0), Index(0), Type(0), Symbol(0), r_addend(0), Fixup(0) {} 43 : r_offset(RelocOffset), Index(Idx), Type(RelType), Symbol(Sym),
|
MCWin64EH.h | 65 Function(0), PrologEnd(0), Symbol(0), 74 MCSymbol *Symbol;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
|
nv50_ir_inlines.h | 312 Symbol *Value::asSym() 315 return static_cast<Symbol *>(this); 319 const Symbol *Value::asSym() const 322 return static_cast<const Symbol *>(this); 326 void Symbol::setOffset(int32_t offset) 331 void Symbol::setAddress(Symbol *base, int32_t offset) 337 void Symbol::setSV(SVSemantic sv, uint32_t index)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.h | 61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
|
/external/javassist/src/main/javassist/compiler/ast/ |
MethodDecl.java | 28 Symbol sym = getReturn().getVariable();
|
/external/llvm/examples/BrainF/ |
BrainF.h | 47 enum Symbol {
|
/external/llvm/lib/MC/ |
MachObjectWriter.cpp | 43 if (SD->Symbol->isUndefined()) 92 report_fatal_error("unable to evaluate offset to undefined symbol '" + 95 report_fatal_error("unable to evaluate offset to undefined symbol '" + 306 const MCSymbol &Symbol = Data.getSymbol(); 314 if (Symbol.isUndefined()) 316 else if (Symbol.isAbsolute()) 327 if (Data.isExternal() || Symbol.isUndefined()) 330 // Compute the symbol address. 331 if (Symbol.isDefined()) { 426 // when we see the attribute, but that makes getting the order in the symbol [all...] |
WinCOFFObjectWriter.cpp | 60 COFF::symbol Data; 98 COFFSymbol *Symbol; 144 COFFSymbol *GetOrCreateCOFFSymbol(const MCSymbol * Symbol); 205 // Symbol class implementation 228 /// logic to decide if the symbol should be reported in the symbol table 244 // if it is the section symbol, keep it 245 if (Section->Symbol == this) 262 , Symbol(NULL) { 336 COFFSymbol *WinCOFFObjectWriter::GetOrCreateCOFFSymbol(const MCSymbol * Symbol){ [all...] |
ELFObjectWriter.cpp | 97 /// @name Symbol Table Data 111 // This holds the symbol table index of the last local symbol. 264 // Map from a group section to the signature symbol 266 // Map from a signature symbol to the group section 273 /// ComputeSymbolTable - Compute the symbol table data 277 /// \param RevGroupMap - Maps a signature symbol to the group section. 298 // Create the sections that show up in the symbol table. Currently 476 const MCSymbol &Symbol = Data.getSymbol(); 478 if (Symbol.isAbsolute() && Symbol.isVariable()) [all...] |
/external/llvm/lib/Transforms/IPO/ |
Internalize.cpp | 39 cl::desc("A file containing list of symbol names to preserve")); 44 cl::desc("A list of symbol names to preserve"), 97 std::string Symbol; 98 In >> Symbol; 99 if (!Symbol.empty()) 100 ExternalNames.insert(Symbol); 133 // keep llvm.compiler.used so that the symbol is not deleted by llvm. 156 // Never internalize the llvm.used symbol. It is used to implement
|
/external/llvm/test/MC/ARM/ |
elf-thumbfunc.s | 15 @CHECK: Symbol {
|
/external/llvm/test/MC/MachO/ARM/ |
darwin-ARM-reloc.s | 115 @ CHECK: # Symbol 0 123 @ CHECK: # Symbol 1 131 @ CHECK: # Symbol 2 139 @ CHECK: # Symbol 3
|
/external/llvm/tools/lto/ |
LTOModule.cpp | 341 info.symbol = clgv; 357 info.symbol = clgv; 383 info.symbol = clgv; 403 info.symbol = clgv; 407 /// addDefinedDataSymbol - Add a data symbol as defined to the list. 457 /// addDefinedFunctionSymbol - Add a function symbol as defined to the list. 463 /// addDefinedSymbol - Add a defined symbol to the list. 521 info.symbol = def; 527 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the 541 if (info.symbol == 0) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
|
nv50_ir_inlines.h | 312 Symbol *Value::asSym() 315 return static_cast<Symbol *>(this); 319 const Symbol *Value::asSym() const 322 return static_cast<const Symbol *>(this); 326 void Symbol::setOffset(int32_t offset) 331 void Symbol::setAddress(Symbol *base, int32_t offset) 337 void Symbol::setSV(SVSemantic sv, uint32_t index)
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.h | 61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
GNUArchiveReader.h | 68 /// readSymbolTable - read the archive symbol map (armap) 76 enum Archive::Symbol::Status
|
/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 178 // Given a symbol sym this functions returns the address and section of it. 195 // the function returns the symbol used for the relocation at the offset. 215 // the function returns the name of the symbol used for the relocation at the 471 const coff_symbol *Symbol, const T* &Aux) { 472 ArrayRef<uint8_t> AuxData = Obj->getSymbolAuxData(Symbol); 499 // the function resolves the symbol used for the relocation at the offset and 501 // by the symbol. 767 symbol_iterator Symbol = RelI->getSymbol(); 768 if (error(Symbol->getName(SymbolName))) return; 775 W.printString("Symbol", SymbolName.size() > 0 ? SymbolName : "-") [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
private.js | 48 assertEquals("symbol", typeof symbols[i]) 49 assertTrue(typeof symbols[i] === "symbol") 52 assertEquals("Symbol", %_ClassOf(new Symbol(symbols[i]))) 53 assertEquals("Symbol", %_ClassOf(Object(symbols[i]))) 61 assertSame(Symbol.prototype, symbols[i].__proto__) 69 assertSame(Symbol, symbols[i].__proto__.constructor) 89 assertThrows(function() { (new Symbol(symbols[i])).toString() }, TypeError) 91 assertEquals("[object Symbol]", Object.prototype.toString.call(symbols[i])) 124 // Every symbol should equal itself, and non-strictly equal its wrapper [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | 237 struct Symbol { 253 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; } 264 inline explicit Symbol(const TYPE* value) { \ 293 const Symbol kNullSymbol; 295 typedef hash_map<const char*, Symbol, 298 typedef hash_map<PointerStringPair, Symbol, 345 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and 346 // friends. If the pending file references an unknown symbol 349 // defining that symbol, and that file has not yet been built by the pool, 384 // Find symbols. This returns a null Symbol (symbol.IsNull() is true 1343 Symbol symbol = tables_->FindSymbol(prefix); local 4335 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local 4715 Symbol symbol = local [all...] |
/external/llvm/tools/yaml2obj/ |
yaml2elf.cpp | 187 addSymbols(const std::vector<ELFYAML::Symbol> &Symbols, ELFState<ELFT> &State, 192 const ELFYAML::Symbol &Sym = Symbols[i]; 193 Elf_Sym Symbol; 194 zero(Symbol); 196 Symbol.st_name = State.getStringTable().addString(Sym.Name); 197 Symbol.setBindingAndType(SymbolBinding, Sym.Type); 202 << "' by YAML symbol " << Sym.Name << ".\n"; 205 Symbol.st_shndx = Index; 206 } // else Symbol.st_shndex == SHN_UNDEF (== 0), since it was zero'd earlier. 207 Symbol.st_value = Sym.Value [all...] |
/frameworks/compile/mclinker/lib/LD/ |
GNUArchiveReader.cpp | 118 // bypass if we already decided to include this symbol or not 119 if (Archive::Symbol::Unknown != pArchive.getSymbolStatus(idx)) 122 // bypass if another symbol with the same object file offset is included 124 pArchive.setSymbolStatus(idx, Archive::Symbol::Include); 128 // check if we should include this defined symbol 129 Archive::Symbol::Status status = 131 if (Archive::Symbol::Unknown != status) 134 if (Archive::Symbol::Include == status) { 240 /// readSymbolTable - read the archive symbol map (armap) 332 enum Archive::Symbol::Statu [all...] |