| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | linkage.h | 152 #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 D | linkage.h | 37 #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 D | btf.c | 67 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 D | 0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch | 4 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 D | uw-imap_2007f.bb | 30 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 D | test_btf.h | 34 #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 D | autoconf.mk.dep | |
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 168 [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 D | libaio_0.3.112.bb | 11 file://system-linkage.patch \
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-stm_source | 6 stm_source device linkage to stm device, where its tracing data
|
| /OK3568_Linux_fs/buildroot/package/phidgetwebservice/ |
| H A D | Config.in | 10 provides an alternative to the libphidget C linkage
|
| /OK3568_Linux_fs/buildroot/package/boinc/ |
| H A D | boinc.mk | 32 --enable-dynamic-client-linkage \
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | btf.h | 159 __u32 linkage; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btf.h | 159 __u32 linkage; member
|
| /OK3568_Linux_fs/buildroot/package/libsvgtiny/ |
| H A D | 0003-Hopefully-silence-warnings-about-inlines-and-non-inlines-calling-one.patch | 25 + * 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 D | cif-code.def | 136 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 D | btf.h | 116 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 D | btf.c | 344 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 D | cif-code.def | 136 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 D | btf_endian.c | 95 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 D | 0001-mips-Use-32bit-cast-for-operand-on-mips32.patch | 31 // Functions with JS linkage have at least one parameter (the receiver).
|