Query: codesign_allocate
OS: osx
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CODESIGN_ALLOCATE(1) General Commands Manual CODESIGN_ALLOCATE(1)NAMEcodesign_allocate - add code signing data to a Mach-O fileSYNOPSIScodesign_allocate -i oldfile [ -a arch size ]... [ -A cputype cpusubtype size ]... -o newfileDESCRIPTIONcodesign_allocate sets up a Mach-O file used by the dynamic linker so space for code signing data of the specified size for the specified architecture is embed in the Mach-O file. The program must be passed one -a argument or one -A argument for each architecture in a univer- sal file, or exactly one -a or -A for a thin file. -i oldfile specifies the input file as oldfile. -o newfile specifies the output file as newfile. -a arch size specifies for the architecture arch that the size of the code signing data is to be size. The value of size must be a multiple of 16. -a cputype cpusubtype size specifies for the architecture as a pair of decimal integers for the cputype and cpusubtype that the size of the code signing data is to be size. The value of size must be a multiple of 16. Apple, Inc. January 11, 2008 CODESIGN_ALLOCATE(1)
Related Man Pages |
---|
diffmk(1) - opensolaris |
redo_prebinding(3) - opendarwin |
getsectbyname(3) - opendarwin |
getsectdata(3) - opendarwin |
size(1) - osx |
Similar Topics in the Unix Linux Community |
---|
$PATH error (possibly) |