| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | Partitions.rst | 12 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 D | darwin.opt | 36 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 D | ObjectFile.cpp | 633 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 D | CMakeLists.txt | 109 # Instrumented loadable module objects. 114 # Instrumented loadable library tests.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/ |
| H A D | BUILD.gn | 3 assert(host_os != "win", "loadable modules not supported on win")
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/ |
| H A D | BUILD.gn | 3 assert(host_os != "win", "loadable modules not supported on win")
|
| /openbsd-src/gnu/llvm/lld/docs/ELF/ |
| H A D | linker_script.rst | 66 ``-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 D | tc-hppa.c | 361 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 D | tc-hppa.c | 361 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 D | wordprocessors | 16 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 D | README | 42 -- No support for shared libraries or dynamically loadable objects.
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | armelf.em | 105 /* If bfd_for_interwork is NULL, then there are no loadable sections
|
| /openbsd-src/gnu/usr.bin/perl/dist/Safe/ |
| H A D | Changes | 105 Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | mmo.texi | 283 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 D | mmo.texi | 283 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 D | armelf.em | 120 /* If bfd_for_interwork is NULL, then there are no loadable sections
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3486 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 D | c-i370.texi | 38 dynamically loadable objects, and any relocation other than the 31-bit
|
| H A D | c-hppa.texi | 213 loadable data), @samp{notdefined} (this section defined elsewhere), and
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-i370.texi | 38 dynamically loadable objects, and any relocation other than the 31-bit
|
| H A D | c-hppa.texi | 213 loadable data), @samp{notdefined} (this section defined elsewhere), and
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GarbageCollection.rst | 19 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 D | BUILD.gn | 337 # standalone loadable modules used for unit-testing LLVM's dynamic library
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | predicates.md | 150 loadable with one insn, and split the rest into two. The instances
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/ |
| H A D | perldoc.pod | 149 using C<-oI<formatname>> just looks for a loadable class by adding
|