Home
last modified time | relevance | path

Searched refs:so (Results 1 – 11 of 11) sorted by relevance

/scripts/dtc/pylibfdt/
A DMakefile32 @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 Dlibfdt.i_shipped697 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 DMakefile.gcc-plugins3 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 DMakefile.host53 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 DMakefile.kcov5 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
A DKbuild.include61 # - 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 DKconfig18 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 DKconfig10 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 DREADME83 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 Dlist_entry_update.cocci2 /// the list to the next, so it is usually not a good idea to reassign it.
/scripts/kconfig/
A Dsymbol.c918 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