Home
last modified time | relevance | path

Searched refs:linkage (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/OK3568_Linux_fs/kernel/include/linux/
H A Dlinkage.h152 #define SYM_ENTRY(name, linkage, align...) \
153 linkage(name) ASM_NL \
160 #define SYM_START(name, linkage, align...) \
161 SYM_ENTRY(name, linkage, align)
191 #define SYM_INNER_LABEL_ALIGN(name, linkage) \
193 SYM_ENTRY(name, linkage, SYM_A_ALIGN)
198 #define SYM_INNER_LABEL(name, linkage) \
200 SYM_ENTRY(name, linkage, SYM_A_NONE)
333 #define SYM_DATA_END_LABEL(name, linkage, label) \
334 linkage(label) ASM_NL \
/OK3568_Linux_fs/kernel/tools/perf/util/include/linux/
H A Dlinkage.h37 #define SYM_ENTRY(name, linkage, align...) \ argument
38 linkage(name) ASM_NL \
45 #define SYM_START(name, linkage, align...) \ argument
46 SYM_ENTRY(name, linkage, align)
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf.c67 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() argument
69 switch (linkage) { in btf_var_linkage_str()
248 const char *linkage = btf_func_linkage_str(t); in dump_btf_type() local
252 jsonw_string_field(w, "linkage", linkage); in dump_btf_type()
254 printf(" type_id=%u linkage=%s", t->type, linkage); in dump_btf_type()
289 const char *linkage; in dump_btf_type() local
291 linkage = btf_var_linkage_str(v->linkage); in dump_btf_type()
295 jsonw_string_field(w, "linkage", linkage); in dump_btf_type()
297 printf(" type_id=%u, linkage=%s", t->type, linkage); in dump_btf_type()
/OK3568_Linux_fs/buildroot/package/pulseview/
H A D0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch4 Subject: [PATCH] Fix broken build due to C++ template behind C linkage
14 /usr/include/c++/10/type_traits:2308:3: error: template with C linkage
17 As libsigrokdecode.h declares extern C linkage itself where necessary,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/
H A Duw-imap_2007f.bb30 HEADERS = "src/c-client/*.h src/osdep/unix/*.h c-client/auths.c c-client/linkage.c c-client/linkage
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A D.tee_smc-arm64.o.cmd
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_btf.h34 #define BTF_VAR_ENC(name, type, linkage) \ argument
35 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
/OK3568_Linux_fs/u-boot/spl/arch/arm/cpu/armv8/
H A D.smccc-call.o.cmd
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A D.smccc-call.o.cmd
/OK3568_Linux_fs/u-boot/tpl/arch/arm/cpu/armv8/
H A D.smccc-call.o.cmd
/OK3568_Linux_fs/u-boot/include/
H A Dautoconf.mk.dep
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst168 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc
169 [21] VAR 'global_var' type_id=3, linkage=global-alloc
170 [22] VAR 'my_func.static_var' type_id=3, linkage=static
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/
H A Dlibaio_0.3.112.bb11 file://system-linkage.patch \
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-stm_source6 stm_source device linkage to stm device, where its tracing data
/OK3568_Linux_fs/buildroot/package/phidgetwebservice/
H A DConfig.in10 provides an alternative to the libphidget C linkage
/OK3568_Linux_fs/buildroot/package/boinc/
H A Dboinc.mk32 --enable-dynamic-client-linkage \
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h159 __u32 linkage; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h159 __u32 linkage; member
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0003-Hopefully-silence-warnings-about-inlines-and-non-inlines-calling-one.patch25 + * it (a) is in a separate .c file and (b) has external linkage.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dcif-code.def136 but the function has external linkage for live patching purpose. */
138 N_("function has external linkage when the user requests only"
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.h116 enum btf_func_linkage linkage, int proto_type_id);
121 LIBBPF_API int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id);
H A Dbtf.c344 btf_var(t)->linkage = bswap_32(btf_var(t)->linkage); in btf_bswap_type_rest()
1036 if (var->linkage == BTF_VAR_STATIC) in btf_fixup_datasec()
2059 enum btf_func_linkage linkage, int proto_type_id) in btf__add_func() argument
2065 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL && in btf__add_func()
2066 linkage != BTF_FUNC_EXTERN) in btf__add_func()
2073 t->info = btf_type_info(BTF_KIND_FUNC, linkage, 0); in btf__add_func()
2184 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var() argument
2193 if (linkage != BTF_VAR_STATIC && linkage != BTF_VAR_GLOBAL_ALLOCATED && in btf__add_var()
2194 linkage != BTF_VAR_GLOBAL_EXTERN) in btf__add_var()
2217 v->linkage = linkage; in btf__add_var()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dcif-code.def136 but the function has external linkage for live patching purpose. */
138 N_("function has external linkage when the user requests only"
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_endian.c95 ASSERT_EQ(btf_var(t)->linkage, BTF_VAR_GLOBAL_ALLOCATED, "var_linkage"); in test_btf_endian()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-mips-Use-32bit-cast-for-operand-on-mips32.patch31 // Functions with JS linkage have at least one parameter (the receiver).

12345678910>>...31