Searched refs:mpHeaderSection (Results 1 – 4 of 4) sorted by relevance
40 CHECK_AND_FREE(mpHeaderSection); in ~CacheWriter()92 mpHeaderSection = header; in prepareHeader()131 mpHeaderSection->depend_tab_size = tableSize; in prepareDependencyTable()163 mpHeaderSection->func_table_size = tableSize; in prepareFuncTable()198 mpHeaderSection->pragma_list_size = listSize; in preparePragmaList()248 mpHeaderSection->str_pool_size = size; in prepareStringPool()283 mpHeaderSection->export_var_list_size = listSize; in prepareExportVarList()304 mpHeaderSection->export_func_list_size = listSize; in prepareExportFuncList()327 mpHeaderSection->object_slot_list_size = listSize; in prepareObjectSlotList()348 mpHeaderSection->NAME##_offset = offset; \ in calcSectionOffset()[all …]
44 OBCC_Header *mpHeaderSection; variable56 : mpHeaderSection(NULL), mpStringPoolSection(NULL), in CacheWriter()
40 CHECK_AND_FREE(mpHeaderSection); in ~MCCacheWriter()84 mpHeaderSection = header; in prepareHeader()120 mpHeaderSection->depend_tab_size = tableSize; in prepareDependencyTable()151 mpHeaderSection->pragma_list_size = listSize; in preparePragmaList()194 mpHeaderSection->str_pool_size = size; in prepareStringPool()229 mpHeaderSection->export_var_name_list_size = listSize; in prepareExportVarNameList()253 mpHeaderSection->export_func_name_list_size = listSize; in prepareExportFuncNameList()279 mpHeaderSection->object_slot_list_size = listSize; in prepareObjectSlotList()300 mpHeaderSection->NAME##_offset = offset; \ in calcSectionOffset()301 offset += mpHeaderSection->NAME##_size; \ in calcSectionOffset()[all …]
43 MCO_Header *mpHeaderSection; variable57 : mpHeaderSection(NULL), mpStringPoolSection(NULL), in MCCacheWriter()