Searched refs:loadable (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/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-13-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c50 * Check whether a section is "loadable". If so, add it to the
57 int loadable; local
67 * "loadable" sections, and call the rest "unloadable" sections.
68 * We keep track of "loadable" sections in their containing
73 loadable = 0;
96 loadable = 1;
99 return (loadable);
116 /* Only adjust loadable section's address. */
117 if (!s->loadable)
135 if (!s->loadable)
[all...]
H A Dsections.c189 if (s->loadable && ecp->prefix_alloc != NULL)
359 s->loadable = add_to_inseg_list(ecp, s);
419 * is loadable, but if user explicitly set section flags
423 * Sections in relocatable object is loadable if
428 s->loadable = 0;
430 s->loadable = add_to_inseg_list(ecp, s);
433 s->loadable = 1;
472 * change sections type of loadable sections and section
561 shtab->loadable = 0;
967 if (!s->loadable || (ec
1290 create_external_section(struct elfcopy *ecp, const char *name, char *newname, void *buf, uint64_t size, uint64_t off, uint64_t stype, Elf_Type dtype, uint64_t flags, uint64_t align, uint64_t vma, int loadable) argument
[all...]
H A Delfcopy.h134 int loadable; /* whether loadable */ member in struct:section
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp659 // Create a list of loadable data from loadable sections
662 LoadableData loadable; local
664 loadable.Dest =
666 if (loadable.Dest == LLDB_INVALID_ADDRESS)
673 loadable.Contents = llvm::ArrayRef<uint8_t>(section_data.GetDataStart(),
675 loadables.push_back(loadable);
/freebsd-13-stable/share/mk/
H A Dbsd.own.mk49 # KMODDIR Base path for loadable kernel modules
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3383 // Create a list of loadable data from loadable segments, using physical
3388 LoadableData loadable; local
3391 loadable.Dest = should_use_paddr ? H.p_paddr : H.p_vaddr;
3392 if (loadable.Dest == LLDB_INVALID_ADDRESS)
3397 loadable.Contents = llvm::ArrayRef<uint8_t>(segment_data.GetDataStart(),
3399 loadables.push_back(loadable);
/freebsd-13-stable/sys/conf/
H A Dkmod.mk4 # The include file <bsd.kmod.mk> handles building and installing loadable
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh307 * loadable with the driver.
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure1440 support loadable extensions [default=yes]
15930 # Commands used to build a loadable module if different from building

Completed in 209 milliseconds