Home
last modified time | relevance | path

Searched refs:segment_command (Results 1 – 25 of 802) sorted by relevance

12345678910>>...33

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/object-0.14.0/src/write/
H A Dmacho.rs219 let mut segment_command = mach::Segment::new(ctx, &[]); in macho_write() localVariable
220 segment_command.cmd = if ctx.is_big() { in macho_write()
225 segment_command.cmdsize = segment_command_len as u32; in macho_write()
226 segment_command.segname = [0; 16]; in macho_write()
227 segment_command.vmaddr = 0; in macho_write()
228 segment_command.vmsize = address; in macho_write()
229 segment_command.fileoff = segment_data_offset as u64; in macho_write()
230 segment_command.filesize = segment_data_size as u64; in macho_write()
233 segment_command.nsects = self.sections.len() as u32; in macho_write()
234 segment_command.flags = 0; in macho_write()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/object/src/write/
H A Dmacho.rs322 let mut segment_command = mach::Segment::new(ctx, &[]); in macho_write() localVariable
323 segment_command.cmd = if ctx.is_big() { in macho_write()
328 segment_command.cmdsize = segment_command_len as u32; in macho_write()
329 segment_command.segname = [0; 16]; in macho_write()
330 segment_command.vmaddr = 0; in macho_write()
331 segment_command.vmsize = address; in macho_write()
332 segment_command.fileoff = segment_data_offset as u64; in macho_write()
333 segment_command.filesize = segment_data_size as u64; in macho_write()
336 segment_command.nsects = self.sections.len() as u32; in macho_write()
337 segment_command.flags = 0; in macho_write()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/object/src/write/
H A Dmacho.rs322 let mut segment_command = mach::Segment::new(ctx, &[]); in macho_write() localVariable
323 segment_command.cmd = if ctx.is_big() { in macho_write()
328 segment_command.cmdsize = segment_command_len as u32; in macho_write()
329 segment_command.segname = [0; 16]; in macho_write()
330 segment_command.vmaddr = 0; in macho_write()
331 segment_command.vmsize = address; in macho_write()
332 segment_command.fileoff = segment_data_offset as u64; in macho_write()
333 segment_command.filesize = segment_data_size as u64; in macho_write()
336 segment_command.nsects = self.sections.len() as u32; in macho_write()
337 segment_command.flags = 0; in macho_write()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/object/src/write/
H A Dmacho.rs322 let mut segment_command = mach::Segment::new(ctx, &[]); in macho_write() localVariable
323 segment_command.cmd = if ctx.is_big() { in macho_write()
328 segment_command.cmdsize = segment_command_len as u32; in macho_write()
329 segment_command.segname = [0; 16]; in macho_write()
330 segment_command.vmaddr = 0; in macho_write()
331 segment_command.vmsize = address; in macho_write()
332 segment_command.fileoff = segment_data_offset as u64; in macho_write()
333 segment_command.filesize = segment_data_size as u64; in macho_write()
336 segment_command.nsects = self.sections.len() as u32; in macho_write()
337 segment_command.flags = 0; in macho_write()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/object/src/write/
H A Dmacho.rs322 let mut segment_command = mach::Segment::new(ctx, &[]); in macho_write() localVariable
323 segment_command.cmd = if ctx.is_big() { in macho_write()
328 segment_command.cmdsize = segment_command_len as u32; in macho_write()
329 segment_command.segname = [0; 16]; in macho_write()
330 segment_command.vmaddr = 0; in macho_write()
331 segment_command.vmsize = address; in macho_write()
332 segment_command.fileoff = segment_data_offset as u64; in macho_write()
333 segment_command.filesize = segment_data_size as u64; in macho_write()
336 segment_command.nsects = self.sections.len() as u32; in macho_write()
337 segment_command.flags = 0; in macho_write()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dunexmacosx.c129 #define segment_command segment_command_64 macro
205 static struct segment_command *data_segment_scp;
643 struct segment_command *scp; in print_load_command()
647 scp = (struct segment_command *) lc; in print_load_command()
707 struct segment_command *scp = (struct segment_command *) lca[i]; in read_load_commands()
746 struct segment_command *scp = (struct segment_command *) lc; in copy_segment()
789 struct segment_command *scp = (struct segment_command *) lc; in copy_data_segment()
938 struct segment_command sc; in copy_data_segment()
941 sc.cmdsize = sizeof (struct segment_command); in copy_data_segment()
1177 struct segment_command *scp = (struct segment_command *) lca[i]; in dump_it()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dunexmacosx.c129 #define segment_command segment_command_64 macro
205 static struct segment_command *data_segment_scp;
643 struct segment_command *scp; in print_load_command()
647 scp = (struct segment_command *) lc; in print_load_command()
707 struct segment_command *scp = (struct segment_command *) lca[i]; in read_load_commands()
746 struct segment_command *scp = (struct segment_command *) lc; in copy_segment()
789 struct segment_command *scp = (struct segment_command *) lc; in copy_data_segment()
938 struct segment_command sc; in copy_data_segment()
941 sc.cmdsize = sizeof (struct segment_command); in copy_data_segment()
1177 struct segment_command *scp = (struct segment_command *) lca[i]; in dump_it()
[all …]
/dports/lang/elk/elk-3.99.8/src/
H A Dstab-macho.c69 struct segment_command *seg_cmd; in Snarf_Symbols()
87 seg_cmd = (struct segment_command *)ld_cmd; in Snarf_Symbols()
89 ((char *)ld_cmd + sizeof (struct segment_command)); in Snarf_Symbols()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXDebug.c82 struct segment_command *sg = NULL; in TkMacOSXGetNamedDebugSymbol()
92 sg = (struct segment_command*) lc; in TkMacOSXGetNamedDebugSymbol()
100 sizeof(struct segment_command)); in TkMacOSXGetNamedDebugSymbol()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXDebug.c82 struct segment_command *sg = NULL; in TkMacOSXGetNamedDebugSymbol()
92 sg = (struct segment_command*) lc; in TkMacOSXGetNamedDebugSymbol()
100 sizeof(struct segment_command)); in TkMacOSXGetNamedDebugSymbol()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXDebug.c82 struct segment_command *sg = NULL; in TkMacOSXGetNamedDebugSymbol()
92 sg = (struct segment_command*) lc; in TkMacOSXGetNamedDebugSymbol()
100 sizeof(struct segment_command)); in TkMacOSXGetNamedDebugSymbol()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/mac/
H A Dmacho_reader_unittest.cc1094 SegmentLoadCommand segment_command; in TEST_F() local
1095 segment_command in TEST_F()
1130 SegmentLoadCommand segment_command; in TEST_F() local
1131 segment_command in TEST_F()
1167 SegmentLoadCommand segment_command; in TEST_F() local
1168 segment_command in TEST_F()
1203 SegmentLoadCommand segment_command; in TEST_F() local
1204 segment_command in TEST_F()
1277 segment_command in TEST_F()
1384 segment_command in TEST_F()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/mac/
H A Dmacho_reader_unittest.cc1094 SegmentLoadCommand segment_command; in TEST_F() local
1095 segment_command in TEST_F()
1130 SegmentLoadCommand segment_command; in TEST_F() local
1131 segment_command in TEST_F()
1167 SegmentLoadCommand segment_command; in TEST_F() local
1168 segment_command in TEST_F()
1203 SegmentLoadCommand segment_command; in TEST_F() local
1204 segment_command in TEST_F()
1277 segment_command in TEST_F()
1384 segment_command in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1098 SegmentLoadCommand segment_command; in TEST_F() local
1099 segment_command in TEST_F()
1134 SegmentLoadCommand segment_command; in TEST_F() local
1135 segment_command in TEST_F()
1171 SegmentLoadCommand segment_command; in TEST_F() local
1172 segment_command in TEST_F()
1207 SegmentLoadCommand segment_command; in TEST_F() local
1208 segment_command in TEST_F()
1281 segment_command in TEST_F()
1388 segment_command in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DTarget.h108 using segment_command = llvm::MachO::segment_command_64; member
124 using segment_command = llvm::MachO::segment_command; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DTarget.h109 using segment_command = llvm::MachO::segment_command_64; member
125 using segment_command = llvm::MachO::segment_command; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DTarget.h108 using segment_command = llvm::MachO::segment_command_64; member
124 using segment_command = llvm::MachO::segment_command; member
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DTarget.h108 using segment_command = llvm::MachO::segment_command_64; member
124 using segment_command = llvm::MachO::segment_command; member

12345678910>>...33