Lines Matching refs:sectionName
133 const char* sectionName = "UNKNOWN"; in PrintDexMap() local
136 sectionName = "HeaderItem"; in PrintDexMap()
139 sectionName = "StringIdItem"; in PrintDexMap()
142 sectionName = "TypeIdItem"; in PrintDexMap()
145 sectionName = "ProtoIdItem"; in PrintDexMap()
148 sectionName = "FieldIdItem"; in PrintDexMap()
151 sectionName = "MethodIdItem"; in PrintDexMap()
154 sectionName = "ClassDefItem"; in PrintDexMap()
157 sectionName = "MapList"; in PrintDexMap()
160 sectionName = "TypeList"; in PrintDexMap()
163 sectionName = "AnnotationSetRefList"; in PrintDexMap()
166 sectionName = "AnnotationSetItem"; in PrintDexMap()
169 sectionName = "ClassDataItem"; in PrintDexMap()
172 sectionName = "CodeItem"; in PrintDexMap()
175 sectionName = "StringDataItem"; in PrintDexMap()
178 sectionName = "DebugInfoItem"; in PrintDexMap()
181 sectionName = "AnnotationItem"; in PrintDexMap()
184 sectionName = "EncodedArrayItem"; in PrintDexMap()
187 sectionName = "AnnotationsDirectoryItem"; in PrintDexMap()
195 printf(" %-25s : %8x, %8x [%u]\n", sectionName, section.offset, in PrintDexMap()