Searched refs:shared (Results 51 - 75 of 219) sorted by relevance

123456789

/freebsd-11-stable/sys/modules/linux64/
H A DMakefile32 ${CC} -x assembler-with-cpp -DLOCORE -shared -mcmodel=small \
/freebsd-11-stable/lib/libomp/
H A DMakefile68 LDFLAGS+= -Wl,--warn-shared-textrel
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_fs_private.h137 * We group them into shared and non-shared ("unique") reps.
148 svn_fs_fs__rep_pack_stats_t shared;
147 svn_fs_fs__rep_pack_stats_t shared; member in struct:svn_fs_fs__representation_stats_t
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c503 copying dynamic variables from a shared lib into an app's dynbss
505 shared lib. */
816 if (!info->shared)
820 || (!info->shared && !htab->srelbss))
900 if (info->shared)
1006 if (info->shared)
1120 if (!info->shared)
1127 if (h != NULL && !info->shared)
1138 refers to is in a shared lib. */
1144 /* If we are creating a shared librar
[all...]
H A Delf64-s390.c499 copying dynamic variables from a shared lib into an app's dynbss
501 shared lib. */
552 program, any shared library) is limited to 4GB in size and I want to see
814 if (!info->shared)
818 || (!info->shared && !htab->srelbss))
896 if (info->shared)
1096 if (info->shared)
1170 if (!info->shared)
1184 if (h != NULL && !info->shared)
1195 refers to is in a shared li
[all...]
H A Delf64-x86-64.c352 copying dynamic variables from a shared lib into an app's dynbss
354 shared lib. */
618 if (!info->shared)
622 || (!info->shared && !htab->srelbss))
719 if (info->shared)
797 if (info->shared)
800 (_("%B: relocation %s against `%s' can not be used when making a shared object; recompile with -fPIC"),
810 if (info->shared)
951 /* Let's help debug shared library creation. These relocs
952 cannot be used in shared lib
[all...]
H A Delf32-ppc.c128 a shared library. */
466 both in the object being run and in some shared library. The
468 shared library into the object, because the object being
2384 selects those that must be copied when linking a shared library,
2413 copying dynamic variables from a shared lib into an app's dynbss
2415 shared lib. */
2669 if (! info->shared)
3075 (_("%B: relocation %s cannot be used when making a shared object"),
3106 relocs, and there's not much point in propagating relocs to shared
3257 if (info->shared)
[all...]
H A Dsunos.c74 /* SunOS shared library support. We store a pointer to this structure
509 /* Code to handle linking of SunOS shared libraries. */
538 compiled code which is not being put into a shared library. */
800 || info->shared)
884 /* The .need section holds the list of names of shared objets
897 /* The .rules section holds the path to search for shared
1154 shared object. */
1220 /* In a shared library, the __DYNAMIC symbol does not appear in the
1222 if (! info->shared || strcmp (name, "__DYNAMIC") != 0)
1518 /* If we are making a shared librar
[all...]
H A Delf64-alpha.c1178 /* In a shared object on Irix 5.3, the .mdebug section has an
1590 /* When making a shared library and symbol h is the one from
1591 the another shared library, OUTPUT_SECTION may be null. */
1765 relocs, and there's not much point in propagating relocs to shared
1814 if (h && ((info->shared
1855 if (info->shared || maybe_dynamic)
1875 if (info->shared)
1880 if (info->shared || maybe_dynamic)
1882 if (info->shared)
1994 else if (info->shared)
2555 alpha_dynamic_entries_for_reloc(int r_type, int dynamic, int shared) argument
[all...]
H A Delfxx-ia64.c46 in a shared library.
50 and local symbols in shared libraries are created by
60 is an alternate function descriptor, and in shared libraries
1378 if (link_info->shared
2841 if (info->shared || maybe_dynamic)
2847 if (info->shared)
2855 if (info->shared || maybe_dynamic)
2865 if (info->shared || maybe_dynamic)
2887 if (info->shared || h)
2938 if (info->shared || maybe_dynami
3469 bfd_boolean dynamic_symbol, shared, resolved_zero; local
[all...]
/freebsd-11-stable/contrib/ncurses/misc/
H A Drun_tic.in78 if test @DFT_LWR_MODEL@ = shared
/freebsd-11-stable/sys/conf/
H A DMakefile.mips47 HACK_EXTRA_FLAGS=-shared
/freebsd-11-stable/contrib/bmake/mk/
H A Dwhats.mk24 # probably only makes sense for shared libs
H A Dcython.mk79 ${CC} ${CC_SHARED:U-shared} -o ${.TARGET} ${.ALLSRC:M*.So} ${LDADD}
/freebsd-11-stable/share/mk/
H A Dbsd.lib.mk20 # Set up the variables controlling shared libraries. After this section,
21 # SHLIB_NAME will be defined only if we are to create a shared library.
218 SOLINKOPTS+= -shared -Wl,-x
224 SOLINKOPTS+= -Wl,--warn-shared-textrel
245 @${ECHO} building shared library ${SHLIB_NAME}
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh73 cc -fPIC -dPIC -shared -o libtest.so pic.c
/freebsd-11-stable/stand/efi/loader/
H A DMakefile98 LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -shared
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile58 LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -shared
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h146 /* Private FSX-specific data shared between all svn_txn_t objects that
170 /* Private FSX-specific data shared between all svn_fs_t objects that
175 /* A list of shared transaction objects for each transaction that is
257 /* Private (non-shared) FSX-specific data for each svn_fs_t object.
281 /* Caches of immutable data. (Note that these may be shared between
364 /* Data shared between all svn_fs_t objects for a given filesystem. */ member in struct:svn_fs_x__data_t
365 svn_fs_x__shared_data_t *shared;
/freebsd-11-stable/contrib/dialog/package/
H A Ddialog.spec84 - add executable permissions for shared libraries, discard ".la" file.
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh83 # A .xs script is for generating a shared library with the --shared
89 # A .xsc script is for linking with --shared -z combreloc; it is generated
170 LD_FLAG=shared
175 echo "/* Script for ld --shared: link shared library */"
183 ( echo "/* Script for --shared -z combreloc: shared library, combine & sort relocs */"
191 ( echo "/* Script for --shared -z combreloc -z now -z relro: shared librar
[all...]
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DAIX.mk10 NOPIC=no # no shared libs?
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.c399 * shared key (if available). draft-ietf-tsvwg-auth specifies the specific
403 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared) argument
410 sctp_get_keylen(shared);
428 /* key is shared + key1 + key2 */
429 if (sctp_get_keylen(shared)) {
430 memcpy(key_ptr, shared->key, shared->keylen);
431 key_ptr += shared->keylen;
441 /* key is shared + key2 + key1 */
442 if (sctp_get_keylen(shared)) {
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c231 and linked against a shared BFD library which was configured for
300 if (link_info.shared)
301 einfo (_("%P%F: -r and -shared may not be used together\n"));
307 for shared libraries. -Bsymbolic overrides all others and vice
314 /* -Bsymbolic is for shared library only. */
315 if (link_info.shared)
324 /* -Bsymbolic-functions is for shared library only. */
325 if (link_info.shared)
341 if (! link_info.shared)
344 einfo (_("%P%F: -F may not be used without -shared\
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c900 key->shared = 0;
907 &entry, &key->info.shared.object, &pindex, &prot,
915 key->shared = 1;
916 key->info.shared.offset = (vm_offset_t)addr -
918 vm_object_reference(key->info.shared.object);
920 key->shared = 0;
937 if (key->shared)
938 vm_object_deallocate(key->info.shared.object);
1660 const char *wmesg, struct abs_timeout *timo, bool shared)
1677 td1 = tdfind(owner, shared
1659 umtxq_sleep_pi(struct umtx_q *uq, struct umtx_pi *pi, uint32_t owner, const char *wmesg, struct abs_timeout *timo, bool shared) argument
[all...]

Completed in 491 milliseconds

123456789