Searched refs:head_sizeofcmds (Results 1 – 6 of 6) sorted by relevance
84 head_sizeofcmds += fmt.segcmd_size + seg_nsects * fmt.sectcmd_size;90 + head_sizeofcmds += MACHO_VERSION_MIN_MACOSX_SIZE;95 head_sizeofcmds += MACHO_SYMCMD_SIZE;
1036 unsigned int head_ncmds, head_sizeofcmds; in macho_objfmt_output() local1136 head_sizeofcmds = 0; in macho_objfmt_output()1139 head_sizeofcmds += in macho_objfmt_output()1144 head_sizeofcmds += MACHO_SYMCMD_SIZE; in macho_objfmt_output()1148 YASM_WRITE_32_L(localbuf, head_sizeofcmds); in macho_objfmt_output()1152 fileoffset = MACHO_HEADER64_SIZE + head_sizeofcmds; in macho_objfmt_output()1155 fileoffset = MACHO_HEADER_SIZE + head_sizeofcmds; in macho_objfmt_output()
214 static uint32_t head_sizeofcmds = 0; variable1275 head_sizeofcmds += fmt.segcmd_size + seg_nsects * fmt.sectcmd_size; in macho_calculate_sizes()1280 head_sizeofcmds += MACHO_SYMCMD_SIZE; in macho_calculate_sizes()1304 fwriteint32_t(head_sizeofcmds, ofile); /* size of load commands */ in macho_write_header()1653 offset = fmt.header_size + head_sizeofcmds; in macho_write()
211 static uint32_t head_sizeofcmds = 0; variable1270 head_sizeofcmds += fmt.segcmd_size + seg_nsects * fmt.sectcmd_size; in macho_calculate_sizes()1275 head_sizeofcmds += MACHO_SYMCMD_SIZE; in macho_calculate_sizes()1299 fwriteint32_t(head_sizeofcmds, ofile); /* size of load commands */ in macho_write_header()1648 offset = fmt.header_size + head_sizeofcmds; in macho_write()