Searched refs:sym (Results 151 - 175 of 716) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h71 # define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
/external/chromium_org/third_party/icu/source/common/
H A Druleiter.h51 const SymbolTable* sym; member in class:RuleCharacterIterator
94 * @param sym the symbol table, or null if there is none. If sym is null,
101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
H A Dicuplug.c47 char sym[UPLUG_NAME_MAX]; /**< plugin symbol, or NULL */ member in struct:UPlugData
342 plug->sym[0]=0;
366 uprv_strncpy(plug->sym, symName, UPLUG_NAME_MAX);
368 plug->sym[0] = 0;
462 return data->sym;
520 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, argument
524 plug = uplug_allocatePlug(entrypoint, config, lib, sym, status);
544 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) argument
553 if(sym!=NULL) {
554 uprv_strncpy(plug->sym, sy
576 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
607 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/sqlite/src/
H A Dmkopcodeh.awk56 sym = $(i+2)
57 sub(/,/,"",sym)
58 op[name] = tk[sym]
60 sameas[op[name]] = sym
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dpulseaudiosymboltable_linux.h96 #define X(sym) \
97 LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY(PulseAudioSymbolTable, sym)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dwork_unit.py180 sym = right.strip()
182 if sym[0] == '_':
183 sym = sym[1:] # remove underscore prefix
184 if sym.endswith('.eh'):
185 sym = sym[:-len('.eh')]
186 syms[sym] = None
187 #f.write( '%s: %s %s\n' % (sym,line[:-1],libname) )
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp122 SymbolRef sym = Cond.getAsSymExpr(); local
123 return assumeAuxForSymbol(state, sym, Assumption);
132 SymbolRef sym = SV.getSymbol(); local
133 assert(sym);
137 return assumeAuxForSymbol(state, sym, Assumption);
140 } else if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(sym)) {
151 } else if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(sym)) {
178 return assumeAuxForSymbol(state, sym, Assumption);
194 // Is it a "($sym+constant1)" expression?
221 // We only handle simple comparisons of the form "$sym
[all...]
/external/icu/icu4c/source/common/
H A Druleiter.h51 const SymbolTable* sym; member in class:RuleCharacterIterator
94 * @param sym the symbol table, or null if there is none. If sym is null,
101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
H A Dicuplug.c47 char sym[UPLUG_NAME_MAX]; /**< plugin symbol, or NULL */ member in struct:UPlugData
342 plug->sym[0]=0;
366 uprv_strncpy(plug->sym, symName, UPLUG_NAME_MAX);
368 plug->sym[0] = 0;
462 return data->sym;
520 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, argument
524 plug = uplug_allocatePlug(entrypoint, config, lib, sym, status);
544 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) argument
553 if(sym!=NULL) {
554 uprv_strncpy(plug->sym, sy
576 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
607 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
[all...]
/external/libsepol/tests/
H A Dhelpers.c66 avrule_decl_t *test_find_decl_by_sym(policydb_t * p, int symtab, char *sym) argument
68 scope_datum_t *scope = (scope_datum_t *) hashtab_search(p->scope[symtab].table, sym);
/external/libunwind/src/ia64/
H A Dmk_Gcursor_i.c36 #define OFFSET(sym, offset) \
37 asm volatile("\n->" #sym " %0" : : "i" (offset))
/external/openfst/src/include/fst/
H A Dsymbol-table-ops.h46 typename Arc::Label sym = (input) ? aiter.Value().ilabel : local
48 seen.insert(sym);
/external/oprofile/libutil++/
H A Dbfd_support.h124 bool interesting_symbol(asymbol * sym);
153 find_nearest_line(bfd_info const & ibfd, op_bfd_symbol const & sym,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c256 char **sym; local
262 sym = backtrace_symbols(btrace, btrace_num);
271 if (state == TRACE_TAIL && sym && sym[i] &&
272 os_strstr(sym[i], "__libc_start_main"))
276 if (sym)
277 wpa_printf(MSG_INFO, "[%d]: %s", i, sym[i]);
285 free(sym);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c256 char **sym; local
262 sym = backtrace_symbols(btrace, btrace_num);
271 if (state == TRACE_TAIL && sym && sym[i] &&
272 os_strstr(sym[i], "__libc_start_main"))
276 if (sym)
277 wpa_printf(MSG_INFO, "[%d]: %s", i, sym[i]);
285 free(sym);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c256 char **sym; local
262 sym = backtrace_symbols(btrace, btrace_num);
271 if (state == TRACE_TAIL && sym && sym[i] &&
272 os_strstr(sym[i], "__libc_start_main"))
276 if (sym)
277 wpa_printf(MSG_INFO, "[%d]: %s", i, sym[i]);
285 free(sym);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c129 struct symbol *sym; local
132 sym = symbol__new(fsym->start, fsym->length,
134 if (sym == NULL)
137 symbols__insert(&dso->symbols[MAP__FUNCTION], sym);
155 struct symbol *sym; member in struct:sample
231 fake_common_samples[k].sym = al.sym;
253 fake_samples[i][k].sym = al.sym;
270 samples->sym
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h109 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) {} argument
128 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) argument
129 : SymbolData(RegionValueKind, sym), R(r) {}
162 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, argument
165 : SymbolData(ConjuredKind, sym), S(s), T(t), Count(count),
205 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) argument
206 : SymbolData(DerivedKind, sym), parentSymbol(parent), R(r) {}
239 SymbolExtent(SymbolID sym, const SubRegion *r) argument
240 : SymbolData(ExtentKind, sym),
274 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t, unsigned count, const void *tag) argument
[all...]
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMarketIO.h66 inline void putMarketHeader(std::string& header,int sym) argument
72 if(sym == Symmetric) header += " symmetric";
73 else if (sym == SelfAdjoint) header += " Hermitian";
79 if(sym == Symmetric) header += " symmetric";
109 inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector) argument
111 sym = 0;
126 if(substr[4].compare("symmetric") == 0) sym = Symmetric;
127 else if (substr[4].compare("Hermitian") == 0) sym = SelfAdjoint;
224 bool saveMarket(const SparseMatrixType& mat, const std::string& filename, int sym = 0)
234 internal::putMarketHeader<Scalar>(header, sym);
[all...]
/external/elfutils/0.153/src/
H A Di386_ld.c122 XElf_Sym_vardef (sym);
146 sym, xndx);
147 if (sym->st_shndx != SHN_XINDEX)
148 xndx = sym->st_shndx;
160 if (XELF_ST_TYPE (sym->st_info) == STT_SECTION)
542 struct symbol *sym; local
600 sym = scninfo->fileinfo->symref[r_sym];
604 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy)
606 sym
[all...]
H A Dldgeneric.c179 struct symbol *sym = file->symref[symidx]; local
181 return sym->defined && sym->in_dso;
524 matching_group_comdat_scn (const XElf_Sym *sym, size_t shndx, argument
556 check_type_and_size (const XElf_Sym *sym, struct usedfiles *fileinfo, argument
565 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE
566 && unlikely (oldp->type != XELF_ST_TYPE (sym->st_info)))
577 ebl_symbol_type_name (ld_state.ebl, XELF_ST_TYPE (sym->st_info),
581 else if (XELF_ST_TYPE (sym->st_info) == STT_OBJECT
583 && unlikely (oldp->size != sym
592 check_definition(const XElf_Sym *sym, size_t shndx, size_t symidx, struct usedfiles *fileinfo, struct symbol *oldp) argument
1919 struct symbol *sym = ld_symbol_tab_find (&ld_state.symbol_tab, local
3356 reduce_symbol_p(XElf_Sym *sym, struct Ebl_Strent *strent) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c221 call->ms.sym = cursor_node->sym;
332 struct symbol *sym; local
338 sym = node->sym;
340 if (cnode->ms.sym && sym &&
342 if (cnode->ms.sym->start != sym->start)
409 list->ms.map, list->ms.sym);
440 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map *map, struct symbol *sym) argument
[all...]
/external/zlib/src/contrib/infback9/
H A Dinfback9.c56 unsigned sym, bits, low, size; local
62 sym = 0;
63 while (sym < 144) state.lens[sym++] = 8;
64 while (sym < 256) state.lens[sym++] = 9;
65 while (sym < 280) state.lens[sym++] = 7;
66 while (sym < 288) state.lens[sym
[all...]
/external/svox/pico/lib/
H A Dpicospho.c461 static pico_status_t sphoAddPhoneme(register spho_subobj_t *spho, picoos_int16 pos, picoos_int16 sym) { argument
464 unshifted = picotrns_unplane(sym,&plane);
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
472 spho->phonBuf[spho->phonWritePos].sym = sym;
639 tmpPosSym.sym = spho->phonBuf[i].sym;
641 spho->phonBuf[i].sym = spho->phonBuf[j].sym;
643 spho->phonBuf[j].sym
682 getNextPosSym(spho_subobj_t * spho, picoos_int16 * pos, picoos_int16 * sym, picoos_int16 rangeEnd) argument
938 picoos_int16 pos, sym, sylsym; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c80 /*@dependent@*/ yasm_symrec *sym; /* symbol created for this section */ member in struct:rdf_section_data
151 rdf_objfmt_sym_set_data(yasm_symrec *sym, unsigned int segment) argument
157 yasm_symrec_add_data(sym, &rdf_symrec_data_cb, rsymd);
234 reloc->reloc.sym = value->rel;
263 rsymd = yasm_symrec_get_data(reloc->reloc.sym,
472 yasm_symrec *sym = (yasm_symrec *)obj; local
473 yasm_sym_vis vis = yasm_symrec_get_visibility(sym);
487 rdf_parse_flags(yasm_symrec *sym) argument
490 yasm_symrec_get_objext_valparams(sym);
511 yasm_dir_helper(sym, yasm_vps_firs
518 rdf_objfmt_output_sym(yasm_symrec *sym, void *d) argument
820 yasm_symrec *sym; local
[all...]

Completed in 9731 milliseconds

1234567891011>>