Home
last modified time | relevance | path

Searched refs:unions (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/
H A Dmain.c106 struct rb_root unions; member
434 id = add_symbol(&obj->unions, prefix, sizeof(BTF_UNION) - 1); in symbols_collect()
518 root = &obj->unions; in symbols_resolve()
643 __symbols_patch(obj, &obj->unions) || in symbols_patch()
682 .unions = RB_ROOT, in main()
/OK3568_Linux_fs/kernel/Documentation/doc-guide/
H A Dkernel-doc.rst184 ``enum`` to describe unions or enums. ``member`` is used to mean struct
194 Members of structs, unions and enums should be documented the same way
225 Nested structs/unions
228 It is possible to document nested structs and unions, like::
231 * struct nested_foobar - a struct with nested unions and structs
270 #) When documenting nested structs or unions, if the struct/union ``foo``
415 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
/OK3568_Linux_fs/kernel/Documentation/process/
H A Ddeprecated.rst247 when such a struct was in unions, structs of structs, etc).
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DDoxyfile298 # unions are shown inside the group in which they are included (e.g. using
305 # unions with only public data fields will be shown inline in the documentation
308 # structs, classes, and unions are shown on a separate page (for HTML and Man
836 # contains a lot of classes, structs, unions or interfaces.
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst262 * struct nested_foobar - a struct with nested unions and structs
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch681 + * data types like structs or unions. If the size of the accessed data
/OK3568_Linux_fs/external/mpp/tools/
H A Dmpp_doxyfile344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
976 # classes, structs, unions or interfaces.
/OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/
H A Ddoxygen.conf.in362 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
373 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
1008 # classes, structs, unions or interfaces.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dcan.rst246 allows the user to define their own structs and unions to easily access
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info2546 Some cases of unnamed fields in structures and unions are only
2548 within structs/unions: Unnamed Fields, for details.
2560 struct/union fields within structs/unions: Unnamed Fields, for
2608 Set the default scalar storage order of structures and unions to
4875 * For SysV/x86-64, unions with 'long double' members are passed
6481 * Initialization of unions. If the initializer is zero, the
6750 For instance, warn about use of anonymous structures and unions,
7050 Warn if any functions that return structures or unions are defined
9856 works as expected. *Note Structures unions enumerations and
14277 Short structures and unions are those whose size and alignment
[all …]
H A Dstabs.info2621 fields in structures, unions, or classes, for at least some versions of
3673 <<?looking at structs and unions in C I didn't see these>>
3737 types: structures, unions, and enums (symbol descriptor 'T') and
H A Dgdb.info8323 Set printing of unions interior to structures. Related
9403 unions, etc, is replaced by '...'. This is the default. Here
9708 Tell GDB to print unions which are contained in structures and
9709 other unions. This is the default setting.
9712 Tell GDB not to print unions which are contained in structures and
9713 other unions. GDB will print '"{...}"' instead.
9716 Ask GDB whether or not it will print unions which are contained in
9717 structures and other unions.
14425 derived types. Also suitable for unions. As unions aren't part of
17205 Similar caution must be exercised with any structs, unions, and
[all …]
H A Dgccint.info186 routines return structures or unions.
188 GCC code returns structures and unions that are 1, 2, 4 or 8 bytes long
191 Structures and unions of other sizes are returned by storing them into
195 By contrast, PCC on most target machines returns structures and unions
16980 8-byte structures and unions, but this can be prevented by overriding
16982 the compiler use 'TImode' for 16-byte structures and unions. Likewise,
25255 unions and structures (which have modes 'SImode' or 'DImode') can
32154 modes of this size or smaller can be used for structures and unions
35294 Do not use this hook to indicate that structures and unions should
35330 machine for returning structures and unions is for the called
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info2546 Some cases of unnamed fields in structures and unions are only
2548 within structs/unions: Unnamed Fields, for details.
2560 struct/union fields within structs/unions: Unnamed Fields, for
2608 Set the default scalar storage order of structures and unions to
4875 * For SysV/x86-64, unions with 'long double' members are passed
6481 * Initialization of unions. If the initializer is zero, the
6750 For instance, warn about use of anonymous structures and unions,
7050 Warn if any functions that return structures or unions are defined
9856 works as expected. *Note Structures unions enumerations and
14277 Short structures and unions are those whose size and alignment
[all …]
H A Dstabs.info2621 fields in structures, unions, or classes, for at least some versions of
3673 <<?looking at structs and unions in C I didn't see these>>
3737 types: structures, unions, and enums (symbol descriptor 'T') and
H A Dgdb.info8323 Set printing of unions interior to structures. Related
9403 unions, etc, is replaced by '...'. This is the default. Here
9708 Tell GDB to print unions which are contained in structures and
9709 other unions. This is the default setting.
9712 Tell GDB not to print unions which are contained in structures and
9713 other unions. GDB will print '"{...}"' instead.
9716 Ask GDB whether or not it will print unions which are contained in
9717 structures and other unions.
14425 derived types. Also suitable for unions. As unions aren't part of
17205 Similar caution must be exercised with any structs, unions, and
[all …]
H A Dgccint.info186 routines return structures or unions.
188 GCC code returns structures and unions that are 1, 2, 4 or 8 bytes long
191 Structures and unions of other sizes are returned by storing them into
195 By contrast, PCC on most target machines returns structures and unions
16980 8-byte structures and unions, but this can be prevented by overriding
16982 the compiler use 'TImode' for 16-byte structures and unions. Likewise,
25255 unions and structures (which have modes 'SImode' or 'DImode') can
32154 modes of this size or smaller can be used for structures and unions
35294 Do not use this hook to indicate that structures and unions should
35330 machine for returning structures and unions is for the called
[all …]
/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 Dtree.def94 in the case of structs, unions or enums that are known with a tag,
H A Dtarget.def4538 Do not use this hook to indicate that structures and unions should always\n\
/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 Dtree.def94 in the case of structs, unions or enums that are known with a tag,
H A Dtarget.def4538 Do not use this hook to indicate that structures and unions should always\n\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits198 // incomplete unions and arrays of known bound from those.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits198 // incomplete unions and arrays of known bound from those.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-26194 unions, and extra bytes at the ends of strings whose length is less than
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-26194 unions, and extra bytes at the ends of strings whose length is less than

12