Home
last modified time | relevance | path

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

/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
Ddex_file_loader_test.cc299 TEST_F(DexFileLoaderTest, Header) { in TEST_F() argument
/art/dexlayout/
Ddex_visualize.h33 class Header; variable
Ddex_ir.h52 class Header; variable
360 Header(const uint8_t* magic, in Header() function
384 Header(const uint8_t* magic, in Header() function