Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h87 struct Header { struct
88 uint8_t magic_[8] = {};
89 uint32_t checksum_ = 0; // See also location_checksum_
90 uint8_t signature_[kSha1DigestSize] = {};
91 uint32_t file_size_ = 0; // size of entire file
92 uint32_t header_size_ = 0; // offset to start of next section
93 uint32_t endian_tag_ = 0;
94 uint32_t link_size_ = 0; // unused
118 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