Searched refs:indx (Results 101 - 125 of 241) sorted by relevance

12345678910

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoffswap.h385 int indx,
393 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, class, indx, numaux, in1);
411 if (indx == 0)
479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, class, indx, numaux, in1);
488 int indx ATTRIBUTE_UNUSED,
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, class, indx, numaux, extp);
569 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, class, indx, numaux, extp);
381 coff_swap_aux_in(bfd *abfd, void * ext1, int type, int class, int indx, int numaux, void * in1) argument
H A Dlibecoff.h203 long indx; member in struct:ecoff_link_hash_entry
H A Delf32-ppc.c5143 unsigned long indx;
5146 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
5147 h = elf_sym_hashes (abfd)[indx];
5960 unsigned long indx;
5965 indx = 0;
5984 indx = h->dynindx;
6042 if ((info->shared || indx != 0)
6053 outrel.r_info = ELF32_R_INFO (indx, R_PPC_DTPMOD32);
6063 = ELF32_R_INFO (indx, R_PPC_DTPREL32);
6067 outrel.r_info = ELF32_R_INFO (indx, R_PPC_DTPREL3
5130 unsigned long indx; local
5945 unsigned long indx; local
6316 long indx; local
[all...]
H A Dlibcoff-in.h249 long indx; member in struct:coff_link_hash_entry
398 long indx; member in struct:coff_debug_merge_type
H A Delf32-m68k.c1869 long indx;
1872 indx = 0;
1888 indx = elf_section_data (osec)->dynindx;
1889 if (indx == 0)
1894 indx = elf_section_data (osec)->dynindx;
1896 BFD_ASSERT (indx != 0);
1899 outrel.r_info = ELF32_R_INFO (indx, r_type);
2377 unsigned long indx;
2381 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
2382 h = elf_sym_hashes (abfd)[indx];
1867 long indx; local
2375 unsigned long indx; local
[all...]
H A Delflink.c380 bfd_size_type indx;
426 indx = _bfd_elf_strtab_add (dynstr, name, p != NULL);
431 if (indx == (bfd_size_type) -1)
433 h->dynstr_index = indx;
4953 unsigned long int *indx;
5051 s->contents + (s->indx[bucket] - s->symindx) * 4);
5053 h->dynindx = s->indx[bucket]++;
5339 bfd_size_type indx;
5341 indx = _bfd_elf_strtab_add (elf_hash_table (info)->dynstr, rpath,
5343 if (indx
378 bfd_size_type indx; local
4943 unsigned long int *indx; member in struct:collect_gnu_hash_codes
5329 bfd_size_type indx; local
5347 bfd_size_type indx; local
5362 bfd_size_type indx; local
5676 bfd_size_type indx; local
5890 bfd_size_type indx; local
8503 unsigned long indx; local
8733 long indx; local
9598 int indx; local
[all...]
H A Delfxx-sparc.c2875 long indx;
2883 indx = 0;
2899 indx = elf_section_data (osec)->dynindx;
2901 if (indx == 0)
2904 indx = elf_section_data (osec)->dynindx;
2909 if (indx == 0)
2920 outrel.r_info = SPARC_ELF_R_INFO (htab, rel, indx,
3014 int dr_type, indx;
3022 indx = h && h->dynindx != -1 ? h->dynindx : 0;
3028 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx
2870 long indx; local
3009 int dr_type, indx; local
[all...]
H A Delf32-cr16c.c839 unsigned int indx; local
841 indx = elfsym->internal_elf_sym.st_shndx;
843 switch (indx)
894 unsigned int indx = sym->st_shndx; local
896 switch (indx)
H A Dpdp11.c1627 bfd_size_type indx;
1632 indx = add_to_stringtab (abfd, strtab, g->name, FALSE);
1633 if (indx == (bfd_size_type) -1)
1635 PUT_WORD (abfd, indx, nsp.e_strx);
2441 ret->indx = -1;
2890 bfd_size_type indx;
2917 /* An indx of -2 means the symbol must be written. */
2918 if (h->indx != -2
2976 indx = add_to_stringtab (output_bfd, finfo->strtab, h->root.root.string,
2978 if (indx
1623 bfd_size_type indx; local
2881 bfd_size_type indx; local
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A DHTMLparser.c1231 int indx, i = 0; local
1235 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL;
1236 indx = 0;
1237 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) {
1238 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1297 int i, indx; local
1304 for (indx
2578 int indx = out - buffer; local
2588 int indx = out - buffer; local
2598 int indx = out - buffer; local
2610 int indx = out - buffer; local
2635 int indx = out - buffer; local
3732 int indx; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c1191 int indx, i = 0; local
1195 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL;
1196 indx = 0;
1197 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) {
1198 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1257 int i, indx; local
1264 for (indx
2538 int indx = out - buffer; local
2548 int indx = out - buffer; local
2558 int indx = out - buffer; local
2570 int indx = out - buffer; local
2595 int indx = out - buffer; local
3656 int indx; local
[all...]
H A DparserInternals.c282 int indx; local
307 indx = in->cur - in->base;
309 in->cur = &in->buf->buffer->content[indx];
332 int indx; local
345 indx = in->cur - in->base;
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
367 indx = in->cur - in->base;
369 in->cur = &in->buf->buffer->content[indx];
388 int indx; local
425 indx
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dposix_shm.c374 int indx, error; local
443 error = falloc(p, &fp, &indx, vfs_context_current());
615 *fdflags(p, indx) |= UF_EXCLOSE;
616 procfdtbl_releasefd(p, indx, NULL);
617 fp_drop(p, indx, fp, 1);
620 *retval = indx;
645 fp_free(p, indx, fp);
H A Dposix_sem.c362 int indx, error; local
435 error = falloc(p, &fp, &indx, vfs_context_current());
607 procfdtbl_releasefd(p, indx, NULL);
608 fp_drop(p, indx, fp, 1);
611 *retval = CAST_USER_ADDR_T(indx);
625 fp_free(p, indx, fp);
/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_auto.h13 u_int32_t indx; member in struct:___db_addrem_args
H A Dhash_auto.h141 u_int32_t indx; member in struct:___ham_curadj_args
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A Ddb.c147 if (f->indx == 0)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drdcoff.c107 coff_get_slot (struct coff_types *types, int indx)
113 while (indx >= COFF_SLOTS)
121 indx -= COFF_SLOTS;
130 return (*pps)->slots + indx;
106 coff_get_slot(struct coff_types *types, int indx) argument
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_alloc.c956 int indx = index_into_allocated[i].ia_al_num; local
958 alloc_hdr = &dbg->de_alloc_hdr[indx];
1066 int indx = i; local
1068 alloc_hdr = &dbg->de_alloc_hdr[indx];
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpattern.c826 int indx; local
832 for (indx = 0;indx < list->nodeNr;indx++)
833 if (list->nodeTab[indx] == node)
835 if (indx >= list->nodeNr)
905 int indx = 0; local
921 indx++;
927 indx = 0;
943 indx
1036 int indx = 0; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dmutex_int.h842 #define MUTEXP_SET(indx) \
844 ((u_int8_t *)mtxmgr->mutex_array + (indx) * mtxregion->mutex_size);
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbtree_autop.c50 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
152 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
192 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
232 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
272 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
642 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c743 int indx; local
799 for (indx = 0; indx < kBytesPerSegment; indx++) {
803 if (bufp[indx] & ~diskp[indx]) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c531 int32_t indx = 0; local
533 indx = (int32_t)(*((uint64_t *)(&pv_h->qlink.next)) >> 48);
534 indx = indx << 16;
535 indx |= (int32_t)(*((uint64_t *)(&pv_h->qlink.prev)) >> 48);
540 return (indx);
545 pmap_pack_index(uint32_t indx) argument
549 pv_h = &pv_head_table[indx];
554 *((uint64_t *)(&pv_h->qlink.next)) |= ((uint64_t)(indx >> 16)) << 48;
555 *((uint64_t *)(&pv_h->qlink.prev)) |= ((uint64_t)(indx
[all...]
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Drcp.c457 int amt, fd, haderr, indx, result; local
460 for (indx = 0; indx < argc; ++indx) {
461 name = argv[indx];

Completed in 625 milliseconds

12345678910