Home
last modified time | relevance | path

Searched refs:header_offset (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/update_engine/scripts/
H A Dupdate_device.py114 fp.seek(payload_info.header_offset)
121 self.offset = payload_info.header_offset
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompile_handcrafted_file.py113 in_offset = zip_info.header_offset
/aosp12/build/make/tools/releasetools/
H A Dota_utils.py520 offset = info.header_offset
H A Dota_from_target_files602 payload_offset = payload_info.header_offset
H A Dota_from_target_files.py602 payload_offset = payload_info.header_offset
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc195 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
197 header_offset + sizeof(OatQuickMethodHeader) + 1 /* thumb mode */); in Create2MethodsWithGap()
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc162 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
163 CHECK_EQ(last_result.second, header_offset + sizeof(OatQuickMethodHeader)); in Create2MethodsWithGap()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc102 inline uint32_t CodeAlignmentSize(uint32_t header_offset, const CompiledMethod& compiled_method) { in CodeAlignmentSize() argument
104 uint32_t unaligned_code_offset = header_offset + sizeof(OatQuickMethodHeader); in CodeAlignmentSize()