Searched refs:syms (Results 1 - 25 of 103) sorted by relevance

12345

/macosx-10.10.1/MITKerberosShim-66/
H A Dgen.pl206 my $syms = shift;
209 foreach $sym (@$syms) {
216 my $syms = shift;
233 foreach $sym (@$syms) {
254 my $syms = shift;
262 foreach $sym (@$syms) {
283 foreach $sym (@$syms) {
287 foreach $sym (@$syms) {
300 my $syms = shift;
306 foreach $sym (@$syms) {
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Daddr2line.h17 rb_dump_backtrace_with_lines(int num_traces, void **traces, char **syms);
H A Ddln.c331 sym_hash(struct exec *hdrp, struct nlist *syms) argument
334 struct nlist *sym = syms;
335 struct nlist *end = syms + (hdrp->a_syms / sizeof(struct nlist));
356 struct nlist *syms; local
367 syms = load_sym(fd, &hdr, 0);
368 if (syms == NULL) {
372 sym_tbl = sym_hash(&hdr, syms);
378 free(syms);
623 struct nlist *syms = NULL; local
636 syms
1004 struct nlist *syms, *sym, *end; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-export.c311 void *syms; local
315 syms = dlopen("/System/Library/Framework/GSS.framework/GSS", RTLD_NOW | RTLD_LOCAL);
316 if (syms == NULL)
320 if (dlsym(syms, exported_10_7[n]) == NULL)
324 if (dlsym(syms, import_mkshim_gss[n]) == NULL)
327 dlclose(syms);
331 syms = dlopen("/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal", RTLD_NOW | RTLD_LOCAL);
332 if (syms == NULL)
336 if (dlsym(syms, import_mkshim_heimdal[n]) == NULL)
339 dlclose(syms);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dudat.cpp454 const DateFormatSymbols *syms; local
458 syms = sdtfmt->getDateFormatSymbols();
460 syms = rdtfmt->getDateFormatSymbols();
469 res = syms->getEras(count);
473 res = syms->getEraNames(count);
477 res = syms->getMonths(count);
481 res = syms->getShortMonths(count);
485 res = syms->getWeekdays(count);
489 res = syms->getShortWeekdays(count);
493 res = syms
582 const DateFormatSymbols *syms; local
735 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
742 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
749 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
756 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
763 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
770 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
777 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
784 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
791 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
798 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
805 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
812 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
819 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
826 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
833 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
840 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
847 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
854 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
861 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
868 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
875 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
882 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
[all...]
/macosx-10.10.1/zlib-55/zlib/examples/
H A Denough.c116 syms: number of symbols remaining to code
122 syms: 3..totsym (totsym == total symbols to code)
123 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
126 syms == 2 is not saved since that immediately leads to a single code. left
129 left ends at syms-1 since left == syms immediately results in a single code.
134 first one (syms) being outermost, and the last one (len) being innermost.
135 We build the array with length max-1 lists for the len index, with syms-3
148 to the num[] array as described above for the (syms, lef
200 count(int syms, int len, int left) argument
255 beenhere(int syms, int len, int left, int mem, int rem) argument
319 examine(int syms, int len, int left, int mem, int rem) argument
400 enough(int syms) argument
457 int syms; /* total number of symbols to code */ local
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dsymbol-scan.pl44 my @syms;
55 push @syms, $_;
65 push @syms, $1;
95 for my $e (sort @syms) {
149 printf "%d symbols in headers (out of which %d are ignored)\n", scalar(@syms),
152 scalar(@syms)- $ignored;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dbinary.c165 asymbol *syms; local
169 syms = bfd_alloc (abfd, amt);
170 if (syms == NULL)
174 syms[0].the_bfd = abfd;
175 syms[0].name = mangle_name (abfd, "start");
176 syms[0].value = 0;
177 syms[0].flags = BSF_GLOBAL;
178 syms[0].section = sec;
179 syms[0].udata.p = NULL;
182 syms[
[all...]
H A Dppcboot.c302 asymbol *syms;
306 syms = (asymbol *) bfd_alloc (abfd, amt);
307 if (syms == NULL)
311 syms[0].the_bfd = abfd;
312 syms[0].name = mangle_name (abfd, "start");
313 syms[0].value = 0;
314 syms[0].flags = BSF_GLOBAL;
315 syms[0].section = sec;
316 syms[0].udata.p = NULL;
319 syms[
295 asymbol *syms; local
[all...]
H A Dcoff-i960.c235 asymbol **syms, **sym_end; local
238 syms = bfd_get_outsymbols (output_bfd);
239 sym_end = syms + bfd_get_symcount (output_bfd);
240 for (; syms < sym_end; syms++)
242 if (bfd_asymbol_name (*syms) != NULL
243 && (*syms)->value == 0
244 && strcmp ((*syms)->section->output_section->name,
249 if (syms >= sym_end)
252 reloc_entry->sym_ptr_ptr = syms;
[all...]
H A Dhp300hpux.c484 long syms; variable
495 syms = H_GET_32 (abfd, bytes->e_drelocs);
496 if (syms == 0)
500 execp->a_syms = syms;
542 struct external_nlist *syms; local
559 syms = (struct external_nlist *) (strings + SYM_EXTRA_BYTES);
561 || bfd_bread ((PTR) syms, symbol_bytes, abfd) != symbol_bytes)
563 bfd_release (abfd, syms);
567 sym_end = (struct external_nlist *) (((char *) syms) + symbol_bytes);
570 for (sym_pointer = syms; sym_pointe
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dmkexports.rb37 syms = {}
39 syms["ruby_sysinit_real"] = "ruby_sysinit"
41 syms[internal] = export
45 read_substitution(incdir+"/win32.h", syms, winapis)
46 read_substitution(incdir+"/subst.h", syms, winapis)
47 syms["rb_w32_vsnprintf"] ||= "ruby_vsnprintf"
48 syms["rb_w32_snprintf"] ||= "ruby_snprintf"
49 @syms = syms
52 def read_substitution(header, syms, winapi
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/scripts/
H A Dinstall_on_devices4 syms="/tmp/security.syms.tgz"
24 scp -P $sshport $sshopts $roots $syms $srcs root@localhost:/var/mobile/
30 mkdir -p /var/mobile/syms
32 rm -rf /var/mobile/syms/*
41 tar -xzvf "/var/mobile/`basename $syms`" -C /var/mobile/syms >/dev/null
49 echo "in lldb: add-dsym /var/mobile/syms/securityd.dSYM"
H A Dsoscopy9 RSYNC_PASSWORD=alpine rsync -av /tmp/security.syms.tgz rsync://root@localhost:$port/root/var/mobile/
H A Dsosinstallroot25 tar -xzvf /var/mobile/security.syms.tgz -C $symdir
/macosx-10.10.1/Heimdal-398.1.2/cf/
H A Dw32-check-exported-symbols.pl40 my %syms;
70 $syms{$1} = 1;
86 if (not exists $syms{$f} and not $2) {
90 delete $syms{$f};
94 #while (($k,$v) = each %syms) {
95 for $k (sort keys %syms) {
/macosx-10.10.1/llvmCore-3425.0.34/tools/gold/
H A Dgold-plugin.cpp64 std::vector<ld_plugin_symbol> syms; member in struct:__anon10502::claimed_file
289 cf.syms.reserve(sym_count);
296 cf.syms.push_back(ld_plugin_symbol());
297 ld_plugin_symbol &sym = cf.syms.back();
348 cf.syms.reserve(cf.syms.size());
350 if (!cf.syms.empty()) {
351 if ((*add_symbols)(cf.handle, cf.syms.size(), &cf.syms[0]) != LDPS_OK) {
386 if (I->syms
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Daddr2line.c50 static asymbol **syms; /* Symbol table. */ variable
112 symcount = bfd_read_minisymbols (abfd, FALSE, (void *) &syms, &size);
114 symcount = bfd_read_minisymbols (abfd, TRUE /* dynamic */, (void *) &syms, &size);
154 found = bfd_find_nearest_line (abfd, section, syms, pc - vma,
175 found = bfd_find_nearest_line (abfd, section, syms, pc,
310 if (syms != NULL)
312 free (syms);
313 syms = NULL;
H A Drddbg.c46 read_debugging_info (bfd *abfd, asymbol **syms, long symcount) argument
55 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle,
61 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle,
78 if (! parse_coff (abfd, syms, symcount, dhandle))
96 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
151 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount);
259 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
266 symend = syms + symcount;
267 for (ps = syms; ps < symend; ps++)
280 shandle = start_stab (dhandle, abfd, FALSE, syms, symcoun
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dlocalize-hidden-1.d2 #objdump: --syms
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DParse.pm34 my($syms,$head,$tail,$token,$term,$nterm,$rules,$precterm,$start,$nullable);
493 exists($$syms{$_[1][0]})
495 $$syms{$_[1][0]} = $_[1][1];
509 exists($$syms{$_[1][0]})
511 $$syms{$_[1][0]} = $_[1][1];
547 "Previously defined line $$syms{$symbol}",
569 "Previously defined line $$syms{$symbol}",
610 "Previously defined line $$syms{$symbol}",
975 "Previously declared line $$syms{$lhs}",$lineno);
981 my($where) = exists($$token{$lhs}) ? $$token{$lhs} : $$syms{
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_symtab.c45 KXLDArray syms; member in struct:kxld_symtab
126 rval = kxld_array_init(&symtab->syms, sizeof(KXLDSym), src->nsyms);
191 sym = kxld_array_get_item(&symtab->syms, i);
218 sym = kxld_array_get_item(&symtab->syms, i);
290 kxld_array_clear(&symtab->syms);
306 kxld_array_deinit(&symtab->syms);
319 return symtab->syms.nitems;
329 return kxld_array_get_item(&symtab->syms, idx);
340 for (i = 0; i < symtab->syms.nitems; ++i) {
341 sym = kxld_array_get_item(&symtab->syms,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Ddacceptor.tcl84 foreach s [set syms [$tmp symbols]] {set sym($s) .}
87 foreach sy $syms {
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dmmix-dis.c99 asymbol **syms = malloc (symsize); local
103 if (syms == NULL)
109 nsyms = bfd_canonicalize_symtab (abfd, syms);
114 for (i = 0; i < nsyms && syms[i] != NULL; i++)
116 if (syms[i]->section == reg_section
117 && syms[i]->value < 256
118 && minfop->reg_name[syms[i]->value] == NULL)
119 minfop->reg_name[syms[i]->value] = syms[i]->name;
/macosx-10.10.1/zsh-61/zsh/Src/
H A DMakemod.in.in61 .SUFFIXES: .c .$(DL_EXT) ..o .._foo_ .o ._foo_ .syms .pro .epro
81 .c.syms:
84 .syms.epro:
153 rm -f *.o.c *.syms *.pro *.epro *.mdh *.mdhi *.mdhs *.mdh.tmp

Completed in 209 milliseconds

12345