Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dwriter.h190 dex::u4 CreateStringDataSection(dex::u4 section_offset);
191 dex::u4 CreateMapSection(dex::u4 section_offset);
192 dex::u4 CreateAnnItemSection(dex::u4 section_offset);
193 dex::u4 CreateAnnSetsSection(dex::u4 section_offset);
194 dex::u4 CreateAnnSetRefListsSection(dex::u4 section_offset);
195 dex::u4 CreateTypeListsSection(dex::u4 section_offset);
196 dex::u4 CreateCodeItemSection(dex::u4 section_offset);
197 dex::u4 CreateDebugInfoSection(dex::u4 section_offset);
198 dex::u4 CreateClassDataSection(dex::u4 section_offset);
199 dex::u4 CreateAnnDirectoriesSection(dex::u4 section_offset);
[all …]
/tools/dexter/slicer/
Dwriter.cc362 dex::u4 Writer::CreateStringDataSection(dex::u4 section_offset) { in CreateStringDataSection() argument
364 section.SetOffset(section_offset); in CreateStringDataSection()
394 dex::u4 Writer::CreateMapSection(dex::u4 section_offset) { in CreateMapSection() argument
396 section.SetOffset(section_offset); in CreateMapSection()
437 dex::u4 Writer::CreateAnnItemSection(dex::u4 section_offset) { in CreateAnnItemSection() argument
438 dex_->ann_items.SetOffset(section_offset); in CreateAnnItemSection()
453 dex::u4 Writer::CreateAnnSetsSection(dex::u4 section_offset) { in CreateAnnSetsSection() argument
454 dex_->ann_sets.SetOffset(section_offset); in CreateAnnSetsSection()
466 dex::u4 Writer::CreateAnnSetRefListsSection(dex::u4 section_offset) { in CreateAnnSetRefListsSection() argument
467 dex_->ann_set_ref_lists.SetOffset(section_offset); in CreateAnnSetRefListsSection()
[all …]