Searched refs:offset_bound (Results 1 – 7 of 7) sorted by relevance
/external/zucchini/ |
D | disassembler_win32.cc | 130 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()
|
D | address_translator.cc | 187 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()
|
D | disassembler_elf.cc | 67 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()
|
D | reloc_win32.cc | 137 offset_t offset_bound, in RelocReaderWin32() argument 141 offset_bound_(offset_bound), in RelocReaderWin32()
|
D | reloc_win32.h | 100 offset_t offset_bound,
|
D | reloc_win32_unittest.cc | 214 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/ |
D | reloc_win32.h | 100 offset_t offset_bound,
|