Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 14 of 14) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dldconfig.c33 struct exec { struct
45 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
47 #define N_MAGIC_SWAP(exec) (bswap_32((exec).a_info) & 0xffff) argument
217 struct exec exec; in is_shlib() local
253 if (fread(&exec, sizeof exec, 1, file) < 1) in is_shlib()
255 else if (N_MAGIC(exec) != ZMAGIC in is_shlib()
256 && N_MAGIC(exec) != QMAGIC in is_shlib()
257 && N_MAGIC_SWAP(exec) != ZMAGIC in is_shlib()
258 && N_MAGIC_SWAP(exec) != QMAGIC) { in is_shlib()
259 elf_hdr = (ElfW(Ehdr) *) & exec; in is_shlib()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/libstrip/
A Dlibstrip46 while($exec = shift @ARGV){
48 @syms=`nm --dynamic $exec`;
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dstreamline_config.pl114 my $exec = $conf->{"exec"};
118 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
A Dqconf.cc854 headerPopup->exec(e->globalPos()); in contextMenuEvent()
1647 switch (mb.exec()) { in closeEvent()
1784 configApp->exec(); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A DTest.mak57 …test -e "$$x.good" && $(do_showdiff) "$(binary_name).out" "$$x.good" && exec diff -u "$(binary_nam…
63 test -z "$(DODIFF_$(tst_src_name))" && exec true ; \
67 exec diff -u "$$uclibc_out" "$$glibc_out"
A D.gitignore194 nptl/tst-exec[2-4]
315 unistd/exec-null
/l4re-core-master/ned/server/src/
A Dlua_exec.cc464 static int exec(lua_State *l) in exec() function
517 { "exec", exec }, in init()
A Dned.lua251 local res = exec(self, ...);
/l4re-core-master/l4re/util/include/
A Dregion_mapping_svr_2248 Dbg(Dbg::Warn, "rm").printf("instruction page fault in non-exec region at 0x%lx pc=0x%lx\n",
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO94 *) simplify exec*() in the light of execvpe (perhaps single internal
A DChangelog82 o Both popen() and exec*() now behave themselves per SuSv3
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dlinuxthreads.texi1390 way to remove them, short of using @code{exec} to load a new
1509 called just before a thread calls one of the @code{exec} functions,
1518 According to POSIX 1003.1c, a successful @code{exec*} in one of the
1521 @code{pthread_kill_other_threads_np} before @code{exec*} achieves much
1522 of the same behavior, except that if @code{exec*} ultimately fails, then
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in1793 bool "Support an fopen() 'e' flag for close-on-exec mode (glibc-compat)"
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog1306 (__new_sem_post): Use standard initial exec code sequences.
1312 exec code sequences.
1314 (__new_sem_trywait): Use standard initial exec code sequences.
1316 (__new_sem_wait): Use standard initial exec code sequences.

Completed in 32 milliseconds