代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/398200/2393977

c plf_redboot_linux_exec.c

//========================================================================== // // plf_redboot_linux_boot.c // // Platform support for RedBoot command to boot Linux // //====================
www.eeworm.com/read/398200/2394045

c plf_redboot_linux_exec.c

//========================================================================== // // plf_redboot_linux_boot.c // // Platform support for RedBoot command to boot Linux // //====================
www.eeworm.com/read/398200/2394193

c plf_redboot_linux_exec.c

//========================================================================== // // plf_redboot_linux_boot.c // // Platform support for RedBoot command to boot Linux // //====================
www.eeworm.com/read/398200/2394272

c plf_redboot_linux_exec.c

//========================================================================== // // plf_redboot_linux_boot.c // // Platform support for RedBoot command to boot Linux // //====================
www.eeworm.com/read/375190/2738465

cpp prg_exec_fail4.cpp

// (C) Copyright Gennadiy Rozental 2003-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_
www.eeworm.com/read/375190/2738480

cpp prg_exec_fail1.cpp

// (C) Copyright Gennadiy Rozental 2001-2008. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/375190/2738481

cpp prg_exec_fail2.cpp

// (C) Copyright Gennadiy Rozental 2001-2008. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/375190/2738531

cpp prg_exec_fail3.cpp

// (C) Copyright Gennadiy Rozental 2002-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_
www.eeworm.com/read/366702/2862435

c all-tls-local-exec.c

/* { dg-options "-ftls-model=local-exec -mfdpic" } */ /* { dg-do compile } */ static __thread int x; extern void bar (); int *y; void foo (void) { bar (); y = &x; } /* { dg-final { scan-assembler
www.eeworm.com/read/366702/2862441

c all-tls-initial-exec.c

/* { dg-options "-ftls-model=initial-exec -mfdpic" } */ /* { dg-do compile } */ extern __thread int x; extern void bar (); int *y; void foo (void) { bar (); y = &x; } /* { dg-final { scan-assembl