| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | segments.c | 57 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 D | sections.c | 188 if (s->loadable && ecp->prefix_alloc != NULL) in check_section_rename() 357 s->loadable = add_to_inseg_list(ecp, s); in create_scn() 425 s->loadable = 0; in create_scn() 427 s->loadable = add_to_inseg_list(ecp, s); in create_scn() 430 s->loadable = 1; in create_scn() 550 shtab->loadable = 0; in insert_shtab() 912 if (!s->loadable || (ecp->flags & RELOCATABLE)) in resync_sections() 915 if (s->loadable && (ecp->flags & RELOCATABLE) == 0) in resync_sections() 1236 uint64_t flags, uint64_t align, uint64_t vma, int loadable) in create_external_section() argument 1254 s->loadable = loadable; in create_external_section() [all …]
|
| H A D | elfcopy.h | 134 int loadable; /* whether loadable */ member
|
| /freebsd-12.1/contrib/ntp/html/hints/ |
| H A D | parse | 33 - *SIMPLE* makefile to build a loadable STREAMS 37 - SUN Streams module (loadable) for radio clocks 41 - SUN Streams module (loadable) for radio clocks.
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin.opt | 36 Generate code for darwin loadable kernel extentions 40 Generate code for the kernel or loadable kernel extentions
|
| /freebsd-12.1/contrib/bsnmp/ |
| H A D | README | 5 communities, trap destinations and loadable modules. In this form it can 9 One basic loadable module is provided together with the daemon:
|
| H A D | TODO | 2 - rethink transports a little bit: make them loadable and make
|
| H A D | NEWS | 133 loadable modules.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 663 LoadableData loadable; in GetLoadableData() local 665 loadable.Dest = in GetLoadableData() 667 if (loadable.Dest == LLDB_INVALID_ADDRESS) in GetLoadableData() 674 loadable.Contents = llvm::ArrayRef<uint8_t>(section_data.GetDataStart(), in GetLoadableData() 676 loadables.push_back(loadable); in GetLoadableData()
|
| /freebsd-12.1/contrib/netbsd-tests/libexec/ld.elf_so/ |
| H A D | t_df_1_noopen.sh | 39 h_df_1_noopen1: Cannot dlopen non-loadable /usr/lib/libpthread.so
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | wordprocessors | 155 # Corel loadable file 157 >>9 byte 10 Corel loadable file 158 >>9 byte 11 Corel GUI loadable text 165 >>>9 byte x Corel loadable file: Unknown filetype %d
|
| /freebsd-12.1/tools/tools/kttcp/ |
| H A D | README | 5 of a loadable module and a small user-mode application. Beware
|
| /freebsd-12.1/share/examples/kld/cdev/ |
| H A D | README | 75 Generally, it is assumed that a loadable module is one of 83 As with the loadable system calls, it may be desirable to
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | ossl_store.pod | 31 dynamically from the calling application or from a loadable engine.
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | README.txt | 28 --enable-dynamic-extensions support loadable extensions [default=yes]
|
| H A D | configure.ac | 101 [--enable-dynamic-extensions], [support loadable extensions [default=yes]])],
|
| /freebsd-12.1/contrib/amd/ |
| H A D | tasks | 27 - loadable info_*, amfs_*, and ops_* modules (lazy evaluation).
|
| /freebsd-12.1/contrib/ntp/libparse/ |
| H A D | README | 27 parse - auto loadable streams module
|
| /freebsd-12.1/sys/dev/e1000/ |
| H A D | README | 53 NOTE: The driver can be installed as a dynamic loadable kernel module or 69 3. To create a loadable module, perform the following steps.
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | NOTES.UNIX | 12 link programs, shared libraries and dynamically loadable shared
|
| /freebsd-12.1/contrib/bsnmp/snmpd/ |
| H A D | BEGEMOT-SNMPD.txt | 80 "Name of a loadable module. Should consist of alphanumeric characers 346 "A table entry describing a loadable module."
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3466 LoadableData loadable; in GetLoadableData() local 3469 loadable.Dest = should_use_paddr ? H.p_paddr : H.p_vaddr; in GetLoadableData() 3470 if (loadable.Dest == LLDB_INVALID_ADDRESS) in GetLoadableData() 3475 loadable.Contents = llvm::ArrayRef<uint8_t>(segment_data.GetDataStart(), in GetLoadableData() 3477 loadables.push_back(loadable); in GetLoadableData()
|
| /freebsd-12.1/contrib/libpcap/msdos/ |
| H A D | readme.dos | 80 of dynamically loadable modules.
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | armelf.em | 120 /* If bfd_for_interwork is NULL, then there are no loadable sections
|
| H A D | spuelf.em | 43 /* Range of valid addresses for loadable sections. */
|