Searched defs:sym (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c93 void ML_(ppSym) ( Int idx, DiSym* sym )
95 HChar** sec_names = sym->sec_names;
96 vg_assert(sym->pri_name);
101 sym->isText ? 'T' : '-',
102 sym->isIFunc ? 'I' : '-',
103 sym->addr,
104 sym->addr + sym->size - 1, sym->size,
105 sym
1412 DiSym* sym = &di->symtab[i]; local
1593 DiSym* sym = &di->symtab[i]; local
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c141 static HChar* sym (Addr addr, Bool is_code) function
353 sym(addr, is_code));
516 C2v(g->addr), sym(g->addr, /* is_code */ True),
726 sym(ignore_this_break_once, /* is_code */ True));
759 sym(saved_pc, /* is_code */ True),
760 sym(VG_(get_IP) (tid), /* is_code */ True));
1021 sym(ignore_this_break_once, /* is_code */ True));
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c185 char *sym; local
198 sym = #s; \
199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
220 "winscard.dll", sym);
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c185 char *sym; local
198 sym = #s; \
199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
220 "winscard.dll", sym);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c185 char *sym; local
198 sym = #s; \
199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
220 "winscard.dll", sym);
/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp2181 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2188 uret.vp = dlsym(lib, sym);
2191 printf("dlerror on dlsym(%p,%s): %s\n", lib,sym, dlerror());
2218 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2258 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2264 addr = (UVoidFunction*)GetProcAddress(handle, sym);
2299 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1886 const DecimalFormatSymbols* sym = dec->getDecimalFormatSymbols(); local
1887 if (sym == NULL) {
1891 valid = sym->getLocale(ULOC_VALID_LOCALE, ec);
1892 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec);
1924 const DateFormatSymbols* sym = dat->getDateFormatSymbols(); local
1925 if (sym == NULL) {
1929 valid = sym->getLocale(ULOC_VALID_LOCALE, ec);
1930 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec);
H A Dnumrgts.cpp854 const DecimalFormatSymbols *sym = df->getDecimalFormatSymbols(); local
855 UnicodeString decSep = sym->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
856 UnicodeString monSep = sym->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol);
1927 DecimalFormatSymbols *sym = (DecimalFormatSymbols*) nf->getDecimalFormatSymbols(); local
1928 sym->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, (UChar)/*'\''*/0x0027);
1929 nf->setDecimalFormatSymbols(*sym);
2265 DecimalFormatSymbols sym(Locale::getUS(), status);
2267 DecimalFormat fmt("#", sym, status);
2297 DecimalFormatSymbols sym(Locale::getUS(), status);
2300 DecimalFormat fmt(UnicodeString("#"), sym, statu
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1511 const Symbol *sym = insn->getSrc(0)->asSym(); local
1514 Record *it = load ? loads[sym->reg.file] : stores[sym->reg.file];
1519 if ((it->offset >> 4) != (sym->reg.data.offset >> 4) ||
1521 it->fileIndex != sym->reg.fileIndex ||
1525 if (it->offset < sym->reg.data.offset) {
1526 if (it->offset + it->size >= sym->reg.data.offset) {
1527 isAdj = (it->offset + it->size == sym->reg.data.offset);
1534 isAdj = it->offset != sym->reg.data.offset;
1538 if (!(sym
[all...]
H A Dnv50_ir_ra.cpp276 Symbol *sym; member in struct:nv50_ir::SpillCodeInserter::SpillSlot
278 inline uint8_t size() const { return sym->reg.size; }
1397 slot.sym = NULL;
1417 slot.sym = bgn->sym;
1422 if (!slot.sym) {
1425 slot.sym = new_Symbol(func->getProgram(), FILE_MEMORY_LOCAL);
1428 slot.sym->setAddress(NULL, offset);
1429 slot.sym->reg.size = size;
1432 return slot.sym;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp243 Symbol *sym = src.get()->asSym(); local
245 assert(sym);
247 code[0] |= (sym->reg.data.offset & 0x003f) << 26;
248 code[1] |= (sym->reg.data.offset & 0xffc0) >> 6;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c98 yasm_symrec *sym; local
99 sym = yasm_symtab_declare(object->symtab, yasm_vp_id(vp), YASM_SYM_EXTERN,
105 yasm_symrec_set_objext_valparams(sym, vps);
114 yasm_symrec *sym; local
115 sym = yasm_symtab_declare(object->symtab, yasm_vp_id(vp), YASM_SYM_GLOBAL,
121 yasm_symrec_set_objext_valparams(sym, vps);
132 yasm_symrec *sym; local
139 sym = yasm_symtab_declare(object->symtab, yasm_vp_id(vp), YASM_SYM_COMMON,
141 yasm_symrec_set_common_size(sym, size);
146 yasm_symrec_set_objext_valparams(sym, vp
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c300 cv8_add_sym_label(yasm_section *sect, yasm_symrec *sym) argument
306 cvs->args[0].p = sym; /* symrec for label */
308 cvs->args[2].p = yasm__xstrdup(yasm_symrec_get_name(sym));
317 cv8_add_sym_data(yasm_section *sect, unsigned long type, yasm_symrec *sym, argument
325 cvs->args[1].p = sym; /* symrec for label */
326 cvs->args[2].p = yasm__xstrdup(yasm_symrec_get_name(sym));
531 cv_generate_sym(yasm_symrec *sym, void *d) argument
535 const char *name = yasm_symrec_get_name(sym);
541 if (name[0] == '.' || !yasm_symrec_get_label(sym, &precbc))
546 cv8_add_sym_label(info->debug_symline, sym);
661 cv_out_sym(yasm_symrec *sym, unsigned long off, yasm_bytecode *bc, unsigned char **bufp, void *d, yasm_output_value_func output_value) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c202 bin_objfmt_check_sym(yasm_symrec *sym, /*@null@*/ void *d) argument
205 yasm_sym_vis vis = yasm_symrec_get_visibility(sym);
211 if (yasm_symrec_get_data(sym, &bin_symrec_data_cb))
217 yasm_errwarn_propagate(info->errwarns, yasm_symrec_get_decl_line(sym));
221 yasm_errwarn_propagate(info->errwarns, yasm_symrec_get_decl_line(sym));
225 yasm_errwarn_propagate(info->errwarns, yasm_symrec_get_decl_line(sym));
471 get_ssym_value(yasm_symrec *sym) argument
473 bin_symrec_data *bsymd = yasm_symrec_get_data(sym, &bin_symrec_data_cb);
505 yasm_symrec_get_label(e->terms[i].data.sym, &precbc)) ||
520 (ssymval = get_ssym_value(e->terms[i].data.sym))) {
648 map_symrec_count(yasm_symrec *sym, void *d) argument
666 map_symrec_output(yasm_symrec *sym, void *d) argument
1374 yasm_symrec *sym; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c263 /*@dependent@*/ yasm_symrec *sym; /* symbol created for this section */ member in struct:macho_section_data
449 reloc->reloc.sym = value->rel;
548 /*printf("reloc %s type %d ",yasm_symrec_get_name(reloc->reloc.sym),reloc->type);*/
658 xsymd = yasm_symrec_get_data(reloc->reloc.sym, &macho_symrec_data_cb);
669 if (yasm_symrec_get_label(reloc->reloc.sym, &precbc) &&
702 macho_objfmt_is_section_label(yasm_symrec *sym) argument
708 if (yasm_symrec_get_label(sym, &precbc)) {
721 if (msd->sym == sym)
796 macho_objfmt_count_sym(yasm_symrec *sym, /* argument
830 macho_objfmt_output_symtable(yasm_symrec *sym, void *d) argument
969 macho_objfmt_output_str(yasm_symrec *sym, void *d) argument
1270 yasm_symrec *sym; local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h713 const SymbolRef sym; member in class:clang::ento::SymbolicRegion
717 : SubRegion(sreg, SymbolicRegionKind), sym(s) {}
720 return sym;
730 SymbolRef sym,
1199 const SymbolicRegion *getSymbolicHeapRegion(SymbolRef sym);
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp336 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym, argument
339 ID.Add(sym);
344 SymbolicRegion::ProfileRegion(ID, sym, getSuperRegion());
521 os << "SymRegion{" << sym << '}'; local
938 const SymbolicRegion *MemRegionManager::getSymbolicRegion(SymbolRef sym) { argument
939 return getSubRegion<SymbolicRegion>(sym, getUnknownRegion());
/external/elfutils/0.153/src/
H A Dnm.c155 GElf_Sym sym; member in struct:GElf_SymX
821 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_SECTION)
825 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
855 if (syms[cnt].sym.st_shndx == SHN_UNDEF)
860 digits, syms[cnt].sym.st_value);
862 digits, syms[cnt].sym.st_size);
869 GELF_ST_BIND (syms[cnt].sym.st_info),
871 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info),
874 ebl_section_name (ebl, syms[cnt].sym.st_shndx, syms[cnt].xndx,
889 class_type_char (Elf *elf, const GElf_Ehdr *ehdr, GElf_Sym *sym) argument
1231 GElf_Sym *sym = gelf_getsymshndx (data, xndxdata, cnt, local
[all...]
H A Dstrip.c811 GElf_Sym *sym = gelf_getsymshndx (symdata, xndxdata, local
814 if (sym == NULL)
817 size_t scnidx = sym->st_shndx;
823 || GELF_ST_TYPE (sym->st_info) == STT_SECTION)
1219 GElf_Sym *sym = gelf_getsymshndx (shdr_info[cnt].data, local
1222 if (sym == NULL)
1225 if (sym->st_shndx == SHN_UNDEF
1226 || (sym->st_shndx >= shnum
1227 && sym->st_shndx != SHN_XINDEX))
1234 destidx, sym,
1493 GElf_Sym *sym = gelf_getsym (symd, inner, &sym_mem); local
1547 GElf_Sym *sym = gelf_getsym (symd, inner, &sym_mem); local
1704 GElf_Sym *sym = gelf_getsymshndx (symdata, xndxdata, local
[all...]
H A Dunstrip.c349 GElf_Sym *sym = gelf_getsymshndx (data, shndxdata, i, &sym_mem, &shndx);
350 ELF_CHECK (sym != NULL, _("cannot get symbol table entry: %s"));
356 if (sym->st_shndx != SHN_XINDEX)
357 shndx = sym->st_shndx;
359 if (shndx != i || GELF_ST_TYPE (sym->st_info) != STT_SECTION)
362 sym->st_value = shdr->sh_addr;
363 if (sym->st_shndx != SHN_XINDEX)
365 ELF_CHECK (gelf_update_symshndx (newsymdata, shndxdata, i, sym, shndx),
580 GElf_Sym *sym = gelf_getsymshndx (old_symdata, shndxdata,
583 sym, shnd
348 GElf_Sym *sym = gelf_getsymshndx (data, shndxdata, i, &sym_mem, &shndx); local
579 GElf_Sym *sym = gelf_getsymshndx (old_symdata, shndxdata, local
595 GElf_Sym sym = local
612 GElf_Sym *sym = gelf_getsymshndx (old_symdata, shndxdata, local
764 GElf_Sym *sym = gelf_getsymshndx (symdata, shndxdata, i, local
1540 GElf_Sym *sym = gelf_getsymshndx (outdata, shndxdata, local
1691 GElf_Sym sym; local
[all...]
/external/icu/icu4c/source/common/
H A Dputil.cpp2182 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2189 uret.vp = dlsym(lib, sym);
2192 printf("dlerror on dlsym(%p,%s): %s\n", lib,sym, dlerror());
2219 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2259 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2265 addr = (UVoidFunction*)GetProcAddress(handle, sym);
2300 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1886 const DecimalFormatSymbols* sym = dec->getDecimalFormatSymbols(); local
1887 if (sym == NULL) {
1891 valid = sym->getLocale(ULOC_VALID_LOCALE, ec);
1892 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec);
1924 const DateFormatSymbols* sym = dat->getDateFormatSymbols(); local
1925 if (sym == NULL) {
1929 valid = sym->getLocale(ULOC_VALID_LOCALE, ec);
1930 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec);
H A Dnumrgts.cpp854 const DecimalFormatSymbols *sym = df->getDecimalFormatSymbols(); local
855 UnicodeString decSep = sym->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
856 UnicodeString monSep = sym->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol);
1927 DecimalFormatSymbols *sym = (DecimalFormatSymbols*) nf->getDecimalFormatSymbols(); local
1928 sym->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, (UChar)/*'\''*/0x0027);
1929 nf->setDecimalFormatSymbols(*sym);
2265 DecimalFormatSymbols sym(Locale::getUS(), status);
2267 DecimalFormat fmt("#", sym, status);
2297 DecimalFormatSymbols sym(Locale::getUS(), status);
2300 DecimalFormat fmt(UnicodeString("#"), sym, statu
[all...]
/external/libsepol/src/
H A Dpolicydb.c1458 * uint32_t sym the symbole table for insertion (SYM_*)
1474 int symtab_insert(policydb_t * pol, uint32_t sym, argument
1488 rc = hashtab_insert(pol->symtab[sym].table, key, datum);
1493 *value = ++pol->symtab[sym].nprim;
1503 (scope_datum_t *) hashtab_search(pol->scope[sym].table, key);
1516 hashtab_insert(pol->scope[sym].table, key2,
1524 if (sym != SYM_ROLES && sym != SYM_USERS) {
1530 if (sym == SYM_ROLES) {
1535 hashtab_search(pol->symtab[sym]
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c402 if (cl->ms.sym)
403 printed = scnprintf(bf, bfsize, "%s", cl->ms.sym->name);
1450 "include \"sym*\" in --sort to use it.");
1455 browser->selection->sym == NULL ||
1497 "For symbolic views (--sort has sym):\n\n"
1553 bi->from.sym != NULL &&
1556 bi->from.sym->name) > 0)
1561 bi->to.sym != NULL &&
1563 (bi->to.sym != bi->from.sym ||
1598 struct symbol *sym; local
[all...]

Completed in 3711 milliseconds

1234567891011>>