Lines Matching refs:filename_
71 " nor a Mach-O object file\n", filename_.c_str()); in BadHeader()
76 filename_.c_str()); in TooShort()
81 " to contain\n", filename_.c_str()); in MisplacedObjectFile()
161 fprintf(stderr, "%s: file is not a Mach-O object file\n", filename_.c_str()); in BadHeader()
170 filename_.c_str(), cpu_type, cpu_subtype, in CPUTypeMismatch()
176 filename_.c_str()); in HeaderTruncated()
181 " given in Mach-O header\n", filename_.c_str()); in LoadCommandRegionTruncated()
188 filename_.c_str(), claimed, i); in LoadCommandsOverrun()
196 filename_.c_str(), i, type); in LoadCommandTooShort()
202 filename_.c_str(), name.c_str()); in SectionsMissing()
207 " the end of the file\n", filename_.c_str(), name.c_str()); in MisplacedSegmentData()
214 filename_.c_str(), section.c_str(), segment.c_str()); in MisplacedSectionData()
220 filename_.c_str()); in MisplacedSymbolTable()
225 filename_.c_str(), cpu_type); in UnsupportedCPUType()