Searched refs:section_alignment (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c117 * The value of the -section_alignment argument (or the -align argument) to
120 static uint32_t section_alignment = SECTIONALIGNMENT; variable
261 * mtoc [-subsystem type] [-section_alignment hexvalue] [-align hexvalue]
335 else if(strcmp(argv[i], "-section_alignment") == 0){
337 warning("no argument specified for -section_alignment "
341 section_alignment = strtoul(argv[i+1], &endp, 16);
343 fatal("argument for -section_alignment %s not a proper "
345 if(!ispoweroftwo(section_alignment) || section_alignment == 0)
346 fatal("argument to -section_alignment
[all...]

Completed in 83 milliseconds