Home
last modified time | relevance | path

Searched refs:SetOffset (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dwriter.cc364 section.SetOffset(section_offset); in CreateStringDataSection()
396 section.SetOffset(section_offset); in CreateMapSection()
438 dex_->ann_items.SetOffset(section_offset); in CreateAnnItemSection()
454 dex_->ann_sets.SetOffset(section_offset); in CreateAnnSetsSection()
467 dex_->ann_set_ref_lists.SetOffset(section_offset); in CreateAnnSetRefListsSection()
480 dex_->type_lists.SetOffset(section_offset); in CreateTypeListsSection()
493 dex_->code.SetOffset(section_offset); in CreateCodeItemSection()
507 dex_->debug_info.SetOffset(section_offset); in CreateDebugInfoSection()
521 dex_->class_data.SetOffset(section_offset); in CreateClassDataSection()
536 dex_->ann_directories.SetOffset(section_offset); in CreateAnnDirectoriesSection()
[all …]
/tools/dexter/slicer/export/slicer/
Dwriter.h41 void SetOffset(dex::u4 offset) { in SetOffset() function