Searched refs:other (Results 1 - 25 of 379) sorted by path

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d48 pid$1:a.out:other:
H A Dtst.branch.s62 jz other
69 ENTRY(other) function
73 SET_SIZE(other)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.d48 pid$1:a.out:other:
H A Dtst.branch.s52 be other
60 ENTRY(other) function
63 SET_SIZE(other)
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex55 % It is possible to adapt texinfo.tex for other languages, to some
71 \chardef\other=12
569 \catcode`\{ = \other \catcode`\} = \other
571 \catcode`\! = 0 \catcode`\\ = \other
763 % page breaks. On the other hand, we don't want to actually break the
767 % page at this \penalty, if there are no other feasible breakpoints in
868 \catcode`\\=\other
869 \catcode`~=\other
870 \catcode`^=\other
[all...]
/freebsd-9.3-release/contrib/amd/include/
H A Dmount_headers1.h18 * documentation and/or other materials provided with the distribution.
180 # error causes errors with other header files. Instead, add it to the
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/any_255/
H A Dtsig_250.c427 return (mem_tobuffer(target, tsig->other, tsig->otherlen));
512 tsig->other = mem_maybedup(mctx, sr.base, tsig->otherlen);
513 if (tsig->other == NULL)
541 if (tsig->other != NULL)
542 isc_mem_free(tsig->mctx, tsig->other);
H A Dtsig_250.h35 unsigned char * other; member in struct:dns_rdata_any_tsig
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dtkey_249.c407 return (mem_tobuffer(target, tkey->other, tkey->otherlen));
482 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen);
483 if (tkey->other == NULL)
509 if (tkey->other != NULL)
510 isc_mem_free(tkey->mctx, tkey->other);
H A Dtkey_249.h37 unsigned char * other; member in struct:dns_rdata_tkey
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtkey.c296 tkey_log("process_dhtkey: algorithms other than "
710 tkeyout.key = tkeyout.other = NULL;
828 if (tkeyout.other != NULL)
829 isc_mem_put(tkeyout.mctx, tkeyout.other, tkeyout.otherlen);
974 tkey.other = NULL;
1056 tkey.other = NULL;
1084 tkey.key = tkey.other = NULL;
H A Dtsig.c934 tsig.other = NULL;
939 tsig.other = badtimedata;
940 isc_buffer_init(&otherbuf, tsig.other, tsig.otherlen);
1046 * Digest the error and other data length.
1058 * Digest other data.
1062 r.base = tsig.other;
1443 r.base = tsig.other;
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \
70 SET_AND_CLEAR1(other);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daoutx.h35 and other files which derive functions from the base. One
48 other methods which BFD requires. It is included by
1133 other magic, that it was a little hard for me to understand. I think
1371 /* Translate an a.out symbol into a BFD symbol. The desc, other, type
1708 in->other = H_GET_8 (abfd, ext->e_other);
1869 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other);
2502 ret->stab_other = (unsigned) (aout_symbol (symbol)->other & 0xff);
2525 (unsigned) (aout_symbol (symbol)->other & 0xff),
2537 (unsigned) (aout_symbol (symbol)->other & 0xff),
3186 (unless there is some other reaso
[all...]
H A Dbout.c254 if (IS_BALNAME ((*a)->other) || IS_CALLNAME ((*b)->other))
256 if (IS_CALLNAME ((*a)->other) || IS_BALNAME ((*b)->other))
556 if (IS_CALLNAME (symbol->other))
562 BFD_ASSERT (IS_BALNAME (balsym->other));
596 if (IS_OTHER (symbol->other))
599 word = CALLS | (symbol->other - 1);
601 else if (IS_CALLNAME (symbol->other))
606 BFD_ASSERT (IS_BALNAME (balsym->other));
[all...]
H A Delf-bfd.h135 unsigned int other : 8;
907 other back-end info to a weakdef, in which case the symbol is not
970 from other sections which mention them. */
1152 other file in the link needs to have a .note.GNU-stack section
2110 && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT) \
2116 || ELF_ST_VISIBILITY (h->other) != STV_DEFAULT); \
134 unsigned int other : 8; member in struct:elf_link_hash_entry
H A Delf-vxworks.c114 htab->hgot->other &= ~ELF_ST_VISIBILITY (-1);
184 This gets some other symbols (for instance .dynbss),
H A Delf32-arm.c3958 H-0.. see below), the lower 11 bits are stored in the other (identified
4631 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
5449 || (ELF_ST_VISIBILITY (h->other)
5647 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
8054 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
8309 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
8321 else if ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
8335 && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
8399 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
8658 /* Remember whether there are any reloc sections other
[all...]
H A Delf32-i386.c372 recognize them here. FIXME: do other SVR4 compilers also use .X?.
489 Functions named elf_i386_* are called by external routines, other
1161 If on the other hand, we are creating an executable, we
1433 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
1496 (other than copy and jump slot relocations) in an executable. */
1706 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
1754 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
2130 tlsbase->other = STV_HIDDEN;
2385 || (ELF_ST_VISIBILITY (h->other)
2473 && ELF_ST_VISIBILITY (h->other)
[all...]
H A Delf32-ppc.c1936 /* Set up any other section flags and such that may be necessary. */
3492 If on the other hand, we are creating an executable, we
3735 /* Warn about any other mismatches. */
4247 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
4653 && (ELF_ST_VISIBILITY (eh->elf.other) == STV_DEFAULT
4704 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
5302 reference for other target relax_section functions. */
5317 other hand, an access to "sym+addend" where "sym" is not
5971 /* Handle other relocations that tweak non-addend part of insn. */
6152 || ELF_ST_VISIBILITY (h->other)
[all...]
H A Delf32-s390.c1250 If on the other hand, we are creating an executable, we
1737 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
1846 else if ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
1887 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
2350 the other two. */
2393 || (ELF_ST_VISIBILITY (h->other)
2556 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
H A Delf32-score.c210 other is for small objects. All the small objects are kept
505 like any other 16-bit relocation when applied to global symbols, but is
1010 don't prevent other entries that are referenced from getting
1546 switch (ELF_ST_VISIBILITY (h->other))
1579 /* By setting this to a value other than -1, we are indicating that
2379 && ELF_ST_VISIBILITY (h->root.other) == STV_DEFAULT)
2396 || ELF_ST_VISIBILITY (h->root.other))))
3543 /* Remove information about discarded functions from other sections which mention them. */
H A Delf64-alpha.c733 is present because every other ELF has one, but should not be used
2076 h->other = ((h->other & ELF_ST_VISIBILITY (-1))
2909 unsigned char other;
3045 if ((info->other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_NOPV)
3050 else if ((info->other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_STD_GPLOAD)
3745 info.other = isym->st_other;
3794 info.other = h->root.other;
4334 int other;
2900 unsigned char other; member in struct:alpha_relax_info
4324 int other; local
[all...]
H A Delf64-ppc.c171 /* Some other nops. */
2683 /* then other code symbols. */
2712 syms over other syms. */
3118 to carefully copy dynamic link information from one symbol to the other.
3120 symbol as is normal for most other backends. We need foo dynamic
3125 definition from some other object, eg. a static library.
3160 /* Unlike other ELF targets, we use separate GOT entries for the same
3210 GOT as some other ABI's do, which means that initialized function
3578 satisfied by definitions in an old object. On the other hand, the
4237 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other)
[all...]

Completed in 448 milliseconds

1234567891011>>