Home
last modified time | relevance | path

Searched refs:Structs (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info526 * Structs and unions::
682 6 ‘CTF_K_STRUCT’ A structure. *Note Structs and unions::.
684 7 ‘CTF_K_UNION’ A union. *Note Structs and unions::.
731 endianness: *note Structs and unions::. You can extract
797 *note Structs and unions::. You can extract this field with the
896 *note Structs and unions::. Identical
989 File: ctf-spec.info, Node: Enums, Next: Structs and unions, Prev: Function pointers, Up: The ty…
1026 File: ctf-spec.info, Node: Structs and unions, Next: Forward declarations, Prev: Enums, Up: The…
1028 2.3.11 Structs and unions
1114 File: ctf-spec.info, Node: Forward declarations, Prev: Structs and unions, Up: The type section
[all …]
H A Dctf-spec.texi840 @tab A structure. @xref{Structs and unions}.
844 @tab A union. @xref{Structs and unions}.
920 structure field, adjusted for endianness: @pxref{Structs and unions}. You can
1019 structure field, adjusted for endianness: @pxref{Structs and unions}. You can
1177 structure field, adjusted for endianness: @pxref{Structs and unions}. Identical
1344 @node Structs and unions
1345 @subsection Structs and unions
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.info526 * Structs and unions::
682 6 'CTF_K_STRUCT' A structure. *Note Structs and unions::.
684 7 'CTF_K_UNION' A union. *Note Structs and unions::.
731 endianness: *note Structs and unions::. You can extract
797 *note Structs and unions::. You can extract this field with the
896 *note Structs and unions::. Identical
989 File: ctf-spec.info, Node: Enums, Next: Structs and unions, Prev: Function pointers, Up: The ty…
1026 File: ctf-spec.info, Node: Structs and unions, Next: Forward declarations, Prev: Enums, Up: The…
1028 2.3.11 Structs and unions
1114 File: ctf-spec.info, Node: Forward declarations, Prev: Structs and unions, Up: The type section
[all …]
H A Dctf-spec.texi840 @tab A structure. @xref{Structs and unions}.
844 @tab A union. @xref{Structs and unions}.
920 structure field, adjusted for endianness: @pxref{Structs and unions}. You can
1019 structure field, adjusted for endianness: @pxref{Structs and unions}. You can
1177 structure field, adjusted for endianness: @pxref{Structs and unions}. Identical
1344 @node Structs and unions
1345 @subsection Structs and unions
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Dabi178 inclusively.) Structs small enough to fit in a register are passed by value in
179 a single register or in a stack frame slot the size of a register. Structs
229 Structs/unions which will fit into two general-purpose registers are returned
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Dabi178 inclusively.) Structs small enough to fit in a register are passed by value in
179 a single register or in a stack frame slot the size of a register. Structs
229 Structs/unions which will fit into two general-purpose registers are returned
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp398 StringMap<StructInfo> Structs; member in __anonc2c321610111::MasmParser
1542 } else if (Structs.count(SymbolName.lower())) { in parsePrimaryExpr()
2433 auto IDIt = Structs.find(IDVal.lower()); in parseStatement()
2434 if (IDIt != Structs.end()) in parseStatement()
2534 auto NextIt = Structs.find(nextVal.lower()); in parseStatement()
2535 if (NextIt != Structs.end()) { in parseStatement()
4379 Structs[Name.lower()] = Structure; in parseDirectiveEnds()
6954 auto StructIt = Structs.find(Base.lower()); in lookUpField()
6957 StructIt = Structs.find(TypeIt->second.Name.lower()); in lookUpField()
6959 if (StructIt != Structs.end()) in lookUpField()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td180 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcommon.opt95 ; Structs only handled by reference (indirectly), will also usually
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcommon.opt101 ; Structs only handled by reference (indirectly), will also usually
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst1303 Structs and unions with non-trivial members are compatible in
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td1345 Structs and unions marked with the ``objc_boxable`` attribute can be used
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20011405 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20011405 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst712 structs to facilitate intrinsics returning multiple values. Structs containing