HomeSort by relevance Sort by last modified time
    Searched full:symb (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/Object/
COFFObjectFile.cpp 57 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const {
58 const coff_symbol *addr = reinterpret_cast<const coff_symbol*>(Symb.p);
92 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb,
94 const coff_symbol *symb = toSymb(Symb); local
95 symb += 1 + symb->NumberOfAuxSymbols;
96 Symb.p = reinterpret_cast<uintptr_t>(symb);
97 Result = SymbolRef(Symb, this)
103 const coff_symbol *symb = toSymb(Symb); local
109 const coff_symbol *symb = toSymb(Symb); local
127 const coff_symbol *symb = toSymb(Symb); local
145 const coff_symbol *symb = toSymb(Symb); local
167 const coff_symbol *symb = toSymb(Symb); local
194 const coff_symbol *symb = toSymb(Symb); local
212 const coff_symbol *symb = toSymb(Symb); local
280 const coff_symbol *symb = toSymb(Symb); local
398 const coff_symbol *symb = toSymb(Symb); local
812 const coff_symbol *symb = 0; local
    [all...]
MachOObjectFile.cpp 321 error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb,
326 getSymbol64TableEntry(Symb, Entry);
330 getSymbolTableEntry(Symb, Entry);
342 error_code MachOObjectFile::getSymbolType(DataRefImpl Symb,
347 getSymbol64TableEntry(Symb, Entry);
351 getSymbolTableEntry(Symb, Entry);
373 error_code MachOObjectFile::getSymbolValue(DataRefImpl Symb,
657 DataRefImpl Symb,
660 getSymbolType(Symb, ST);
673 getSymbol64TableEntry(Symb, Entry)
    [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);
trace_reader.h 333 const stype *symb = static_cast<stype const *>(b); local
335 uint32_t addr2 = symb->addr;
344 if (syma->name[0] == '_' || symb->name[0] == '_') {
351 while (symb->name[bCount] == '_')
362 return strcmp(syma->name, symb->name);
    [all...]
  /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/llvm/include/llvm/Object/
COFF.h 104 const coff_symbol *toSymb(DataRefImpl Symb) const;
109 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
111 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
112 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
113 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
114 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
115 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
116 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
117 virtual error_code getSymbolSection(DataRefImpl Symb,
    [all...]
MachO.h 59 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
60 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
61 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
62 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
63 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
64 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
65 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
66 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
67 virtual error_code getSymbolSection(DataRefImpl Symb,
69 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const
    [all...]
ELF.h 635 const Elf_Sym *Symb,
641 const Elf_Sym *getSymbol(DataRefImpl Symb) const; // FIXME: Should be private?
642 void validateSymbol(DataRefImpl Symb) const;
646 const Elf_Sym *Symb,
651 error_code getSymbolVersion(SymbolRef Symb, StringRef &Version,
655 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
656 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
657 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
658 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
659 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const
892 const Elf_Sym *symb = getSymbol(Symb); local
940 const Elf_Sym *symb = getSymbol(Symb); local
950 const Elf_Sym *symb = getSymbol(Symb); local
999 const Elf_Sym *symb = getSymbol(Symb); local
1033 const Elf_Sym *symb = getSymbol(Symb); local
1076 const Elf_Sym *symb = getSymbol(Symb); local
1087 const Elf_Sym *symb = getSymbol(Symb); local
1151 const Elf_Sym *symb = getSymbol(Symb); local
1182 const Elf_Sym *symb = getSymbol(Symb); local
1216 const Elf_Sym *symb = getSymbol(Symb); local
1232 const Elf_Sym *symb = getSymbol(Symb); local
1999 const Elf_Sym *symb = getEntry<Elf_Sym>(sec->sh_link, symbol_index); local
    [all...]
ObjectFile.h 50 content_iterator(content_type symb)
51 : Current(symb) {}
294 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const = 0;
295 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
296 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const = 0;
297 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res)const=0;
298 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const = 0;
299 virtual error_code getSymbolType(DataRefImpl Symb,
301 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const = 0;
302 virtual error_code getSymbolFlags(DataRefImpl Symb,
    [all...]
  /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,
xml_utils.cpp 373 xml_utils::output_symbol_bytes(ostream & out, symbol_entry const * symb,
376 size_t size = symb->size;
378 if (abfd.get_symbol_contents(symb->sym_index, contents.get())) {
379 string const name = symbol_names.name(symb->name);
  /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/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 156 Symbol *symb; local
202 symb = LookUpSymbol(macros, name);
203 if (symb) {
204 if (!symb->details.mac.undef) {
206 if (symb->details.mac.argc != mac.argc) goto error;
208 if (symb->details.mac.args[argc] != mac.args[argc])
210 RewindTokenStream(symb->details.mac.body);
214 old_token = ReadToken(symb->details.mac.body, yylvalpp);
229 //FreeMacro(&symb->details.mac);
233 symb = AddSymbol(&dummyLoc, macros, name, MACRO_S)
242 Symbol *symb; local
    [all...]
symbols.h 64 Symbol *symb; member in struct:SymbolList_Rec
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 82 COFFSymbol *Symb;
84 COFFRelocation() : Symb(NULL) {}
652 const MCSymbolRefExpr *SymB = Target.getSymB();
653 const bool CrossSection = SymB &&
654 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
667 // In the case where we have SymbA and SymB, we just need to store the delta
683 Reloc.Symb = coff_symbol->Section->Symbol;
687 Reloc.Symb = coff_symbol;
689 ++Reloc.Symb->Relocations;
806 assert((*cr).Symb->Index != -1)
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /cts/tools/dasm/src/java_cup/
parser.cup 491 production_part symb = (production_part)symbols.get(symid.str_val);
494 if (symb == null)
503 add_rhs_part(add_lab(symb, labid.str_val));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 134 MCSymbol *Symb = DU->getStringPoolEntry(String);
137 Value = new (DIEValueAllocator) DIELabel(Symb);
140 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
154 MCSymbol *Symb = DU->getStringPoolEntry(String);
157 Value = new (DIEValueAllocator) DIELabel(Symb);
160 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
    [all...]

Completed in 3620 milliseconds

1 2