Searched refs:symbols (Results 151 - 175 of 394) sorted by relevance

1234567891011>>

/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dandroid_backend.py31 from pylib.symbols import elf_symbolizer
84 symbolize-and-store-symbols and load-symbols-and-decorate-heaps (in two
92 symbols = symbol.Symbols()
118 symbols.Add(stack_frame.exec_file_rel_path, stack_frame.offset, sym)
164 return symbols
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp323 DecimalFormatSymbols symbols(Locale::getUS(), status);
325 DecimalFormat format(pattern, symbols, status);
390 DecimalFormatSymbols symbols(Locale::getUS(), status);
392 DecimalFormat fmtr(pattern, symbols, status);
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c1005 IMAGE_SYMBOL symbols[1]; local
1114 uprv_memset(&symbols, 0, sizeof(symbols));
1146 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);
1149 symbols[0].N.Name.Short=0;
1150 symbols[0].N.Name.Long=4;
1154 symbols[0].SectionNumber=2;
1155 symbols[0].StorageClass=IMAGE_SYM_CLASS_EXTERNAL;
1174 T_FileStream_write(out, symbols, IMAGE_SIZEOF_SYMBOL);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dmap.c105 .entries = &self->dso->symbols[self->type],
/external/ltrace/
H A Dlibrary.h60 /* This is relevant for PLT symbols. Latent PLT symbols are
67 /* Delayed symbols are those for which a breakpoint shouldn't
68 * be enabled yet. They are similar to latent symbols, but
94 /* Compare two library symbols. Returns a negative value, 0, or a
97 * those are equal, too, the symbols are considered equal. */
151 * symbols that don't have a breakpoint attached (yet). */
152 struct library_symbol *symbols; member in struct:library
195 /* Iterate through list of symbols of library LIB. See callback.h for
H A Dltrace-elf.c844 * to only include the matching symbols (but include
845 * all if we are adding latent symbols) to allow
852 /* If we are adding those symbols just for
874 * want to add such symbol once. The only way that those symbols
912 * should be well enough for the number of symbols that we
915 struct unique_symbol *symbols = malloc(sizeof(*symbols) * count); local
916 if (symbols == NULL) {
917 fprintf(stderr, "couldn't insert symbols for -x: %s\n",
1058 = lsearch(&key, symbols,
[all...]
/external/mesa3d/src/glsl/
H A Dir_reader.cpp150 const glsl_type *type = state->symbols->get_type(type_sym->value());
195 ir_function *f = state->symbols->get_function(name->value());
198 added = state->symbols->add_function(f);
238 state->symbols->push_scope();
270 state->symbols->pop_scope();
288 state->symbols->pop_scope();
389 ir_read_error(expr, "qualifier list must contain only symbols");
425 state->symbols->add_variable(var);
645 ir_function *f = state->symbols->get_function(name->value());
859 ir_variable *var = state->symbols
[all...]
H A Dmain.cpp190 shader->symbols = state->symbols;
H A Dlinker.cpp323 shader->symbols->get_variable("gl_ClipDistance");
754 sh->symbols = new(sh) glsl_symbol_table;
762 sh->symbols->add_function(func);
764 sh->symbols->add_variable(var);
784 * \param symbols Symbol table containing global scope symbols in the
799 this->symbols = target->symbols;
815 this->symbols->get_variable(ir->var->name);
821 this->symbols
831 glsl_symbol_table *symbols; member in class:remap_visitor
[all...]
/external/elfutils/0.153/src/
H A Dunstrip.c1 /* Combine stripped files with separate symbols and debug information.
314 /* The binutils linker leaves gratuitous section symbols in .symtab
548 /* The original file probably had section symbols for all of its
550 possible, add in section symbols for the added sections. */
574 /* Copy the existing section symbols. */
590 /* Add in the new section symbols. */
608 /* Now copy the rest of the existing symbols. */
628 /* This has the side effect of updating STT_SECTION symbols' values,
751 /* Collect input symbols into our internal form. */
813 /* Compare symbols wit
1597 struct symbol symbols[total_syms]; local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dreport.c40 struct XRaySymbolTable* symbols = XRayGetSymbolTable(capture); local
72 symbol = XRaySymbolTableLookup(symbols, addr);
/external/chromium_org/third_party/codesighs/
H A Dbasesummary.win.bash142 # Get a dump of the symbols in every object file.
145 xargs -n 1 dumpbin.exe /symbols < $ALLOBJSFILE > $ALLOBJSYMSFILE 2> /dev/null
149 # Produce the symdb for the symbols in all object files.
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp372 const SymbolTable* symbols,
384 RuleCharacterIterator chars(pattern, symbols, pos);
385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
434 * @param symbols symbol table to use to parse and dereference
442 const SymbolTable* symbols,
534 } else if (symbols != 0) {
535 const UnicodeFunctor *m = symbols->lookupMatcher(c);
582 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec);
720 // symbols nosymbols
731 if (symbols
370 applyPatternIgnoreSpace(const UnicodeString& pattern, ParsePosition& pos, const SymbolTable* symbols, UErrorCode& status) argument
441 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), UErrorCode& ec) argument
[all...]
/external/chromium_org/third_party/mesa/src/
H A DAndroid.common.mk60 # uncomment to keep the debug symbols
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dmain.cpp190 shader->symbols = state->symbols;
H A Dlinker.cpp323 shader->symbols->get_variable("gl_ClipDistance");
754 sh->symbols = new(sh) glsl_symbol_table;
762 sh->symbols->add_function(func);
764 sh->symbols->add_variable(var);
784 * \param symbols Symbol table containing global scope symbols in the
799 this->symbols = target->symbols;
815 this->symbols->get_variable(ir->var->name);
821 this->symbols
831 glsl_symbol_table *symbols; member in class:remap_visitor
[all...]
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp49 [[test::valid(for 42 [very] **** '+' symbols went on a trip and had a "good"_time; the end.)]] int garbage_attr; // expected-warning {{unknown attribute 'valid' ignored}}
284 void g() [[unknown::foo(ignore arguments for unknown attributes, even with symbols!)]]; // expected-warning {{unknown attribute 'foo' ignored}}
/external/icu/icu4c/source/common/
H A Duniset_props.cpp372 const SymbolTable* symbols,
384 RuleCharacterIterator chars(pattern, symbols, pos);
385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
434 * @param symbols symbol table to use to parse and dereference
442 const SymbolTable* symbols,
534 } else if (symbols != 0) {
535 const UnicodeFunctor *m = symbols->lookupMatcher(c);
582 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec);
720 // symbols nosymbols
731 if (symbols
370 applyPatternIgnoreSpace(const UnicodeString& pattern, ParsePosition& pos, const SymbolTable* symbols, UErrorCode& status) argument
441 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), UErrorCode& ec) argument
[all...]
/external/lldb/scripts/Python/interface/
H A DSBModule.i42 And to iterate the symbols within a SBSection, use symbol_in_section_iter(),
44 # Iterates the text section and prints each symbols within each sub-section.
365 '''An accessor function that returns a list() that contains all symbols in a lldb.SBModule object.'''
366 symbols = []
368 symbols.append(self.GetSymbolAtIndex(idx))
369 return symbols
466 __swig_getmethods__["symbols"] = get_symbols_array
467 if _newclass: symbols = property(get_symbols_array, None, doc='''A read only property that returns a list() of lldb.SBSymbol objects contained in this module.''')
470 if _newclass: symbol = property(get_symbols_access_object, None, doc='''A read only property that can be used to access symbols by index ("symbol = module.symbol[0]"), name ("symbols
[all...]
H A DSBSymbolContextList.i134 __swig_getmethods__["symbols"] = get_symbol_array
135 if _newclass: symbols = property(get_symbol_array, None, doc='''Returns a list() of lldb.SBSymbol objects, one for each symbol in each SBSymbolContext object in this list.''')
/external/lldb/source/Symbol/
H A DSymtab.cpp169 s->Printf("Symtab %lu symbol indexes (%lu symbols total):\n", indexes.size(), m_symbols.size());
296 // If we ever need the trampoline symbols to be searchable by name
298 // Symtab functions that lookup symbols by name to indicate if they
551 const Symbol *symbols; member in struct:SymbolSortInfo
556 const std::vector<Symbol>& symbols; member in struct:__anon25350::SymbolIndexComparator
560 // Since there are potentially many symbols here, and we're using this for sorting so
562 // The array passed in has to be the same size as the symbols array passed into the
563 // member variable symbols, and should be initialized with LLDB_INVALID_ADDRESS.
568 SymbolIndexComparator(const std::vector<Symbol>& s, std::vector<lldb::addr_t> &a) : symbols(s), addr_cache(a) {
569 assert (symbols
[all...]
/external/mesa3d/
H A DAndroid.common.mk60 # uncomment to keep the debug symbols
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c1170 static void pdb_convert_symbols_header( PDB_SYMBOLS *symbols, argument
1173 VG_(memset)( symbols, 0, sizeof(PDB_SYMBOLS) );
1177 /* Old version of the symbols record header */
1179 symbols->version = 0;
1180 symbols->module_size = old->module_size;
1181 symbols->offset_size = old->offset_size;
1182 symbols->hash_size = old->hash_size;
1183 symbols->srcmodule_size = old->srcmodule_size;
1184 symbols->pdbimport_size = 0;
1185 symbols
1830 PDB_SYMBOLS symbols; local
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_backend.py266 symbols_path = os.path.join(self._tmp_minidump_dir, 'symbols')
268 symbols = glob.glob(os.path.join(self._browser_directory, '*.breakpad*'))
269 if symbols:
270 for symbol in sorted(symbols, key=os.path.getmtime, reverse=True):
285 logging.info('Dumping breakpad symbols')
293 '--symbols-dir=%s' % symbols_path,
/external/lldb/source/API/
H A DSBModule.cpp322 SymbolVendor *symbols = module_sp->GetSymbolVendor(); local
323 if (symbols)
324 return symbols->GetSymtab();

Completed in 3130 milliseconds

1234567891011>>