Home
last modified time | relevance | path

Searched refs:errOff (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.cpp22 const size_t errOff = *off; in readLength() local
24 failOn(errOff, "CIE/FDE too small"); in readLength()
30 failOn(errOff, "CIE/FDE too small"); in readLength()
35 failOn(errOff, "CIE/FDE extends past the end of the section"); in readLength()
89 const size_t errOff = *off; in skipLeb128() local
95 failOn(errOff, "corrupted CIE (failed to read LEB128)"); in skipLeb128()
98 void EhReader::failOn(size_t errOff, const Twine &msg) const { in failOn() argument
100 Twine::utohexstr(dataOff + errOff) + "): " + msg); in failOn()
H A DEhFrame.h69 void failOn(size_t errOff, const Twine &msg) const;
/freebsd/contrib/bmake/
H A Djob.c173 * errOn, errOff and runChkTmpl.
210 const char *errOff; /* command to turn off error checking */
334 "", /* .errOff */
357 "", /* .errOff */
383 "", /* .errOff */
406 "", /* .errOff */
827 ShellWriter_WriteLine(wr, shell->errOff); in ShellWriter_ErrOff()
2393 newShell.errOff = arg + 7; in Job_ParseShell()
213 const char *errOff; /* command to turn off error checking */ global() member