Lines Matching full:rodata
146 // Write raw dex files to the .rodata section and open them from the oat file. The verify
149 bool WriteAndOpenDexFiles(OutputStream* rodata,
162 // Write the rest of .rodata section (ClassOffsets[], OatClass[], maps).
259 bool WriteDexFiles(OutputStream* rodata, File* file);
260 bool WriteDexFile(OutputStream* rodata, File* file, OatDexFile* oat_dex_file);
261 bool SeekToDexFile(OutputStream* rodata, File* file, OatDexFile* oat_dex_file);
262 bool WriteDexFile(OutputStream* rodata, File* file, OatDexFile* oat_dex_file, ZipEntry* dex_file);
263 bool WriteDexFile(OutputStream* rodata, File* file, OatDexFile* oat_dex_file, File* dex_file);
264 bool WriteDexFile(OutputStream* rodata, OatDexFile* oat_dex_file, const uint8_t* dex_file);
265 bool WriteOatDexFiles(OutputStream* rodata);
266 bool ExtendForTypeLookupTables(OutputStream* rodata, File* file, size_t offset);