HomeSort by relevance Sort by last modified time
    Searched full:symbol (Results 76 - 100 of 5049) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/MC/
MCMachOStreamer.cpp 46 virtual void EmitLabel(MCSymbol *Symbol);
47 virtual void EmitDebugLabel(MCSymbol *Symbol);
48 virtual void EmitEHSymAttributes(const MCSymbol *Symbol,
54 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute);
55 virtual void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue);
56 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
58 virtual void BeginCOFFSymbolDef(const MCSymbol *Symbol) {
70 virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {
73 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
75 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 6 ; [1] Define and export a global text-section symbol
7 ; [2] Define and export a global data-section symbol
8 ; [3] Define and export a global BSS-section symbol
9 ; [4] Define a non-global text-section symbol
10 ; [5] Define a non-global data-section symbol
11 ; [6] Define a non-global BSS-section symbol
12 ; [7] Define a COMMON symbol
15 ; [10] Import an external symbol
16 ; [11] Make a PC-relative call to an external symbol
17 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfso.asm 11 ; [1] Define and export a global text-section symbol
12 ; [2] Define and export a global data-section symbol
13 ; [3] Define and export a global BSS-section symbol
14 ; [4] Define a non-global text-section symbol
15 ; [5] Define a non-global data-section symbol
16 ; [6] Define a non-global BSS-section symbol
17 ; [7] Define a COMMON symbol
20 ; [10] Import an external symbol
21 ; [11] Make a PC-relative call to an external symbol
22 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/v8/src/
symbol.js 34 var $Symbol = global.Symbol;
49 var symbol = IS_SYMBOL_WRAPPER(this) ? %_ValueOf(this) : this;
50 if (!IS_SYMBOL(symbol)) {
52 'incompatible_method_receiver', ["Symbol.prototype.name", this]);
54 return %SymbolName(symbol);
62 // NOTE: Both Symbol objects and values can enter here as
66 'incompatible_method_receiver', ["Symbol.prototype.valueOf", this]);
76 %SetCode($Symbol, SymbolConstructor);
77 %FunctionSetPrototype($Symbol, new $Symbol())
    [all...]
  /external/oprofile/libpp/
diff_container.cpp 60 /// add a symbol not present in the new profile
65 diff_symbol symbol(sym);
66 symbol.diffs.fill(sym.sample.counts.size(), -INFINITY);
67 add_sym(syms, symbol, choice);
71 /// add a symbol not present in the old profile
76 diff_symbol symbol(sym);
77 symbol.diffs.fill(sym.sample.counts.size(), INFINITY);
78 add_sym(syms, symbol, choice);
82 /// add a diffed symbol
88 diff_symbol symbol(sym2)
    [all...]
symbol.h 2 * @file symbol.h
3 * Symbol containers
61 /// associate a symbol with a file location, samples count and vma address
67 /// which image this symbol belongs to
73 // index into the op_bfd symbol table
75 /// file location, vma and cumulated samples count for this symbol
77 /// name of symbol
79 /// symbol size as calculated by op_bfd, start of symbol is sample.vma
86 * that we get a symbol where its samples pass the border line, bu
    [all...]
symbol_container.h 18 #include "symbol.h"
39 * Insert a new symbol. If the symbol already exists in the container,
41 * Returns the newly created symbol or the existing one. This pointer
55 /// find the symbol with the given image_name vma if any
59 /// Search a symbol. Return NULL if not found.
60 symbol_entry const * find(symbol_entry const & symbol) const;
69 /// build the symbol by file-location cache
79 * Differently-named symbol at same file location are allowed e.g.
  /external/lzma/CPP/7zip/Compress/
RangeCoderBit.h 27 void UpdateModel(UInt32 symbol)
30 Prob -= (Prob + ((symbol - 1) & ((1 << numMoveBits) - 1))) >> numMoveBits;
31 Prob += (1 - symbol) << (kNumBitModelTotalBits - numMoveBits);
33 if (symbol == 0)
46 void Encode(CEncoder *encoder, UInt32 symbol)
49 encoder->EncodeBit(this->Prob, kNumBitModelTotalBits, symbol);
50 this->UpdateModel(symbol);
53 if (symbol == 0)
70 UInt32 GetPrice(UInt32 symbol) const
72 return ProbPrices[(this->Prob ^ ((-(int)symbol)) & (kBitModelTotal - 1)) >> kNumMoveReducingBits];
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraph.cpp 47 TGraphSymbol* symbol = NULL; local
51 symbol = pair.second;
53 symbol = new TGraphSymbol(intermSymbol);
54 mAllNodes.push_back(symbol);
56 TSymbolIdPair pair(intermSymbol->getId(), symbol);
61 mSamplerSymbols.push_back(symbol);
64 return symbol;
  /system/core/libcorkscrew/
backtrace.c 245 static void init_backtrace_symbol(backtrace_symbol_t* symbol, uintptr_t pc) {
246 symbol->relative_pc = pc;
247 symbol->relative_symbol_addr = 0;
248 symbol->map_name = NULL;
249 symbol->symbol_name = NULL;
250 symbol->demangled_name = NULL;
258 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
259 init_backtrace_symbol(symbol, frame->absolute_pc);
263 symbol->relative_pc = frame->absolute_pc - mi->start;
265 symbol->map_name = strdup(mi->name)
284 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
306 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
    [all...]
  /external/openfst/src/lib/
symbol-table-ops.cc 17 #include <fst/symbol-table-ops.h>
24 // copied version of SymbolTable of left or right if either symbol table is
28 // copy everything from the left symbol table
32 merged->AddSymbol(liter.Symbol(), liter.Value());
34 int64 key = right.Find(liter.Symbol());
49 // add all symbols we can from right symbol table
53 int64 key = merged->Find(riter.Symbol());
55 // Symbol already exists, maybe with different value
61 // Symbol doesn't exist from left
65 conflicts.push_back(riter.Symbol());
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
MapLongVariableNames.cpp 84 void MapLongVariableNames::visitSymbol(TIntermSymbol* symbol)
86 ASSERT(symbol != NULL);
87 if (symbol->getSymbol().size() > MAX_SHORTENED_IDENTIFIER_SIZE) {
88 switch (symbol->getQualifier()) {
94 symbol->setSymbol(
95 mapGlobalLongName(symbol->getSymbol()));
98 symbol->setSymbol(
99 mapLongName(symbol->getId(), symbol->getSymbol(), false));
SearchSymbol.cpp 6 // SearchSymbol is an AST traverser to detect the use of a given symbol name
16 SearchSymbol::SearchSymbol(const TString &symbol) : mSymbol(symbol)
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 24 * \brief Resolver binds a symbol reference from one file to a symbol
27 * Resolver seals up the algorithm of symbol resolution. The resolution of
42 * \brief the result of symbol resolution
56 /// shouldOverride - Can resolver override the symbol pOld by the symbol pNew?
58 /// @param pOld the symbol which may be overridden.
59 /// @param pNew the symbol which is used to replace pOld
66 /// @return is the symbol existent?
  /libcore/luni/src/main/java/libcore/reflect/
GenericSignatureParser.java 86 char symbol; // 0: eof; else valid term symbol or first char of identifier. field in class:GenericSignatureParser
237 while (symbol > 0) {
249 if (symbol == '<') {
252 while ((symbol != '>') && (symbol > 0)) {
270 if (symbol == 'L' || symbol == '[' || symbol == 'T') {
274 while (symbol == ':')
    [all...]
  /external/easymock/src/org/easymock/
LogicalOperator.java 48 private String symbol; field in class:LogicalOperator
50 private LogicalOperator(String symbol) {
51 this.symbol = symbol;
55 return symbol;
  /external/llvm/include/llvm/MC/
MCSymbol.h 26 /// MCSymbol - Instances of this class represent a symbol name in the MC file,
30 /// If the symbol is defined/emitted into the current translation unit, the
39 /// Name - The name of the symbol. The referred-to string data is actually
43 /// Section - The section the symbol is defined in. This is null for
48 /// Value - If non-null, the value for a variable symbol.
52 /// typically does not survive in the .o file's symbol table. Usually
56 /// IsUsed - True if this symbol has been used.
69 /// getName - Get the symbol name.
75 /// isTemporary - Check if this is an assembler temporary symbol.
86 /// isDefined - Check if this symbol is defined (i.e., it has an address)
    [all...]
MCELFStreamer.h 55 virtual void EmitLabel(MCSymbol *Symbol);
56 virtual void EmitDebugLabel(MCSymbol *Symbol);
59 virtual void EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol);
60 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute);
61 virtual void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue);
62 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
64 virtual void BeginCOFFSymbolDef(const MCSymbol *Symbol);
69 virtual MCSymbolData &getOrCreateSymbolData(MCSymbol *Symbol);
71 virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value);
73 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size
    [all...]
  /external/stlport/src/
facets_byname.cpp 517 case 0: // Parentheses surround the quantity and currency symbol
518 case 1: // The sign string precedes the quantity and currency symbol
521 // 1 if currency symbol precedes a positive value
522 pos_format.field[1] = (char) money_base::symbol;
524 // a space separates currency symbol from a positive value.
528 // a space not separates currency symbol from a positive value.
533 // 0 if currency symbol succeeds a positive value
536 // a space separates currency symbol from a positive value.
538 pos_format.field[3] = (char) money_base::symbol;
540 // a space not separates currency symbol from a positive value
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 517 case 0: // Parentheses surround the quantity and currency symbol
518 case 1: // The sign string precedes the quantity and currency symbol
521 // 1 if currency symbol precedes a positive value
522 pos_format.field[1] = (char) money_base::symbol;
524 // a space separates currency symbol from a positive value.
528 // a space not separates currency symbol from a positive value.
533 // 0 if currency symbol succeeds a positive value
536 // a space separates currency symbol from a positive value.
538 pos_format.field[3] = (char) money_base::symbol;
540 // a space not separates currency symbol from a positive value
    [all...]
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 39 * Entries in the Symbol table are symbols i.e. key-value pairs.
52 Symbol;
55 * The Symbol Table
67 Symbol Symbols[MAX_SYMBOLS];
70 * Pointer to the next available symbol slot for storing a symbol in the array
72 Symbol *next;
77 Symbol SpecialSymbols[MAX_SPECIAL_SYMBOLS];
88 * The "undefined" symbol value
100 * @param self pointer to the symbol tabl
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 0 // symbol-table.cc
17 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
19 #include "fst/lib/symbol-table.h"
25 "Require symbol tables to match when appropriate");
32 // Identifies stream data as a symbol table (and its endianity)
38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: "
58 const char *symbol = col[0]; local
68 impl->AddSymbol(symbol, key);
82 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key)
116 string symbol; local
135 const string symbol = symbols_[i]; local
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ApiInitializer.h 34 void *symbol = NULL; local
36 symbol = dlsym(m_dso, name);
38 return symbol;
  /external/clang/test/CodeGenCXX/
pragma-weak.cpp 5 // GCC produces a weak symbol for this because it matches mangled names.
7 // symbol.
29 // GCC produces a weak symbol for this one, but it doesn't look like a good
  /external/libsepol/include/sepol/policydb/
symtab.h 7 * A symbol table (symtab) maintains associations between symbol
9 * is arbitrary. The symbol table type is implemented

Completed in 279 milliseconds

1 2 34 5 6 7 8 91011>>