Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/kernel/scripts/
H A Dobjdiff60 stripped=$dir/${base%.o}.stripped
67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis
H A Dheaderdep.pl66 my $stripped = $filename;
67 $stripped =~ s/^$i\///;
69 return $stripped if $stripped ne $filename;
/OK3568_Linux_fs/u-boot/scripts/
H A Dobjdiff60 stripped=$dir/${base%.o}.stripped
67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A Daufs-util-don-t-strip-executables.patch9 …WARNING: File '/sbin/mount.aufs' from aufs-util was already stripped, this will prevent future deb…
10 …WARNING: File '/sbin/auplink' from aufs-util was already stripped, this will prevent future debugg…
11 …WARNING: File '/sbin/umount.aufs' from aufs-util was already stripped, this will prevent future de…
12 …WARNING: File '/sbin/auibusy' from aufs-util was already stripped, this will prevent future debugg…
13 …WARNING: File '/usr/lib/libau.so.2.6' from aufs-util was already stripped, this will prevent futur…
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorg-wrapper.c87 char *stripped, *equals, *key, *value; in parse_config() local
98 stripped = strip(buf); in parse_config()
99 if (stripped[0] == '#' || stripped[0] == 0) in parse_config()
103 equals = strchr(stripped, '='); in parse_config()
110 key = strip(stripped); /* To remove trailing whitespace from key */ in parse_config()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch9 '/usr/bin/ldapcompare' from openldap was already stripped, this will
10 prevent future debugging! [already-stripped]
13 '/usr/bin/ldapdelete' from openldap was already stripped, this will
14 prevent future debugging! [already-stripped]
/OK3568_Linux_fs/buildroot/package/nmap/
H A D0001-libdnet-wrapper-configure.patch5 diff --git a/libdnet-stripped/configure.gnu b/libdnet-stripped/configure.gnu
7 +++ b/libdnet-stripped/configure.gnu
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/
H A Dlink_shlib.mk15 $(link-out-dir)/$(shlibname).stripped.so \
21 cleanfiles += $(link-out-dir)/$(shlibname).stripped.so
44 $(link-out-dir)/$(shlibname).stripped.so: $(link-out-dir)/$(shlibname).so
52 $(link-out-dir)/$(shlibuuid).ta: $(link-out-dir)/$(shlibname).stripped.so \
H A Dlink.mk27 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
32 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf
103 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf: \
114 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/
H A Dlink_shlib.mk15 $(link-out-dir)/$(shlibname).stripped.so \
21 cleanfiles += $(link-out-dir)/$(shlibname).stripped.so
44 $(link-out-dir)/$(shlibname).stripped.so: $(link-out-dir)/$(shlibname).so
52 $(link-out-dir)/$(shlibuuid).ta: $(link-out-dir)/$(shlibname).stripped.so \
H A Dlink.mk27 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
32 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf
103 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf: \
114 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/
H A Dlink.mk16 $(link-out-dir)/$(binary).stripped.elf $(link-out-dir)/$(binary).ta
19 cleanfiles += $(link-out-dir)/$(binary).stripped.elf
59 $(link-out-dir)/$(binary).stripped.elf: $(link-out-dir)/$(binary).elf
63 $(link-out-dir)/$(binary).ta: $(link-out-dir)/$(binary).stripped.elf \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-Makefile-remove-strip.patch9 ERROR: QA Issue: File '/sbin/gradm' from gradm was already stripped,
10 this will prevent future debugging! [already-stripped]
11 ERROR: QA Issue: File '/sbin/grlearn' from gradm was already stripped,
12 this will prevent future debugging! [already-stripped]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/
H A Dboost-build-native_4.4.1.bb26 # The build is either release mode (pre-stripped) or debug (-O0).
27 INSANE_SKIP:${PN} = "already-stripped"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/files/
H A D0001-do-not-strip-pdata_tools-at-do_install.patch9 was already stripped, this will prevent future debugging! [already-stripped]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A DWarning-fix-in-the-step-of-install.patch7 already stripped, this will prevent future debugging! [already-stripped]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A DCMakeLists.txt268 add_custom_target(install-cxx-headers-stripped DEPENDS install-cxx-headers)
271 add_custom_target(install-libcxx-headers-stripped DEPENDS install-cxx-headers-stripped)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A DCMakeLists.txt268 add_custom_target(install-cxx-headers-stripped DEPENDS install-cxx-headers)
271 add_custom_target(install-libcxx-headers-stripped DEPENDS install-cxx-headers-stripped)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust_1.59.0.bb5 INSANE_SKIP:${PN}:class-native = "already-stripped"
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_configfs.c1335 char *stripped = NULL; in target_wwn_vendor_id_store() local
1342 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1343 len = strlen(stripped); in target_wwn_vendor_id_store()
1352 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store()
1370 strlcpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store()
1391 char *stripped = NULL; in target_wwn_product_id_store() local
1398 stripped = strstrip(buf); in target_wwn_product_id_store()
1399 len = strlen(stripped); in target_wwn_product_id_store()
1408 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store()
1426 strlcpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model)); in target_wwn_product_id_store()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dforce-STRIP-to-emtpy.patch6 otherwise the generate file will be stripped
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-ujson/
H A D0001-setup.py-Do-not-strip-debugging-symbols.patch7 bitbake build errors related to already-stripped.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-bsp/rockchip-npu/
H A Drockchip-npu.bb41 INSANE_SKIP:${PN} = "already-stripped ldflags"
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-bsp/rk-binary/
H A Drk-binary-native.bb21 INSANE_SKIP:${PN} = "already-stripped"
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/
H A Dchromium-%.bbappend28 INSANE_SKIP:${PN} = "already-stripped"

123456