Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/GSYM/
DHeader.h45 struct Header { struct
49 uint32_t Magic;
54 uint16_t Version;
56 uint8_t AddrOffSize;
58 uint8_t UUIDSize;
62 uint64_t BaseAddress;
64 uint32_t NumAddresses;
72 uint32_t StrtabOffset;
80 uint32_t StrtabSize;
109 /// \returns A Header or an error describing the issue that was argument
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/GSYM/
DHeader.h45 struct Header { struct
49 uint32_t Magic;
54 uint16_t Version;
56 uint8_t AddrOffSize;
58 uint8_t UUIDSize;
62 uint64_t BaseAddress;
64 uint32_t NumAddresses;
72 uint32_t StrtabOffset;
80 uint32_t StrtabSize;
109 /// \returns A Header or an error describing the issue that was argument
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/GSYM/
DHeader.h45 struct Header { struct
49 uint32_t Magic;
54 uint16_t Version;
56 uint8_t AddrOffSize;
58 uint8_t UUIDSize;
62 uint64_t BaseAddress;
64 uint32_t NumAddresses;
72 uint32_t StrtabOffset;
80 uint32_t StrtabSize;
109 /// \returns A Header or an error describing the issue that was argument
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/GSYM/
DHeader.h45 struct Header { struct
49 uint32_t Magic;
54 uint16_t Version;
56 uint8_t AddrOffSize;
58 uint8_t UUIDSize;
62 uint64_t BaseAddress;
64 uint32_t NumAddresses;
72 uint32_t StrtabOffset;
80 uint32_t StrtabSize;
109 /// \returns A Header or an error describing the issue that was argument
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h25 struct Header { struct
28 uint64_t Length;
30 dwarf::DwarfFormat Format;
33 uint64_t CuOffset;
57 Header HeaderData; argument
DDWARFUnitIndex.h100 struct Header { struct
101 uint32_t Version;
102 uint32_t NumColumns;
103 uint32_t NumUnits;
104 uint32_t NumBuckets = 0;
151 struct Header Header; variable
DDWARFAcceleratorTable.h101 struct Header { struct
107 uint32_t HeaderDataLength; argument
123 Header Hdr; argument
390 struct Header { struct
391 uint64_t UnitLength;
392 dwarf::DwarfFormat Format;
393 uint16_t Version;
394 uint32_t CompUnitCount;
395 uint32_t LocalTypeUnitCount;
396 uint32_t ForeignTypeUnitCount;
[all …]
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h25 struct Header { struct
28 uint64_t Length;
30 dwarf::DwarfFormat Format;
33 uint64_t CuOffset;
57 Header HeaderData; argument
DDWARFAcceleratorTable.h93 struct Header { struct
99 uint32_t HeaderDataLength; argument
115 Header Hdr; argument
382 struct Header { struct
383 uint64_t UnitLength;
384 dwarf::DwarfFormat Format;
385 uint16_t Version;
386 uint32_t CompUnitCount;
387 uint32_t LocalTypeUnitCount;
388 uint32_t ForeignTypeUnitCount;
[all …]
DDWARFUnitIndex.h100 struct Header { struct
101 uint32_t Version;
102 uint32_t NumColumns;
103 uint32_t NumUnits;
104 uint32_t NumBuckets = 0;
151 struct Header Header; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h25 struct Header { struct
28 uint64_t Length;
30 dwarf::DwarfFormat Format;
33 uint64_t CuOffset;
57 Header HeaderData; argument
DDWARFAcceleratorTable.h93 struct Header { struct
99 uint32_t HeaderDataLength; argument
115 Header Hdr; argument
382 struct Header { struct
383 uint64_t UnitLength;
384 dwarf::DwarfFormat Format;
385 uint16_t Version;
386 uint32_t CompUnitCount;
387 uint32_t LocalTypeUnitCount;
388 uint32_t ForeignTypeUnitCount;
[all …]
DDWARFUnitIndex.h100 struct Header { struct
101 uint32_t Version;
102 uint32_t NumColumns;
103 uint32_t NumUnits;
104 uint32_t NumBuckets = 0;
151 struct Header Header; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h25 struct Header { struct
28 uint64_t Length;
30 dwarf::DwarfFormat Format;
33 uint64_t CuOffset;
57 Header HeaderData; argument
DDWARFAcceleratorTable.h93 struct Header { struct
99 uint32_t HeaderDataLength; argument
115 Header Hdr; argument
382 struct Header { struct
383 uint64_t UnitLength;
384 dwarf::DwarfFormat Format;
385 uint16_t Version;
386 uint32_t CompUnitCount;
387 uint32_t LocalTypeUnitCount;
388 uint32_t ForeignTypeUnitCount;
[all …]
DDWARFUnitIndex.h100 struct Header { struct
101 uint32_t Version;
102 uint32_t NumColumns;
103 uint32_t NumUnits;
104 uint32_t NumBuckets = 0;
151 struct Header Header; variable
/prebuilts/go/linux-x86/src/archive/tar/
Dcommon.go146 type Header struct { struct
150 Typeflag byte
152 Name string // Name of file entry
153 Linkname string // Target name of link (valid for TypeLink or TypeSymlink)
155 Size int64 // Logical file size in bytes
156 Mode int64 // Permission and mode bits
157 Uid int // User ID of owner
158 Gid int // Group ID of owner
159 Uname string // User name of owner
160 Gname string // Group name of owner
[all …]
/prebuilts/go/linux-x86/src/compress/gzip/
Dgunzip.go52 type Header struct { struct
53 Comment string // comment
54 Extra []byte // "extra data"
55 ModTime time.Time // modification time
56 Name string // file name
57 OS byte // operating system type
75 Header // valid after NewReader or Reader.Reset anonMember
/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file.h91 struct Header { struct
92 uint8_t magic_[8] = {};
93 uint32_t checksum_ = 0; // See also location_checksum_
94 uint8_t signature_[kSha1DigestSize] = {};
95 uint32_t file_size_ = 0; // size of entire file
96 uint32_t header_size_ = 0; // offset to start of next section
97 uint32_t endian_tag_ = 0;
98 uint32_t link_size_ = 0; // unused
122 kDexTypeHeaderItem = 0x0000, argument
/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file.h91 struct Header { struct
92 uint8_t magic_[8] = {};
93 uint32_t checksum_ = 0; // See also location_checksum_
94 uint8_t signature_[kSha1DigestSize] = {};
95 uint32_t file_size_ = 0; // size of entire file
96 uint32_t header_size_ = 0; // offset to start of next section
97 uint32_t endian_tag_ = 0;
98 uint32_t link_size_ = 0; // unused
122 kDexTypeHeaderItem = 0x0000, argument
/prebuilts/module_sdk/art/17/include/art/libdexfile/dex/
Ddex_file.h140 struct Header { struct
141 Magic magic_ = {};
142 uint32_t checksum_ = 0; // See also location_checksum_
143 Sha1 signature_ = {};
144 uint32_t file_size_ = 0; // size of entire file
145 uint32_t header_size_ = 0; // offset to start of next section
169 uint32_t GetExpectedHeaderSize() const; argument
/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file.h140 struct Header { struct
141 Magic magic_ = {};
142 uint32_t checksum_ = 0; // See also location_checksum_
143 Sha1 signature_ = {};
144 uint32_t file_size_ = 0; // size of entire file
145 uint32_t header_size_ = 0; // offset to start of next section
169 uint32_t GetExpectedHeaderSize() const; argument
/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file.h140 struct Header { struct
141 Magic magic_ = {};
142 uint32_t checksum_ = 0; // See also location_checksum_
143 Sha1 signature_ = {};
144 uint32_t file_size_ = 0; // size of entire file
145 uint32_t header_size_ = 0; // offset to start of next section
169 uint32_t GetExpectedHeaderSize() const; argument
/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file.h128 struct Header { struct
129 uint8_t magic_[8] = {};
130 uint32_t checksum_ = 0; // See also location_checksum_
131 uint8_t signature_[kSha1DigestSize] = {};
132 uint32_t file_size_ = 0; // size of entire file
133 uint32_t header_size_ = 0; // offset to start of next section
134 uint32_t endian_tag_ = 0;
135 uint32_t link_size_ = 0; // unused
159 kDexTypeHeaderItem = 0x0000, argument
/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file.h140 struct Header { struct
141 Magic magic_ = {};
142 uint32_t checksum_ = 0; // See also location_checksum_
143 Sha1 signature_ = {};
144 uint32_t file_size_ = 0; // size of entire file
145 uint32_t header_size_ = 0; // offset to start of next section
169 uint32_t GetExpectedHeaderSize() const; argument

12345678910>>...15