Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.opt36 Generate code for darwin loadable kernel extentions
40 Generate code for the kernel or loadable kernel extentions
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp633 LoadableData loadable; in GetLoadableData() local
635 loadable.Dest = in GetLoadableData()
637 if (loadable.Dest == LLDB_INVALID_ADDRESS) in GetLoadableData()
644 loadable.Contents = llvm::ArrayRef<uint8_t>(section_data.GetDataStart(), in GetLoadableData()
646 loadables.push_back(loadable); in GetLoadableData()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A DCMakeLists.txt109 # Instrumented loadable module objects.
114 # Instrumented loadable library tests.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/
H A DBUILD.gn3 assert(host_os != "win", "loadable modules not supported on win")
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/
H A DBUILD.gn3 assert(host_os != "win", "loadable modules not supported on win")
/openbsd-src/gnu/llvm/lld/docs/ELF/
H A Dlinker_script.rst66 ``-z separate-loadable-segments``
131 have a PHDRS command, then a new loadable segment will be generated.
138 the previous OutputSection a new loadable segment will be generated.
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-hppa.c361 char loadable; member
412 char loadable; member
7186 char loadable, defined, private, sort; local
7194 loadable = TRUE;
7250 loadable = FALSE;
7282 space = create_new_space (space_name, spnum, loadable, defined,
7457 char loadable, code_only, common, dup_common, zero, sort; local
7482 loadable = 1;
7516 loadable = pa_def_subspaces[i].loadable;
7578 loadable = 0;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-hppa.c361 char loadable; member
415 char loadable; member
7196 char loadable, defined, private, sort; local
7204 loadable = TRUE;
7260 loadable = FALSE;
7292 space = create_new_space (space_name, spnum, loadable, defined,
7467 char loadable, code_only, comdat, common, dup_common, zero, sort; local
7492 loadable = 1;
7527 loadable = pa_def_subspaces[i].loadable;
7590 loadable = 0;
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dwordprocessors16 0 string \377WPC\020\000\000\000\022\012\001\001\000\000\000\000 (WP) loadable file
88 >8 short 4619 GUI loadable text
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/
H A DREADME42 -- No support for shared libraries or dynamically loadable objects.
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Darmelf.em105 /* If bfd_for_interwork is NULL, then there are no loadable sections
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DChanges105 Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dmmo.texi283 might follow, zero-padded to 32-bit boundary. For a loadable
303 A loadable section specified as:
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dmmo.texi283 might follow, zero-padded to 32-bit boundary. For a loadable
303 A loadable section specified as:
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Darmelf.em120 /* If bfd_for_interwork is NULL, then there are no loadable sections
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3486 LoadableData loadable; in GetLoadableData() local
3489 loadable.Dest = should_use_paddr ? H.p_paddr : H.p_vaddr; in GetLoadableData()
3490 if (loadable.Dest == LLDB_INVALID_ADDRESS) in GetLoadableData()
3495 loadable.Contents = llvm::ArrayRef<uint8_t>(segment_data.GetDataStart(), in GetLoadableData()
3497 loadables.push_back(loadable); in GetLoadableData()
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-i370.texi38 dynamically loadable objects, and any relocation other than the 31-bit
H A Dc-hppa.texi213 loadable data), @samp{notdefined} (this section defined elsewhere), and
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i370.texi38 dynamically loadable objects, and any relocation other than the 31-bit
H A Dc-hppa.texi213 loadable data), @samp{notdefined} (this section defined elsewhere), and
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst19 in ones, but you can also implement a loadable plugin with a custom definition.
148 possibly through a loadable :ref:`code generation plugins <plugin>` - to
216 using either the loadable plugin mechanism, or by patching your copy of LLVM.
552 You may be able to structure this additional code as a loadable plugin library.
/openbsd-src/gnu/llvm/llvm/utils/gn/build/toolchain/
H A DBUILD.gn337 # standalone loadable modules used for unit-testing LLVM's dynamic library
/openbsd-src/gnu/gcc/gcc/config/m32r/
H A Dpredicates.md150 loadable with one insn, and split the rest into two. The instances
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/
H A Dperldoc.pod149 using C<-oI<formatname>> just looks for a loadable class by adding

12345