Searched refs:nsyms (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/bind9-45.101/bind9/util/
H A Dmksymtbl.pl32 my ($binname, $need_uscorefix, $outputfile, $nsyms, $ostype, $nm_prog);
59 $nsyms = 0;
94 $nsyms++;
114 print TBLFILE "const int isc__backtrace_nsymbols = $nsyms;\n";
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_symtab.c65 u_int nsyms);
69 u_int nsyms);
126 rval = kxld_array_init(&symtab->syms, sizeof(KXLDSym), src->nsyms);
164 symtab, macho_or_linkedit, symoff, src->nsyms);
183 init_syms_32(KXLDSymtab *symtab, u_char *macho, u_long offset, u_int nsyms) argument
190 for (i = 0; i < nsyms; ++i) {
210 init_syms_64(KXLDSymtab *symtab, u_char *macho, u_long offset, u_int nsyms) argument
217 for (i = 0; i < nsyms; ++i) {
406 u_int nsyms = 0; local
415 ++nsyms;
539 u_int nsyms = 0; local
585 u_int nsyms = 0; local
[all...]
H A Dkxld_util.c404 symtab_hdr->symoff + symtab_hdr->nsyms * sizeof(*symtab), finish,
416 if (swap) swap_nlist(symtab, symtab_hdr->nsyms, host_order);
573 symtab_hdr->symoff + symtab_hdr->nsyms * sizeof(*symtab), finish,
585 if (swap) swap_nlist_64(symtab, symtab_hdr->nsyms, host_order);
664 swap_nlist(symtab, symtab_hdr->nsyms, target_order);
720 swap_nlist_64(symtab, symtab_hdr->nsyms, target_order);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c165 long nsyms = 0; local
175 nsyms += sym->nsyms;
178 return nsyms;
184 long nsyms = bfd_mach_o_count_symbols (abfd); local
186 if (nsyms < 0)
187 return nsyms;
189 return ((nsyms + 1) * sizeof (asymbol *));
196 long nsyms = bfd_mach_o_count_symbols (abfd); local
200 if (nsyms <
[all...]
H A Dpef.c956 long nsyms = bfd_pef_count_symbols (abfd); local
958 if (nsyms < 0)
959 return nsyms;
960 return ((nsyms + 1) * sizeof (asymbol *));
969 long nsyms = bfd_pef_count_symbols (abfd); local
971 if (nsyms < 0)
972 return nsyms;
974 syms = bfd_alloc (abfd, nsyms * sizeof (asymbol));
978 for (i = 0; i < nsyms; i++)
981 alocation[nsyms]
[all...]
H A Dmach-o.h223 unsigned long nsyms; member in struct:bfd_mach_o_symtab_command
272 /* The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
H A Delflink.c2053 size_t nsyms;
2064 nsyms = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
2090 if ((size_t) r_symndx >= nsyms)
2096 (unsigned long) r_symndx, (unsigned long) nsyms, irela->r_offset);
4949 unsigned long int nsyms;
5003 s->hashcodes[s->nsyms] = ha;
5005 ++s->nsyms;
5092 unsigned long int nsyms, int gnu_hash)
5115 minsize = nsyms / 4;
5118 best_size = maxsize = nsyms *
2047 size_t nsyms; local
4939 unsigned long int nsyms; member in struct:collect_gnu_hash_codes
5081 compute_bucket_count(struct bfd_link_info *info, unsigned long int *hashcodes, unsigned long int nsyms, int gnu_hash) argument
6076 unsigned long int nsyms; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexaix.c544 int nsyms;
560 for (nsyms = 0; nsyms < f_hdr.f_nsyms; nsyms++)
573 nsyms++;
539 int nsyms; local
H A Dunexec.c1181 register int nsyms;
1205 for (nsyms = 0; nsyms < f_hdr.f_nsyms; nsyms++)
1211 nsyms++;
1176 register int nsyms; local
H A Dunexalpha.c449 int nsyms = rel_dyn_section->s_size / sizeof (struct dynrel_info);
454 for (i = 0; i < nsyms; i++) {
447 int nsyms = rel_dyn_section->s_size / sizeof (struct dynrel_info); local
/macosx-10.10/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c234 uint32_t nsyms = 0; local
275 nsyms++;
278 return nsyms;
491 uint32_t nsyms; member in struct:file
572 files[filenum].nsyms = count_symbols((char *) files[filenum].mapped, files[filenum].mapped_size);
574 num_import_syms += files[filenum].nsyms;
576 num_export_syms += files[filenum].nsyms;
596 import_idx += files[filenum].nsyms;
602 export_idx += files[filenum].nsyms;
604 if (false && !files[filenum].nsyms)
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXDebug.c136 m = st->nsyms;
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmmix-dis.c100 long nsyms; local
109 nsyms = bfd_canonicalize_symtab (abfd, syms);
114 for (i = 0; i < nsyms && syms[i] != NULL; i++)
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnlist.c289 n = stp->nsyms * sizeof(struct nlist);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c491 for (i = 0; i < orig_st->nsyms; i++) {
523 for (j = 0; j < orig_st->nsyms; j++) {
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Ddump.c815 char **syms, int nsyms)
831 for (i = 0; i < nsyms; i++) {
1287 int nsyms = argc - 1 - optind; local
1293 clean_strtab(hp, &cd, &tmpbuf.ctb_strtab, syms, nsyms);
814 clean_strtab(ctf_header_t *hp, ctf_data_t *cd, strtab_t *strtab, char **syms, int nsyms) argument
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c252 ucs2_t nsyms; member in struct:_ure_dfa_t
1756 dfa->nsyms = buf->symtab_used;
1815 for (i = 0; i < dfa->nsyms; i++) {
1821 if (dfa->nsyms > 0)
1845 for (i = 0, sym = dfa->syms; i < dfa->nsyms; i++, sym++) {
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c843 unsigned long nsyms,
1235 if (symtab == NULL || symtab_index >= nsyms)
4741 unsigned long nsyms;
4750 nsyms = symsec->sh_size / symsec->sh_entsize;
4768 symtab, nsyms, strtab, strtablen, is_rela);
4822 unsigned long nsyms; /* Number of symbols. */
4829 unsigned long nsyms,
4840 for (i = 0, sym = symtab; i < nsyms; ++i, ++sym)
4879 find_symbol_for_address (aux->symtab, aux->nsyms, aux->strtab,
5066 aux.nsyms
836 dump_relocations(FILE *file, unsigned long rel_offset, unsigned long rel_size, Elf_Internal_Sym *symtab, unsigned long nsyms, char *strtab, unsigned long strtablen, int is_rela) argument
4738 unsigned long nsyms; local
4819 unsigned long nsyms; /* Number of symbols. */ member in struct:ia64_unw_aux_info
4825 find_symbol_for_address(Elf_Internal_Sym *symtab, unsigned long nsyms, const char *strtab, unsigned long strtab_size, struct absaddr addr, const char **symname, bfd_vma *offset) argument
5228 unsigned long nsyms; /* Number of symbols. */ member in struct:hppa_unw_aux_info
7364 unsigned long nsyms = 0; local
7429 unsigned long nsyms = 0; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDebug.c596 m = st->nsyms;
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h836 uint32_t nsyms; /* number of symbol table entries */ member in struct:symtab_command
886 * The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddsc_extractor.cpp247 const macho_nlist<P>* const mergedSymTabend = &mergedSymTabStart[symtab->nsyms()];
248 uint32_t newSymCount = symtab->nsyms();
H A DMachOFileAbstraction.hpp489 uint32_t nsyms() const INLINE { return E::get32(fields.nsyms); }
490 void set_nsyms(uint32_t value) INLINE { E::set32(fields.nsyms, value); }
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c94 num_syms = CondSwapInt32(swap, symtab->nsyms);
1216 u_long symtab_size = (((symtab->nsyms
/macosx-10.10/dtrace-147/libelf/
H A Dclscook.c635 pShdr->sh_size = thisST->nsyms * sizeof (struct _nlist);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h467 uint32_t nsyms; member in struct:llvm::MachO::symtab_command

Completed in 417 milliseconds

12