Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dwriter.h197 dex::u4 CreateDebugInfoSection(dex::u4 section_offset);
/tools/dexter/slicer/
Dwriter.cc277 offset += CreateDebugInfoSection(offset); in CreateImage()
506 dex::u4 Writer::CreateDebugInfoSection(dex::u4 section_offset) { in CreateDebugInfoSection() function in dex::Writer