HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 701 - 725 of 2152) sorted by null

<<21222324252627282930>>

  /system/extras/simpleperf/
utils.cpp 287 KernelSymbol symbol; local
288 int ret = sscanf(p, "%" PRIx64 " %c %s%s", &symbol.addr, &symbol.type, name, module);
296 symbol.name = name;
300 symbol.module = &module[1];
302 symbol.module = nullptr;
305 if (callback(symbol)) {
cmd_report_sample.cpp 94 uint64_t* pvaddr_in_file, Dso** pdso, const Symbol** psymbol);
264 // Handle files having large symbol table.
313 FprintIndented(report_fp_, 1, "symbol: %s\n", file.symbol(i).c_str());
339 LOG(ERROR) << "symbol_id(" << pair.second << ") >= symbol count ("
437 const Symbol* symbol; local
438 if (!GetCallEntry(thread, in_kernel, ip, omit_unknown_dso, pvaddr_in_file, &dso, &symbol)) {
444 if (symbol != thread_tree_.UnknownSymbol()) {
445 if (!symbol->GetDumpId(reinterpret_cast<uint32_t*>(psymbol_id)))
510 std::string* symbol = file->add_symbol(); local
542 const Symbol* symbol; local
    [all...]
cmd_dumprecord.cpp 210 std::vector<Symbol> symbols;
220 for (const auto& symbol : symbols) {
221 PrintIndented(3, "%s [0x%" PRIx64 "-0x%" PRIx64 "]\n", symbol.DemangledName(),
222 symbol.addr, symbol.addr + symbol.len);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaEnc.c 586 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol)
590 if (symbol == 0)
609 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol)
611 symbol |= 0x100;
614 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
615 symbol <<= 1;
617 while (symbol < 0x10000);
620 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte)
623 symbol |= 0x100;
    [all...]
  /external/lzma/C/
LzmaEnc.c 602 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol)
606 if (symbol == 0)
625 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol)
627 symbol |= 0x100;
630 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
631 symbol <<= 1;
633 while (symbol < 0x10000);
636 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte)
639 symbol |= 0x100;
    [all...]
Ppmd7Enc.c 79 void Ppmd7_EncodeSymbol(CPpmd7 *p, CPpmd7z_RangeEnc *rc, int symbol)
87 if (s->Symbol == symbol)
99 if ((++s)->Symbol == symbol)
110 p->HiBitsFlag = p->HB2Flag[p->FoundState->Symbol];
112 MASK(s->Symbol) = 0;
114 do { MASK((--s)->Symbol) = 0; } while (--i);
121 if (s->Symbol == symbol)
    [all...]
  /external/xz-embedded/linux/lib/xz/
xz_dec_lzma2.c 20 * Minimum number of usable input buffer to safely decode one LZMA symbol.
522 uint32_t symbol = 1; local
525 if (rc_bit(rc, &probs[symbol]))
526 symbol = (symbol << 1) + 1;
528 symbol <<= 1;
529 } while (symbol < limit);
531 return symbol;
539 uint32_t symbol = 1; local
543 if (rc_bit(rc, &probs[symbol])) {
584 uint32_t symbol; local
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 159 // If we own a context, we know this is being used only for symbol extraction,
287 info.symbol = clgv;
301 info.symbol = clgv;
326 info.symbol = clgv;
345 info.symbol = clgv;
479 info.symbol = def;
485 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the
497 if (info.symbol == nullptr) {
511 info.symbol = nullptr;
519 addDefinedFunctionSymbol(info.name, cast<Function>(info.symbol));
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
aout-arm.c 225 asymbol *symbol ATTRIBUTE_UNUSED,
238 asymbol *symbol,
249 /* If this is an undefined symbol, return error. */
250 if (bfd_is_und_section (symbol->section)
251 && (symbol->flags & BSF_WEAK) == 0)
256 if (symbol->section->name != input_section->name
262 relocation += symbol->value;
263 relocation += symbol->section->output_section->vma;
264 relocation += symbol->section->output_offset;
402 /* Name was clobbered by aout_write_syms to be symbol index. *
    [all...]
coffcode.h 83 Coff targets except that they use the external symbol format
193 and @code{coff_swap_lineno_in}. @code{GDB} reads the symbol
200 of all the symbol table and reloc drudgery itself, thereby
207 Symbol reading
210 enough to keep all the information available in a coff symbol
212 symbol table around, "behind the scenes".
214 When a symbol table is requested (through a call to
216 @code{coff_get_normalized_symtab}. This reads the symbol table from
219 (represented in the file by offsets from the first symbol in
223 pointer to another structure in the symbol table at one momen
    [all...]
nlmcode.h 850 /* We read the NLM's public symbols and use it to generate a bfd symbol
874 /* Slurp in nlm symbol table.
879 1 byte length of the symbol name (N)
880 N bytes the symbol name
881 4 bytes the symbol offset from start of it's section
886 attached to the symbol.
899 nlm_symbol_type *sym; /* Pointer to current bfd symbol. */
900 unsigned char symlength; /* Symbol length read into here. */
901 unsigned char symtype; /* Type of debugging symbol. */
902 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbol offsets read into here. *
    [all...]
elfn32-mips.c 153 /* 32 bit symbol relative relocation. */
189 /* High 16 bits of symbol value. */
204 /* Low 16 bits of symbol value. */
918 /* 32 bit symbol relative relocation. */
951 /* High 16 bits of symbol value. */
966 /* Low 16 bits of symbol value. */
    [all...]
  /development/vndk/tools/definition-tool/assets/visual/
dep-graph.js 117 function changeFormat(symbol) {
120 for (i = 0; i < symbol.length; i++) {
121 if (symbol.charAt(i) >= '0' && symbol.charAt(i) <= '9') {
125 while (i < symbol.length) {
126 if (symbol.charAt(i) < '0' || symbol.charAt(i) > '9') {
129 let len = parseInt(symbol.substr(i, symbol.length));
134 res = res + "::" + symbol.substr(i + 1 + count, len)
    [all...]
  /external/bison/src/
reader.c 56 | Set the start symbol. |
60 grammar_start_symbol_set (symbol *sym, location loc)
98 /* After all symbol type declarations have been parsed, packgram invokes
169 | null pointer instead of a symbol to terminate the rule. The next |
170 | symbol is the lhs of the following rule. |
176 /* The (currently) last symbol of GRAMMAR. */
181 grammar_symbol_append (symbol *sym, location loc)
203 symbol *sym = p->content.sym;
208 _("duplicated symbol name for %s ignored"),
229 grammar_current_rule_begin (symbol *lhs, location loc
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 72 // to the symbol search path. All the failures below are not fatal.
107 PSYMBOL_INFO symbol = (PSYMBOL_INFO)buffer; local
108 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
109 symbol->MaxNameLen = MAX_SYM_NAME;
112 (DWORD64)addr, &offset, symbol);
121 frame->info.function = internal_strdup(symbol->Name);
  /external/v8/src/base/debug/
stack_trace_win.cc 54 // Defer symbol load until they're needed, use undecorated names, and get line
69 // add the directory of the executable to symbol search path.
117 // Initialize symbol information retrieval structures.
119 PSYMBOL_INFO symbol = reinterpret_cast<PSYMBOL_INFO>(&buffer[0]); local
120 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
121 symbol->MaxNameLen = kMaxNameLength - 1;
123 SymFromAddr(GetCurrentProcess(), frame, &sym_displacement, symbol);
135 (*os) << symbol->Name << " [0x" << trace[i] << "+" << sym_displacement
138 // If there is no symbol information, add a spacer.
139 (*os) << "(No symbol) [0x" << trace[i] << "]"
    [all...]
  /external/zopfli/src/zopfli/
deflate.c 45 static void AddBits(unsigned symbol, unsigned length,
50 unsigned bit = (symbol >> i) & 1;
61 static void AddHuffmanBits(unsigned symbol, unsigned length,
67 unsigned bit = (symbol >> (length - i - 1)) & 1;
141 /* This is an encoding of a huffman tree, so now the length is a symbol */
142 unsigned char symbol = i < hlit2 ? ll_lengths[i] : d_lengths[i - hlit2]; local
144 if(use_16 || (symbol == 0 && (use_17 || use_18))) {
145 for (j = i + 1; j < lld_total && symbol ==
153 if (symbol == 0 && count >= 3) {
178 /* Repetitions of any symbol */
225 unsigned symbol = clsymbols[rle[i]]; local
383 size_t symbol, sum, limit; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 420 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* string)
425 if (symbol && symbol->getNumExtensions())
426 requireExtensions(loc, symbol->getNumExtensions(), symbol->getExtensions(), symbol->getName().c_str());
428 if (symbol && symbol->isReadOnly()) {
437 if (symbol->getType().containsImplicitlySizedArray() || (symbol->getAsAnonMember() && symbol->getAsAnonMember()->getAnonContainer().getType().containsImplicitlySi (…)
639 TSymbol* symbol = symbolTable.find(name, &builtIn); local
938 TSymbol* symbol = symbolTable.find(function.getMangledName(), &builtIn); local
990 TSymbol* symbol = symbolTable.find(function.getMangledName()); local
1934 TIntermSymbol* symbol = nodePtr->getAsSymbolNode(); local
2028 const char* symbol = nullptr; local
2994 TIntermSymbol* symbol = expr->getAsSymbolNode(); variable
3391 TSymbol* symbol = symbolTable.find(identifier, &builtIn); local
3866 TSymbol* symbol = symbolTable.find(limit); local
4805 TSymbol* symbol = symbolTable.find(call.getMangledName(), &builtIn); local
4819 TSymbol* symbol = symbolTable.find(call.getMangledName(), &builtIn); local
4947 TSymbol* symbol = redeclareBuiltinVariable(loc, identifier, type.getQualifier(), publicType.shaderQualifiers, newDeclaration); local
5891 TSymbol* symbol = symbolTable.find(identifier); local
    [all...]
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 5 // Package gosym implements access to the Go symbol
27 // A Sym represents a single symbol table entry.
33 // If this symbol is a function symbol, the corresponding Func
37 // Static reports whether this symbol is static (not visible outside its file).
40 // PackageName returns the package part of the symbol name,
54 // ReceiverName returns the receiver type name of this symbol,
69 // BaseName returns the symbol name without the package or receiver name.
89 // An Obj represents a collection of functions in a symbol table.
92 // of the symbol table format
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 5 // Package gosym implements access to the Go symbol
27 // A Sym represents a single symbol table entry.
33 // If this symbol is a function symbol, the corresponding Func
37 // Static reports whether this symbol is static (not visible outside its file).
40 // PackageName returns the package part of the symbol name,
54 // ReceiverName returns the receiver type name of this symbol,
69 // BaseName returns the symbol name without the package or receiver name.
89 // An Obj represents a collection of functions in a symbol table.
92 // of the symbol table format
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 37 DateFormatSymbols symbol; local
39 symbol=new DateFormatSymbols(Locale.getDefault());
41 month=symbol.getMonths();
55 DateFormatSymbols symbol; local
56 symbol=new DateFormatSymbols(Locale.getDefault());
63 String[] month =symbol.getMonths(context[i],width[j]);
77 DateFormatSymbols symbol; local
78 symbol=new DateFormatSymbols(Locale.getDefault());
85 String[] wd =symbol.getWeekdays(context[i],width[j]);
100 DateFormatSymbols symbol; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 36 DateFormatSymbols symbol; local
38 symbol=new DateFormatSymbols(Locale.getDefault());
40 month=symbol.getMonths();
54 DateFormatSymbols symbol; local
55 symbol=new DateFormatSymbols(Locale.getDefault());
62 String[] month =symbol.getMonths(context[i],width[j]);
76 DateFormatSymbols symbol; local
77 symbol=new DateFormatSymbols(Locale.getDefault());
84 String[] wd =symbol.getWeekdays(context[i],width[j]);
99 DateFormatSymbols symbol; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 252 const char *symbol = LLVMGetValueName(func); local
254 perf_asm_file << symbol << ":\n"; local
257 fprintf(perf_map_file, "%lx %lx %s\n", addr, size, symbol);
  /frameworks/base/tools/aapt2/
ValueVisitor.h 66 for (Attribute::Symbol& symbol : attribute->symbols) {
67 Visit(&symbol.symbol);
  /prebuilts/go/darwin-x86/src/runtime/
plugin.go 65 // Build a map of symbol names to symbols. Here in the runtime
68 // where the symbol value is filled in (usually via cgo).
71 // function symbol names are prefixed here with '.' to avoid
102 // function symbol, meaning if we search for its PC we get
115 throw("runtime: plugin has bad symbol table")
126 // initialize the plugin module's symbol map.

Completed in 610 milliseconds

<<21222324252627282930>>