/openbmc/qemu/tests/tcg/s390x/ |
H A D | add-logical-with-carry.c | 16 * Each test starts with CC 0 and executes two chained ADD LOGICAL WITH 42 unsigned long c, int *cc) in test32rm() argument 46 asm("xr %[cc],%[cc]\n" in test32rm() 49 "ipm %[cc]" in test32rm() 50 : [a] "+&r" (a32), [cc] "+&r" (*cc) in test32rm() 52 : "cc"); in test32rm() 53 *cc >>= 28; in test32rm() 60 unsigned long c, int *cc) in test32mr() argument 64 asm("xr %[cc],%[cc]\n" in test32mr() 67 "ipm %[cc]" in test32mr() [all …]
|
H A D | ex-relative-long.c | 7 long (*func)(long reg, long *cc); 32 /* Initial cc value. */ 33 #define CC 0 macro 47 F(larl, (long)&mem[MEM_IDX], MEM, CC) \ 48 F(lgfrl, 0xfffffffffedcba98, MEM, CC) \ 49 F(lghrl, 0xfffffffffffffedc, MEM, CC) \ 50 F(lgrl, MEM, MEM, CC) \ 51 F(lhrl, 0x12345678fffffedc, MEM, CC) \ 52 F(llghrl, 0x000000000000fedc, MEM, CC) \ 53 F(llhrl, 0x123456780000fedc, MEM, CC) \ [all …]
|
H A D | rxsbg.c | 10 rxsbg(unsigned long *r1, unsigned long r2, int i3, int i4, int i5, int *cc) in rxsbg() argument 13 "ipm %[cc]" in rxsbg() 14 : [r1] "+r" (*r1), [cc] "=r" (*cc) in rxsbg() 16 : "cc"); in rxsbg() 17 *cc = (*cc >> 28) & 3; in rxsbg() 23 int cc; in test_cc0() local 25 rxsbg(&r1, 3, 61 | 0x80, 62, 1, &cc); in test_cc0() 27 assert(cc == 0); in test_cc0() 33 int cc; in test_cc1() local 35 rxsbg(&r1, 3, 61 | 0x80, 62, 1, &cc); in test_cc1() [all …]
|
H A D | csst.c | 15 uint64_t cc; in main() local 21 " ipm %[cc]\n" in main() 25 [cc] "=r" (cc) in main() 28 : "r0", "r1", "cc", "memory"); in main() 29 cc = (cc >> 28) & 3; in main() 30 if (cc) { in main() 31 write(1, "bad cc\n", 7); in main()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/ |
H A D | 0001-Fix-build-with-gcc-15.patch | 10 tools/snort2lua/config_states/config_ignore_ports.cc | 1 + 11 tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc | 1 + 12 tools/snort2lua/preprocessor_states/pps_frag3_engine.cc | 1 + 13 tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc | 1 + 14 tools/snort2lua/rule_states/rule_gid_sid.cc | 1 + 17 …ols/snort2lua/config_states/config_ignore_ports.cc b/tools/snort2lua/config_states/config_ignore_p… 19 --- a/tools/snort2lua/config_states/config_ignore_ports.cc 20 +++ b/tools/snort2lua/config_states/config_ignore_ports.cc 29 …ort2lua/preprocessor_states/pps_dcerpc_server.cc b/tools/snort2lua/preprocessor_states/pps_dcerpc_… 31 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
H A D | 0001-Include-time.h-header-to-pass-clang-compilation.patch | 9 nmap_error.cc | 11 +---------- 10 nping/EchoServer.cc | 1 + 11 osscan2.cc | 1 + 12 service_scan.cc | 1 + 15 diff --git a/nmap_error.cc b/nmap_error.cc 17 --- a/nmap_error.cc 18 +++ b/nmap_error.cc 37 diff --git a/nping/EchoServer.cc b/nping/EchoServer.cc 39 --- a/nping/EchoServer.cc 40 +++ b/nping/EchoServer.cc [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/ |
H A D | 0003-Include-time.h-header-to-pass-clang-compilation.patch | 10 nmap_error.cc | 11 +---------- 11 nping/EchoServer.cc | 1 + 12 osscan2.cc | 1 + 13 service_scan.cc | 1 + 16 diff --git a/nmap_error.cc b/nmap_error.cc 18 --- a/nmap_error.cc 19 +++ b/nmap_error.cc 38 diff --git a/nping/EchoServer.cc b/nping/EchoServer.cc 40 --- a/nping/EchoServer.cc 41 +++ b/nping/EchoServer.cc [all …]
|
H A D | 0006-Fix-build-with-libpcap-1.10.5.patch | 10 from nse_nsock.cc:4: 11 nse_nsock.cc:36:3: error: expected identifier before 'int' 14 nse_nsock.cc:36:3: error: expected '}' before 'int' 15 nse_nsock.cc:33:6: note: to match this '{' 18 nse_nsock.cc:36:15: error: expected unqualified-id before '=' token 21 nse_nsock.cc:40:1: error: expected declaration before '}' token 29 nse_nsock.cc | 2 ++ 32 diff --git a/nse_nsock.cc b/nse_nsock.cc 34 --- a/nse_nsock.cc 35 +++ b/nse_nsock.cc
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/ |
H A D | 0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch | 24 -if test ! -x "${CC}"; then 25 - CC=`pathsearch "${CC:-cc}"` 26 - if test -z "$CC" -o ! -x "$CC"; then 27 - CC=`pathsearch "${CC:-gcc}"` 29 +if test -z "$CC"; then 30 + if test ! -x "${CC}"; then 31 + CC=`pathsearch "${CC:-cc}"` 32 + if test -z "$CC" -o ! -x "$CC"; then 33 + CC=`pathsearch "${CC:-gcc}"` 36 + assert "$CC" "not found" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | 0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch | 39 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all 40 - -@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build o… 41 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all 42 + -@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build … 50 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build in… 51 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build i… 59 - $(CC) -S $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ `basename $@ .s`.c 60 + $(CC) -S $(CFLAGS) $(CPPFLAGS) -o $@ `basename $@ .s`.c $(LDFLAGS) 63 - @env CFLAGS="-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../script… 64 + @env CFLAGS+="-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scrip… [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 142 | 96 …_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 98 … -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 100 …rive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 102 …"$files","$ids",backing.file.cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 108 …-drive "$files","$ids",cache.writeback=off | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" 119 …u -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" 121 …ive "$files","$ids",file.cache.no-flush=on | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" 123 … "$files","$ids",backing.cache.no-flush=on | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" 125 …les","$ids",backing.file.cache.no-flush=on | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" 238 …rv_file" -drive "$drv_img",cache.direct=on | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" [all …]
|
/openbmc/libmctp/tests/fuzz/ |
H A D | fuzz-build.py | 24 cc: str = None, 36 # Meson sets CC="ccache cc" by default, but ccache removes -fprofile-arcs 37 # so coverage breaks (ccache #1531). Prevent that by setting CC/CXX. 38 env["CC"] = cc if cc else "cc" 55 cc = "afl-clang-lto" 59 build("bfuzz", cc=cc, cxx=cxx, env=env) 63 cc=cc, 69 build("bcmplog", cc=cc, cxx=cxx, env={"AFL_LLVM_CMPLOG": "1"} | env) 89 cc="hfuzz-clang", 96 cc="hfuzz-clang", [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/ |
H A D | make-errors.patch | 1 Don't wrap CC in quotes as our CC has options and this breaks command lookup. 15 mk/pcb-cc.sh | 2 +- 19 diff --git a/mk/pcb-cc.sh b/mk/pcb-cc.sh 21 --- a/mk/pcb-cc.sh 22 +++ b/mk/pcb-cc.sh 24 if acmd_set CC clang || acmd_set CC gcc || 25 acmd_set CC tcc || acmd_set CC pcc || 26 acmd_set CC c89 || acmd_set CC c99; then 27 - exec "$CC" "$@" 28 + exec $CC "$@" [all …]
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fuzz-build.py | 24 cc: str = None, 36 # Meson sets CC="ccache cc" by default, but ccache removes -fprofile-arcs 37 # so coverage breaks (ccache #1531). Prevent that by setting CC/CXX. 38 env["CC"] = cc if cc else "cc" 55 cc = "afl-clang-lto" 59 build("bfuzz", cc=cc, cxx=cxx, env=env) 63 cc=cc, 69 build("bcmplog", cc=cc, cxx=cxx, env={"AFL_LLVM_CMPLOG": "1"} | env) 86 build("bhf", cc="hfuzz-clang", cxx="hfuzz-clang++")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | 0001-build-Pass-tag-CC-explictly-when-using-libtool.patch | 4 Subject: [PATCH] build: Pass --tag=CC explictly when using libtool 26 - $(LIBTOOL) --mode=link $(CC) -o $@ $^ $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS) 27 + $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ $^ $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS) 30 - $(LIBTOOL) --mode=link $(CC) -o $@ $^ $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS) $(SDLMAIN_LDFLAGS) 31 + $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ $^ $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS) $(SDLMAI… 43 - \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ 44 + \$(LIBTOOL) --tag=CC --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ 48 cc) cat >>${output}.new <<__EOF__ 50 - \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ 51 + \$(LIBTOOL) --tag=CC --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/ |
H A D | 0001-Fix-return-type-errors.patch | 9 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:… 10 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:… 13 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In function … 14 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:117:1: error:… 17 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In lambda fu… 18 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:1853:13: erro… 26 .../audio_processing/agc2/adaptive_mode_level_estimator.cc | 2 ++ 27 webrtc/modules/audio_processing/audio_processing_impl.cc | 3 +++ 28 webrtc/modules/audio_processing/include/audio_processing.cc | 6 ++++++ 31 …ing/agc2/adaptive_mode_level_estimator.cc b/webrtc/modules/audio_processing/agc2/adaptive_mode_lev… [all …]
|
/openbmc/qemu/backends/ |
H A D | cryptodev-vhost.c | 61 crypto->cc = options->cc; in cryptodev_vhost_init() 67 crypto->dev.vq_index = crypto->cc->queue_index * crypto->dev.nvqs; in cryptodev_vhost_init() 118 cryptodev_get_vhost(CryptoDevBackendClient *cc, in cryptodev_get_vhost() argument 124 if (!cc) { in cryptodev_get_vhost() 128 switch (cc->type) { in cryptodev_get_vhost() 131 vhost_crypto = cryptodev_vhost_user_get_vhost(cc, b, queue); in cryptodev_get_vhost() 149 vhost_set_vring_enable(CryptoDevBackendClient *cc, in vhost_set_vring_enable() argument 154 cryptodev_get_vhost(cc, b, queue); in vhost_set_vring_enable() 157 cc->vring_enable = enable; in vhost_set_vring_enable() 181 CryptoDevBackendClient *cc; in cryptodev_vhost_start() local [all …]
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | Makefile | 24 cc-test = $(CC) -Werror $1 -c -o /dev/null -xc /dev/null >/dev/null 2>/dev/null 25 cc-option = if $(call cc-test, $1); then \ 31 config-cc.mak: Makefile 32 $(quiet-@)($(call cc-option,-fcf-protection=none); \ 33 $(call cc-option,-fno-pie); \ 34 $(call cc-option,-no-pie); \ 35 $(call cc-option,-fno-stack-protector); \ 36 $(call cc-option,-Wno-array-bounds)) 3> config-cc.mak 37 -include config-cc.mak 44 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<,Assembling) [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch | 23 - $CC $CFLAGS $lf conftest.c > /dev/null 2>/dev/null 24 + $CC $CFLAGS $LDFLAGS $lf conftest.c > /dev/null 2>/dev/null 32 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 33 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 41 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 42 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 50 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null 51 + $CC $BFLAG $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 59 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null && \ 60 + $CC $BFLAG $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null && \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 10 …e-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed add_person.cc addressbook.pb.cc -o add_pers… 11 …/tmp/cccjSJQs.o:addressbook.pb.cc:scc_info_Person_addressbook_2eproto: error: undefined reference … 12 …/tmp/cccjSJQs.o:addressbook.pb.cc:descriptor_table_addressbook_2eproto_deps: error: undefined refe… 17 …x/protobuf/3.8.0-r0/recipe-sysroot/usr/lib -lprotobuf list_people.cc addressbook.pb.cc -o list_peo… 18 …/tmp/ccpaI5Su.o:addressbook.pb.cc:scc_info_Person_addressbook_2eproto: error: undefined reference … 19 …/tmp/ccpaI5Su.o:addressbook.pb.cc:descriptor_table_addressbook_2eproto_deps: error: undefined refe… 48 add_person_cpp: add_person.cc protoc_middleman 50 - c++ -std=c++14 add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs prot… 51 …./src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) add_person.cc addressbook.pb.cc -o add_pers… 53 list_people_cpp: list_people.cc protoc_middleman [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/ |
H A D | 0001-fix-musl-build.patch | 10 sdk/perfetto.cc | 1 - 11 src/base/utils.cc | 1 - 14 diff --git a/sdk/perfetto.cc b/sdk/perfetto.cc 16 --- a/sdk/perfetto.cc 17 +++ b/sdk/perfetto.cc 26 diff --git a/src/base/utils.cc b/src/base/utils.cc 28 --- a/src/base/utils.cc 29 +++ b/src/base/utils.cc
|
/openbmc/qemu/hw/core/ |
H A D | cpu-system.c | 36 return cpu->cc->sysemu_ops->has_work(cpu); in cpu_has_work() 41 if (cpu->cc->sysemu_ops->get_paging_enabled) { in cpu_paging_enabled() 42 return cpu->cc->sysemu_ops->get_paging_enabled(cpu); in cpu_paging_enabled() 51 if (cpu->cc->sysemu_ops->get_memory_mapping) { in cpu_get_memory_mapping() 52 return cpu->cc->sysemu_ops->get_memory_mapping(cpu, list, errp); in cpu_get_memory_mapping() 64 if (cpu->cc->sysemu_ops->get_phys_page_attrs_debug) { in cpu_get_phys_page_attrs_debug() 65 paddr = cpu->cc->sysemu_ops->get_phys_page_attrs_debug(cpu, addr, in cpu_get_phys_page_attrs_debug() 70 paddr = cpu->cc->sysemu_ops->get_phys_page_debug(cpu, addr); in cpu_get_phys_page_attrs_debug() 88 if (cpu->cc->sysemu_ops->asidx_from_attrs) { in cpu_asidx_from_attrs() 89 ret = cpu->cc->sysemu_ops->asidx_from_attrs(cpu, attrs); in cpu_asidx_from_attrs() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | ldflags.patch | 11 - $(CC) -o $(SHLIB) $(SHLINKFLAGS) $(SHLIB_OBJ) 12 + $(CC) $(LDFLAGS) -o $(SHLIB) $(SHLINKFLAGS) $(SHLIB_OBJ) 17 - $(CC) $(CFLAGS) -o $@ tcpd.o $(SHLIBFLAGS) 18 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ tcpd.o $(SHLIBFLAGS) 21 - $(CC) $(CFLAGS) -o $@ miscd.o $(LIB) $(LIBS) 22 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ miscd.o $(LIB) $(LIBS) 25 - $(CC) $(CFLAGS) -o $@ safe_finger.o $(SHLIBFLAGS) 26 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ safe_finger.o $(SHLIBFLAGS) 31 - $(CC) $(CFLAGS) -o $@ $(TCPDMATCH_OBJ) $(SHLIBFLAGS) 32 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TCPDMATCH_OBJ) $(SHLIBFLAGS) [all …]
|
/openbmc/libcper/subprojects/packagefiles/json-c/config/ |
H A D | meson.build | 25 if cc.has_header(header) 39 if cc.has_header_symbol('float.h', symbol) 45 if cc.has_header_symbol('math.h', symbol) 66 if cc.has_function(function) 70 conf.set10('HAVE_DOPRNT', cc.has_function('_doprnt')) 73 if cc.has_header_symbol('stdio.h', f) 78 size = cc.sizeof('size_t', prefix: '#include <stddef.h>') 81 if cc.get_argument_syntax() == 'msvc' 82 size = cc.sizeof('SSIZE_T', prefix: '#include <BaseTsd.h>') 84 size = cc.sizeof('ssize_t', prefix: '#include <sys/types.h>') [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/ |
H A D | makefile-add-ldflags.patch | 15 - ${CC} ${CFLAGS} -o $@ ${AOE_PING_OBJ} 16 + ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${AOE_PING_OBJ} 18 ${CC} ${CFLAGS} -o $@ -c $< 20 ${CC} ${CFLAGS} -o $@ -c $< 22 - ${CC} ${CFLAGS} -o $@ ${AOE_CFG_OBJ} 23 + ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${AOE_CFG_OBJ} 25 ${CC} ${CFLAGS} -o $@ -c $< 27 - -$(CC) $(CFLAGS) -o $@ ${SANCHECK_OBJ} $(SANCHECKLIBS) 28 + -$(CC) $(CFLAGS) ${LDFLAGS} -o $@ ${SANCHECK_OBJ} $(SANCHECKLIBS) 30 -$(CC) $(CFLAGS) -o $@ -c $<
|