Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h90 struct Header { struct
91 uint8_t magic_[8] = {};
92 uint32_t checksum_ = 0; // See also location_checksum_
93 uint8_t signature_[kSha1DigestSize] = {};
94 uint32_t file_size_ = 0; // size of entire file
95 uint32_t header_size_ = 0; // offset to start of next section
96 uint32_t endian_tag_ = 0;
97 uint32_t link_size_ = 0; // unused
121 kDexTypeHeaderItem = 0x0000, argument
Ddex_file_loader_test.cc308 TEST_F(DexFileLoaderTest, Header) { in TEST_F() argument
/art/dexlayout/
Ddex_visualize.h33 class Header; variable
Ddex_ir.h52 class Header; variable
352 Header(const uint8_t* magic, in Header() function
376 Header(const uint8_t* magic, in Header() function