Searched refs:so (Results 1 – 11 of 11) sorted by relevance
| /scripts/dtc/pylibfdt/ |
| A D | Makefile | 32 @rm -f $(obj)/_libfdt*.so 35 @if [ ! -e $(obj)/_libfdt.so ]; then \ 36 mv $(obj)/_libfdt*.so $(obj)/_libfdt.so; \ 39 $(obj)/_libfdt.so $(obj)/libfdt.py &: rebuild 42 always += _libfdt.so libfdt.py 44 clean-files += libfdt.i _libfdt.so libfdt.py libfdt_wrap.c
|
| A D | libfdt.i_shipped | 697 reference the device tree, so if anything changes in the device tree, 782 """Convert a FdtSw into an Fdt so it can be accessed as normal 785 does not call fdt_finish() on the current object, so it is possible to 1001 * so use the same type here. 1009 /* Most functions don't change the device tree, so use a const void * */ 1020 /* Some functions do change the device tree, so use void * */ 1102 /* These are macros in the header so have to be redefined here */
|
| /scripts/ |
| A D | Makefile.gcc-plugins | 3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so 5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so 13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so 15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so 25 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so 31 gcc-plugin-$(CONFIG_GCC_PLUGIN_STACKLEAK) += stackleak_plugin.so 41 gcc-plugin-$(CONFIG_GCC_PLUGIN_ARM_SSP_PER_TASK) += arm_ssp_per_task_plugin.so 51 GCC_PLUGINS_CFLAGS := $(filter-out %/sancov_plugin.so, $(GCC_PLUGINS_CFLAGS))
|
| A D | Makefile.host | 53 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs)))) 54 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs)))) 154 $(addprefix $(obj)/,$($(@F:.so=-objs))) \ 158 $(call multi_depend, $(host-cshlib), .so, -objs) 164 $(addprefix $(obj)/,$($(@F:.so=-objs))) \ 168 $(call multi_depend, $(host-cxxshlib), .so, -objs)
|
| A D | Makefile.kcov | 5 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
|
| A D | Kbuild.include | 61 # - stdin is piped in from the first prerequisite ($<) so one has 279 # and if so will execute $(rule_foo). 293 # (2) No target, so we better build it
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| A D | Kconfig | 18 This is a new symbol, so should be asked. 35 This is a new symbol, so should be asked.
|
| /scripts/kconfig/tests/auto_submenu/ |
| A D | Kconfig | 10 This depends on A, so should be a submenu of A. 49 This depends on A, but not a consecutive item, so can/should not
|
| /scripts/dtc/ |
| A D | README | 83 The shared library uses libfdt/version.lds to list the exported functions, so 85 it cannot be supported, put the declaration in libfdt.h behind #ifndef SWIG so
|
| /scripts/coccinelle/iterators/ |
| A D | list_entry_update.cocci | 2 /// the list to the next, so it is usually not a good idea to reassign it.
|
| /scripts/kconfig/ |
| A D | symbol.c | 918 off_t so, eo; member 940 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp() 941 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp() 983 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search()
|
Completed in 14 milliseconds