Searched refs:kSectionRuntimeMethods (Results 1 – 3 of 3) sorted by relevance
258 kSectionRuntimeMethods, enumerator302 return GetImageSection(kSectionRuntimeMethods); in GetRuntimeMethodsSection()
208 case kSectionRuntimeMethods: return "RuntimeMethods"; in GetImageSectionName()
2494 sections[ImageHeader::kSectionRuntimeMethods] = in CreateImageSections()2502 size_t cur_pos = RoundUp(sections[ImageHeader::kSectionRuntimeMethods].End(), sizeof(uint64_t)); in CreateImageSections()