Searched refs:loader (Results 1 – 20 of 20) sorted by relevance
/l4re-core-master/ned/doc/ |
A D | Aw.lua | 9 loader = L4.default_loader; 26 bus_rtc = loader:new_channel(); 27 bus_usbhid = loader:new_channel(); 28 bus_gfx = loader:new_channel(); 29 bus_ps2 = loader:new_channel(); 46 loader:startv({ 59 rtc_if = loader:new_channel(); 84 hid_ev = loader:create_namespace({ ev_irq = "ph", ev_buf="ph" }); 96 loader:startv({ 132 loader:start({ [all …]
|
A D | tutorial.lua | 227 loader = l,
|
A D | ned.dox | 9 the Lua (http://www.lua.org) script interpreter with the L4Re and ELF-loader 18 another \em loader, which must provide data spaces and region maps.
|
/l4re-core-master/ned/server/src/ |
A D | ned.lua | 99 local lfab = f.loader or f.mem; 209 f.loader = f.loader or default_loader; 210 f.rm_fab = f.rm_fab or f.loader.rm_fab; 211 f.factory = f.factory or f.loader.factory or Env.factory; 214 f.mem = f.mem or f.loader.mem; 229 f.ns = f.loader:create_namespace(f.ns, f.ns_fab); 237 if self.loader.log_fab == nil or self.loader.log_fab.create == nil then 240 return self.loader.log_fab:create(Proto.Log, table.unpack(self.log_args)); 292 env.loader = self;
|
/l4re-core-master/libloader/include/ |
A D | Makefile | 3 EXTRA_TARGET = elf stack remote_mem loader \
|
A D | elf | 17 #include <l4/libloader/loader>
|
/l4re-core-master/l4re_kernel/server/src/ |
A D | main.cc | 50 static Elf_loader loader; variable 183 loader.start(file, Global::local_rm, Global::l4re_aux); in run()
|
A D | Makefile | 5 SRC_CC := main.cc globals.cc region.cc loader.cc \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/ |
A D | README | 2 the TLS functionality of the dynamic loader. The file 'tls-macros-mips.h'
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 97 * linked into the boot image or loaded via a flexible boot loader, 159 * values are a combination of `info`, `warn`, `boot`, `server`, `loader`, 170 * \par `--ldr-flags=<loader flags>` 171 * This option allows setting some loader options for the L4Re runtime
|
/l4re-core-master/moe/server/src/ |
A D | Makefile | 11 loader.cc loader_elf.cc \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Changelog | 19 o Major improvements to the shared lib loader 131 o Lots of cleanup work on the powepc shared lib loader 253 o Fixed mips shared library loader bug that caused segfaults 255 o Fixed uClibc's shared library loader so we can properly debug 259 on the shared lib loader to do the work) when it is possible to 296 o fixed a shared lib loader compile warning 348 o fixed a number of shared library loader bugs 513 o Lots of shared library loader updates 570 o Fixed a buffer overflow in the dynamic library loader 735 o Include all shared library loader objects into a [all …]
|
A D | Makerules | 378 $(Q)echo "/* Force shared libraries to know about the correct library loader */" > $@.tmp
|
/l4re-core-master/l4sys/include/ |
A D | kip | 67 Info = 0xd, ///< Info by boot loader 68 Bootloader = 0xe, ///< Memory belongs to the boot loader
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/ |
A D | README | 39 the dynamic loader. The code is taken from the function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 301 If you answer Y here, the uClibc native shared library loader will 307 Enabling this option will make uClibc's shared library loader a 320 shared library loader a little bit smaller. 324 bool "Enable library loader cache (ld.so.conf)" 331 the /etc/ld.so.cache shared library loader cache file. 334 bool "Enable library loader LD_PRELOAD environment" 346 bool "Enable library loader preload file (ld.so.preload)" 354 string "Shared library loader naming prefix" 2358 bool "Build the shared library loader with debugging support" 2390 loader, answer Y. Mere mortals answer N. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | PORTING | 12 the shared library loader work requires you first have basic architecture
|
/l4re-core-master/l4re/include/ |
A D | env | 51 * by an L4Re conform loader, such as the Moe root task. The initial
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ |
A D | README | 65 As of ld.so-1.9.0, the old, a.out dynamic loader is no longer 240 Changed to not build the old, a.out dynamic loader by
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | kconfig-language.txt | 17 | +- Kernel module loader
|
Completed in 22 milliseconds