Home
last modified time | relevance | path

Searched refs:offset_bound (Results 1 – 7 of 7) sorted by relevance

/external/zucchini/
Ddisassembler_win32.cc130 offset_t offset_bound = in MakeReadRelocs() local
133 Traits::kRelocType, offset_bound, in MakeReadRelocs()
234 offset_t offset_bound = in ParseHeader() local
276 offset_bound = std::max(end_offset, offset_bound); in ParseHeader()
281 if (offset_bound > image_.size()) in ParseHeader()
294 image_.shrink(offset_bound); in ParseHeader()
Daddress_translator.cc187 offset_t offset_bound = 0; in Initialize() local
190 offset_bound = std::max(offset_bound, unit.offset_end()); in Initialize()
198 if (!RangeIsBounded(offset_bound, rva_bound, kOffsetBound)) in Initialize()
210 fake_offset_begin_ = offset_bound; in Initialize()
Ddisassembler_elf.cc67 size_t offset_bound = in JudgeSection() local
71 .FitsIn(offset_bound)) in JudgeSection()
297 offset_t offset_bound = std::max(section_table_end, segment_table_end); in ParseHeader() local
313 offset_bound = std::max(offset_bound, segment_end); in ParseHeader()
337 offset_bound = std::max(offset_bound, section_end); in ParseHeader()
346 DCHECK_LE(offset_bound, image_.size()); in ParseHeader()
347 image_.shrink(offset_bound); in ParseHeader()
Dreloc_win32.cc137 offset_t offset_bound, in RelocReaderWin32() argument
141 offset_bound_(offset_bound), in RelocReaderWin32()
Dreloc_win32.h100 offset_t offset_bound,
Dreloc_win32_unittest.cc214 offset_t offset_bound = image_size - kVAWidthX86 + 1; in TEST_F() local
218 std::move(reloc_rva_reader), kRelocTypeX86, offset_bound, translator); in TEST_F()
/external/zucchini/aosp/include/components/zucchini/
Dreloc_win32.h100 offset_t offset_bound,