Searched refs:MDCVInfoELF_minsize (Results 1 – 4 of 4) sorted by relevance
81 static size_t size() { return MDCVInfoELF_minsize; } in size()
475 static const size_t MDCVInfoELF_minsize = offsetof(MDCVInfoELF, variable
2013 build_id_index < (cv_record_->size() - MDCVInfoELF_minsize); in code_identifier()2207 std::min(cv_record_->size() - MDCVInfoELF_minsize, in debug_identifier()2382 if (MDCVInfoELF_minsize > module_.cv_record.data_size) { in GetCVRecord()2384 MDCVInfoELF_minsize << " > " << in GetCVRecord()2592 build_id_index < (cv_record_size - MDCVInfoELF_minsize); in Print()
653 if (!cv.Allocate(MDCVInfoELF_minsize + identifier_bytes.size())) in FillRawModule()