Searched refs:indx (Results 201 - 225 of 241) sorted by relevance

12345678910

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-ia64.c1027 unsigned long indx;
1030 indx = ELFNN_R_SYM (irel->r_info) - symtab_hdr->sh_info;
1031 h = elf_sym_hashes (abfd)[indx];
2729 long indx = r_symndx - symtab_hdr->sh_info;
2730 h = elf_sym_hashes (abfd)[indx];
2899 long indx = r_symndx - symtab_hdr->sh_info;
2900 h = elf_sym_hashes (abfd)[indx];
1024 unsigned long indx; local
2723 long indx = r_symndx - symtab_hdr->sh_info; local
2893 long indx = r_symndx - symtab_hdr->sh_info; local
H A Delf.c1496 ret->indx = -1;
2241 if (cache->abfd == abfd && cache->indx[ent] == r_symndx)
2251 memset (cache->indx, -1, sizeof (cache->indx));
2254 cache->indx[ent] = r_symndx;
5133 int indx;
5139 && (indx = sec->index) < elf_num_section_syms (abfd)
5140 && elf_section_syms (abfd)[indx] != NULL)
5141 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;
5128 int indx; local
H A Dcoffgen.c1822 int indx,
1832 || indx >= csym->native->u.syment.n_numaux)
1838 ent = csym->native + indx + 1;
1820 bfd_coff_get_auxent(bfd *abfd, asymbol *symbol, int indx, union internal_auxent *pauxent) argument
H A Delf32-avr.c1691 unsigned long indx;
1695 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
1696 h = elf_sym_hashes (abfd)[indx];
1690 unsigned long indx; local
H A Dcoff-ppc.c2448 BFD_ASSERT ((*rel_hash)->indx >= 0);
2449 irel->r_symndx = (*rel_hash)->indx;
H A Dcoff-mips.c1121 int_rel.r_symndx = h->indx;
H A Delf32-score.c1196 long indx; local
1234 indx = h->root.dynindx;
1243 indx = 0;
1256 outrel[0].r_info = ELF32_R_INFO ((unsigned long) indx, R_SCORE_REL32);
H A Delf32-xtensa.c9413 unsigned long indx = r_symndx - symtab_hdr->sh_info;
9414 struct elf_link_hash_entry *h = elf_sym_hashes (abfd)[indx];
9445 unsigned long indx;
9452 indx = r_symndx - symtab_hdr->sh_info;
9453 h = elf_sym_hashes (abfd)[indx];
9477 unsigned long indx = r_symndx - symtab_hdr->sh_info;
9479 elf_sym_hashes (abfd)[indx];
9385 unsigned long indx = r_symndx - symtab_hdr->sh_info; local
9417 unsigned long indx; local
9449 unsigned long indx = r_symndx - symtab_hdr->sh_info; local
H A Decofflink.c634 #define SET(name, indx) \
637 section_adjust[indx] = (sec->output_section->vma \
H A Delf64-hppa.c737 long indx = r_symndx - symtab_hdr->sh_info;
738 h = elf_sym_hashes (abfd)[indx];
736 long indx = r_symndx - symtab_hdr->sh_info; local
H A DpeXXigen.c226 int indx ATTRIBUTE_UNUSED,
297 int indx ATTRIBUTE_UNUSED,
H A Delf-m10300.c2394 unsigned long indx;
2397 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
2399 (elf_sym_hashes (abfd)[indx]);
2393 unsigned long indx; local
H A Delf32-bfin.c5442 unsigned long indx;
5446 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
5447 h = elf_sym_hashes (abfd)[indx];
5438 unsigned long indx; local
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c6224 hibernate_lookup_paddr(unsigned int indx) argument
6231 if (indx >= ppnm->ppnm_sindx && indx < ppnm->ppnm_eindx)
6236 if (indx >= ppnm->ppnm_sindx && indx < ppnm->ppnm_eindx) {
6242 panic("hibernate_lookup_paddr of %d failed\n", indx);
6244 return (ppnm->ppnm_base_paddr + (indx - ppnm->ppnm_sindx));
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c5343 * indx fd to dup to
5357 dupfdopen(struct filedesc *fdp, int indx, int dfd, int flags, int error) argument
5375 fp = fdp->fd_ofiles[indx];
5394 * (indx) and return.
5397 * store it in (indx). (dfd) is effectively closed by
5419 if (indx > fdp->fd_lastfile)
5420 fdp->fd_lastfile = indx;
5427 fdp->fd_ofileflags[indx] = fdp->fd_ofileflags[dfd] |
H A Dkern_exec.c3792 int indx; local
3802 &fp, &indx, imgp->ip_vfs_context)) != 0)
3816 fp_free(p, indx, fp);
3829 procfdtbl_releasefd(p, indx, NULL);
3830 fp_drop(p, indx, fp, 1);
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_rec.c61 if ((ret = __db_pitem(dbc, pagep, argp->indx, argp->nbytes,
72 pagep, argp->indx, argp->nbytes)) != 0)
H A Ddb_am.c258 cp->indx = 0;
H A Ddb_autop.c46 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Ddb_int.in694 db_indx_t indx; /* Referenced key item index. */\
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dhkscs2001.h670 /* Add `summary->indx' and the number of bits set in `used'. */
675 c = hkscs2001_2charset[summary->indx + used];
H A Dhkscs2004.h666 /* Add `summary->indx' and the number of bits set in `used'. */
671 c = hkscs2004_2charset[summary->indx + used];
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c1333 vnode_vttoif(enum vtype indx) argument
1335 return(vttoif_tab[(int)(indx)]);
1339 vnode_makeimode(int indx, int mode) argument
1341 return (int)(VTTOIF(indx) | (mode));
/macosx-10.10.1/libxml2-26/libxml2/
H A Druntest.c3683 int indx = out - buffer; local
3686 out = &buffer[indx];
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Druntest.c3685 int indx = out - buffer; local
3688 out = &buffer[indx];

Completed in 697 milliseconds

12345678910