Home
last modified time | relevance | path

Searched refs:loadable (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst12 loadable partitions. The loadable partitions depend on the main partition
14 shared object, the main partition and the loadable partitions share a virtual
15 address space at link time, and each loadable partition is assigned a fixed
16 offset from the main partition. This allows the loadable partitions to refer
27 by the partition. The intent is that in order to use a loadable partition,
44 a program. Any sections that are only reachable from a loadable partition's
47 loadable partitions.
59 ``-extract-partition=<soname>`` to extract one of the loadable partitions.
67 # Compile a feature to be placed in a loadable partition.
78 In order to allow a program to discover the names of its loadable partitions
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c57 int loadable; in add_to_inseg_list() local
73 loadable = 0; in add_to_inseg_list()
96 loadable = 1; in add_to_inseg_list()
99 return (loadable); in add_to_inseg_list()
117 if (!s->loadable) in adjust_addr()
135 if (!s->loadable) in adjust_addr()
341 if (!s->loadable || s->seg == NULL || s->seg->paddr == 0) in adjust_addr()
H A Dsections.c189 if (s->loadable && ecp->prefix_alloc != NULL) in check_section_rename()
359 s->loadable = add_to_inseg_list(ecp, s); in create_scn()
428 s->loadable = 0; in create_scn()
430 s->loadable = add_to_inseg_list(ecp, s); in create_scn()
433 s->loadable = 1; in create_scn()
561 shtab->loadable = 0; in insert_shtab()
967 if (!s->loadable || (ecp->flags & RELOCATABLE)) in resync_sections()
970 if (s->loadable && (ecp->flags & RELOCATABLE) == 0) in resync_sections()
1292 uint64_t flags, uint64_t align, uint64_t vma, int loadable) in create_external_section() argument
1310 s->loadable = loadable; in create_external_section()
[all …]
H A Delfcopy.h134 int loadable; /* whether loadable */ member
/freebsd/contrib/ntp/html/hints/
H A Dparse33 - *SIMPLE* makefile to build a loadable STREAMS
37 - SUN Streams module (loadable) for radio clocks
41 - SUN Streams module (loadable) for radio clocks.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-config-defined.m4110 *** This kernel does not include the required loadable module
113 *** To build OpenZFS as a loadable Linux kernel module
114 *** enable loadable module support by setting
118 *** If you don't intend to enable loadable kernel module
/freebsd/contrib/bsnmp/
H A DREADME5 communities, trap destinations and loadable modules. In this form it can
9 One basic loadable module is provided together with the daemon:
H A DTODO2 - rethink transports a little bit: make them loadable and make
/freebsd/tools/build/options/
H A DWITHOUT_SCTP_SUPPORT4 loadable kernel module.
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp644 LoadableData loadable; in GetLoadableData() local
646 loadable.Dest = in GetLoadableData()
648 if (loadable.Dest == LLDB_INVALID_ADDRESS) in GetLoadableData()
655 loadable.Contents = llvm::ArrayRef<uint8_t>(section_data.GetDataStart(), in GetLoadableData()
657 loadables.push_back(loadable); in GetLoadableData()
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_df_1_noopen.sh39 h_df_1_noopen1: Cannot dlopen non-loadable /usr/lib/libpthread.so
/freebsd/contrib/sqlite3/autosetup/
H A DREADME.autosetup4 It contains autosetup, support files and loadable modules.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod106 application or the OpenSSL libraries, or if it's a loadable provider
144 dynamically loadable module, with the symbol B<OSSL_provider_init> as
202 loadable module with the I<name> that was given to ossl_provider_new()
246 that come in the form of loadable modules.
249 providers that come in the form of loadable modules.
252 for providers that come in the form of loadable modules.
/freebsd/tools/tools/kttcp/
H A DREADME4 of a loadable module and a small user-mode application. Beware
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst66 ``-z separate-loadable-segments``
141 have a PHDRS command, then a new loadable segment will be generated.
148 the previous OutputSection a new loadable segment will be generated.
/freebsd/share/examples/kld/cdev/
H A DREADME74 Generally, it is assumed that a loadable module is one of
82 As with the loadable system calls, it may be desirable to
/freebsd/release/packages/ucl/
H A Dbsnmp-all.ucl40 implement all other MIBs through loadable modules. In this way the
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-info.pod.in49 Outputs the default directory for OpenSSL dynamically loadable modules
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod31 dynamically from the calling application or from a loadable engine.
H A Dossl-guide-libraries-introduction.pod44 Providers may either be "built-in" or in the form of a separate loadable module
48 providers in the form of loadable modules.
213 The FIPS provider is a dynamically loadable module, and must therefore
231 The legacy provider is a dynamically loadable module, and must therefore
H A Dprovider.pod39 It may be a dynamically loadable module, or may be built-in, in
41 If it's a dynamically loadable module, the initialization function
/freebsd/crypto/krb5/src/util/et/
H A DISSUES33 depend on (e.g., if a dynamically loadable Zephyr library's fini
/freebsd/crypto/openssl/doc/man3/
H A DOpenSSL_version.pod195 dynamically loadable OpenSSL modules other than engines.
199 The configured dynamically loadable module extension.
/freebsd/contrib/file/magic/Magdir/
H A Dwordprocessors385 # Corel loadable file
387 >>9 byte 10 Corel loadable file
388 >>9 byte 11 Corel GUI loadable text
395 >>>9 byte x Corel loadable file: Unknown filetype %d
/freebsd/contrib/ntp/libparse/
H A DREADME27 parse - auto loadable streams module

123