Home
last modified time | relevance | path

Searched refs:head_sizeofcmds (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/build_files/build_environment/patches/
H A Dnasm.diff84 head_sizeofcmds += fmt.segcmd_size + seg_nsects * fmt.sectcmd_size;
90 + head_sizeofcmds += MACHO_VERSION_MIN_MACOSX_SIZE;
95 head_sizeofcmds += MACHO_SYMCMD_SIZE;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c1036 unsigned int head_ncmds, head_sizeofcmds; in macho_objfmt_output() local
1136 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()
/dports/devel/yasm/yasm-1.3.0/modules/objfmts/macho/
H A Dmacho-objfmt.c1036 unsigned int head_ncmds, head_sizeofcmds; in macho_objfmt_output() local
1136 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/output/
H A Doutmacho.c214 static uint32_t head_sizeofcmds = 0; variable
1275 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/
H A Doutmacho.c211 static uint32_t head_sizeofcmds = 0; variable
1270 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()
/dports/devel/nasm/nasm-2.15.05/output/
H A Doutmacho.c211 static uint32_t head_sizeofcmds = 0; variable
1270 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()