1 mapfilechk(1ONBLD) illumos Build Tools mapfilechk(1ONBLD) 2 3 4 5 NAME 6 mapfilechk - Check for valid link-editor mapfile header blocks 7 8 SYNOPSIS 9 mapfilechk [-v] [-x exceptions_file] [path...] 10 11 DESCRIPTION 12 mapfilechk inspects link-editor mapfiles for missing, obsolete, or 13 corrupt mapfile header blocks. 14 15 OPTIONS 16 -v Report on all files, not just those with invalid headers 17 18 -x exceptions_file 19 Load an exceptions file containing a list of files, directories and 20 file extensions to be ignored. Exceptions may be one of three 21 types: 22 23 o File paths 24 25 o Directories, specified with a trailing '/' 26 27 o File extensions, specified with a leading '*.' 28 29 EXIT STATUS 30 0 The command completed successfully. No errors or warnings were 31 reported 32 33 1 The command completed unsuccessfully. One or more errors or 34 warnings were reported. 35 36 2 Invalid command-line arguments were specified to the command. 37 38 39 40 27 January 2009 mapfilechk(1ONBLD)