/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 58 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const { 59 const coff_symbol *addr = reinterpret_cast<const coff_symbol*>(Symb.p); 93 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb, 95 const coff_symbol *symb = toSymb(Symb); local 96 symb += 1 + symb->NumberOfAuxSymbols; 97 Symb.p = reinterpret_cast<uintptr_t>(symb); 98 Result = SymbolRef(Symb, this) 104 const coff_symbol *symb = toSymb(Symb); local 110 const coff_symbol *symb = toSymb(Symb); local 128 const coff_symbol *symb = toSymb(Symb); local 146 const coff_symbol *symb = toSymb(Symb); local 168 const coff_symbol *symb = toSymb(Symb); local 195 const coff_symbol *symb = toSymb(Symb); local 213 const coff_symbol *symb = toSymb(Symb); local 281 const coff_symbol *symb = toSymb(Symb); local 399 const coff_symbol *symb = toSymb(Symb); local 843 const coff_symbol *symb = 0; local [all...] |
MachOObjectFile.cpp | 448 error_code MachOObjectFile::getSymbolNext(DataRefImpl Symb, 453 Symb.p += SymbolTableEntrySize; 454 Res = SymbolRef(Symb, this); 458 error_code MachOObjectFile::getSymbolName(DataRefImpl Symb, 461 SymbolTableEntryBase Entry = getSymbolTableEntryBase(this, Symb); 467 error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb, 470 macho::Symbol64TableEntry Entry = getSymbol64TableEntry(Symb); 473 macho::SymbolTableEntry Entry = getSymbolTableEntry(Symb); 480 MachOObjectFile::getSymbolFileOffset(DataRefImpl Symb, 482 SymbolTableEntryBase Entry = getSymbolTableEntryBase(this, Symb); [all...] |
/sdk/emulator/qtools/ |
coverage.cpp | 40 const symbol_type *syma, *symb; local 44 symb = static_cast<symbol_type const *>(b); 46 calls2 = symb->numCalls; 50 int cmp = strcmp(syma->name, symb->name); 52 cmp = strcmp(syma->region->path, symb->region->path); 61 const symbol_type *syma, *symb; local 64 symb = static_cast<symbol_type const *>(b); 65 int cmp = strcmp(syma->region->path, symb->region->path); 67 cmp = strcmp(syma->name, symb->name);
|
profile_trace.cpp | 26 const symbol_type *syma, *symb; local 30 symb = static_cast<symbol_type const *>(b); 32 elapsed2 = symb->elapsed; 36 return strcmp(syma->name, symb->name);
|
/external/llvm/include/llvm/MC/ |
MCValue.h | 38 const MCSymbolRefExpr *SymA, *SymB; 44 const MCSymbolRefExpr *getSymB() const { return SymB; } 47 bool isAbsolute() const { return !SymA && !SymB; } 55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0, 58 assert((!SymB || SymA) && "Invalid relocatable MCValue!"); 61 R.SymB = SymB; 69 R.SymB = 0;
|
/external/oprofile/libpp/ |
format_output.cpp | 369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample, 375 field_datum datum(symb, sample, 0, c, extra_found_images); 381 field_datum datum(symb, sample, pclass, c, 450 void opreport_formatter::output(ostream & out, symbol_entry const * symb) 452 do_output(out, *symb, symb->sample, counts); 455 output_details(out, symb); 472 output_details(ostream & out, symbol_entry const * symb) 477 c.total = symb->sample.counts; 483 sample_container::samples_iterator it = profile.begin(symb); 765 symbol_entry const * symb = *it; local [all...] |
format_output.h | 191 /** output one symbol symb to out according to the output format 193 void output(std::ostream & out, symbol_entry const * symb); 196 void output_details(std::ostream & out, symbol_entry const * symb); 248 /** output one symbol symb to out according to the output format 251 symbol_entry const * symb, size_t lo, size_t hi, 255 std::string output_symbol_details(symbol_entry const * symb, 277 /// with --details we need to reopen the bfd object for each symb to 290 bool get_bfd_object(symbol_entry const * symb, op_bfd * & abfd) const; 293 symbol_entry const * symb, op_bfd * & abfd); 306 /** output one symbol symb to out according to the output forma [all...] |
symbol_container.cpp | 27 symbol_entry const * symbol_container::insert(symbol_entry const & symb) 29 pair<symbols_t::iterator, bool> p = symbols.insert(symb); 33 symbol->sample.counts += symb.sample.counts;
|
xml_utils.h | 47 void output_symbol_bytes(std::ostream & out, symbol_entry const * symb,
|
/external/llvm/include/llvm/Object/ |
ELF.h | 651 const Elf_Sym *Symb, 657 const Elf_Sym *getSymbol(DataRefImpl Symb) const; // FIXME: Should be private? 658 void validateSymbol(DataRefImpl Symb) const; 663 const Elf_Sym *Symb, 668 error_code getSymbolVersion(SymbolRef Symb, StringRef &Version, 673 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 674 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 675 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 676 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 677 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const 926 const Elf_Sym *symb = getSymbol(Symb); local 956 const Elf_Sym *symb = getSymbol(Symb); local 966 const Elf_Sym *symb = getSymbol(Symb); local 1020 const Elf_Sym *symb = getSymbol(Symb); local 1054 const Elf_Sym *symb = getSymbol(Symb); local 1117 const Elf_Sym *symb = getSymbol(Symb); local 1128 const Elf_Sym *symb = getSymbol(Symb); local 1192 const Elf_Sym *symb = getSymbol(Symb); local 1223 const Elf_Sym *symb = getSymbol(Symb); local 1258 const Elf_Sym *symb = getSymbol(Symb); local 1274 const Elf_Sym *symb = getSymbol(Symb); local 1423 const Elf_Sym *symb = getSymbol(Symb); local 2323 const Elf_Sym *symb = getEntry<Elf_Sym>(sec->sh_link, symbol_index); local [all...] |
COFF.h | 209 const coff_symbol *toSymb(DataRefImpl Symb) const; 214 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 215 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 216 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 217 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 218 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 219 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const; 220 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const; 221 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const; 222 virtual error_code getSymbolSection(DataRefImpl Symb, [all...] |
MachO.h | 64 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 65 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 66 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 67 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 68 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const; 69 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 70 virtual error_code getSymbolType(DataRefImpl Symb, 72 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const; 73 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const; 74 virtual error_code getSymbolSection(DataRefImpl Symb, [all...] |
ObjectFile.h | 46 content_iterator(content_type symb) 47 : Current(symb) {} 291 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const = 0; 292 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0; 293 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const = 0; 294 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res)const=0; 295 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const; 296 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const = 0; 297 virtual error_code getSymbolType(DataRefImpl Symb, 299 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const = 0 [all...] |
/external/apache-http/src/org/apache/commons/codec/language/ |
Metaphone.java | 132 char symb = local.charAt(n) ; local 134 if ((symb != 'C') && (isPreviousChar( local, n, symb )) ) { 137 switch(symb) { 140 code.append(symb); 148 code.append(symb); 238 code.append(symb); 243 code.append(symb); 246 code.append(symb); // initial K 254 code.append(symb); [all...] |
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 83 COFFSymbol *Symb; 85 COFFRelocation() : Symb(NULL) {} 658 const MCSymbolRefExpr *SymB = Target.getSymB(); 659 const bool CrossSection = SymB && 660 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection(); 673 // In the case where we have SymbA and SymB, we just need to store the delta 689 Reloc.Symb = coff_symbol->Section->Symbol; 693 Reloc.Symb = coff_symbol; 695 ++Reloc.Symb->Relocations; 835 assert((*cr).Symb->Index != -1) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-earley-boyer.html | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/v8/benchmarks/ |
earley-boyer.js | [all...] |
/external/v8/benchmarks/ |
earley-boyer.js | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 132 'SYMB' : symbol_browser,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/ |
yasm_arch.xml | 286 <screen>mov dword [symb wrt rip], 1</screen> 289 <userinput>symb</userinput>. This is distinctly different than 292 <screen>mov dword [symb+rip], 1</screen> 295 the address of <userinput>symb</userinput> to it, then stores the 296 value 1 there. If <userinput>symb</userinput> is a variable, 298 <userinput>symb</userinput> variable!</para>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
yasm_arch.7 | 551 mov dword [symb wrt rip], 1 564 mov dword [symb+rip], 1
|