Home
last modified time | relevance | path

Searched refs:cmdsize (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d343 uint cmdsize; in version() member
565 uint cmdsize; in version() member
607 uint cmdsize; in version() local
1065 uint cmdsize; in version() member
1110 uint cmdsize; in version() member
1132 uint cmdsize; in version() local
1154 uint cmdsize; in version() member
1180 uint cmdsize; in version() local
1208 uint cmdsize; in version() member
1229 uint cmdsize; in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h532 uint32_t cmdsize; member
537 uint32_t cmdsize; member
551 uint32_t cmdsize; member
606 uint32_t cmdsize; member
619 uint32_t cmdsize; member
625 uint32_t cmdsize; member
631 uint32_t cmdsize; member
637 uint32_t cmdsize; member
643 uint32_t cmdsize; member
650 uint32_t cmdsize; member
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
772 unsigned int cmdsize; in simple_object_mach_o_find_sections() local
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
783 + offsetof (struct mach_o_load_command, cmdsize)); in simple_object_mach_o_find_sections()
801 offset += cmdsize; in simple_object_mach_o_find_sections()
1039 size_t cmdsize; in simple_object_mach_o_write_segment() local
1116 cmdsize = seghdrsize + *nsects * sechdrsize; in simple_object_mach_o_write_segment()
1117 offset = hdrsize + cmdsize; in simple_object_mach_o_write_segment()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-mach-o.c88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
772 unsigned int cmdsize; in simple_object_mach_o_find_sections() local
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
783 + offsetof (struct mach_o_load_command, cmdsize)); in simple_object_mach_o_find_sections()
801 offset += cmdsize; in simple_object_mach_o_find_sections()
1039 size_t cmdsize; in simple_object_mach_o_write_segment() local
1116 cmdsize = seghdrsize + *nsects * sechdrsize; in simple_object_mach_o_write_segment()
1117 offset = hdrsize + cmdsize; in simple_object_mach_o_write_segment()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
772 unsigned int cmdsize; in simple_object_mach_o_find_sections() local
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
783 + offsetof (struct mach_o_load_command, cmdsize)); in simple_object_mach_o_find_sections()
801 offset += cmdsize; in simple_object_mach_o_find_sections()
1039 size_t cmdsize; in simple_object_mach_o_write_segment() local
1116 cmdsize = seghdrsize + *nsects * sechdrsize; in simple_object_mach_o_write_segment()
1117 offset = hdrsize + cmdsize; in simple_object_mach_o_write_segment()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
772 unsigned int cmdsize; in simple_object_mach_o_find_sections() local
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
783 + offsetof (struct mach_o_load_command, cmdsize)); in simple_object_mach_o_find_sections()
801 offset += cmdsize; in simple_object_mach_o_find_sections()
1039 size_t cmdsize; in simple_object_mach_o_write_segment() local
1116 cmdsize = seghdrsize + *nsects * sechdrsize; in simple_object_mach_o_write_segment()
1117 offset = hdrsize + cmdsize; in simple_object_mach_o_write_segment()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp190 if (CmdOrErr->cmdsize + Ptr > Obj.getData().end()) in getLoadCommandInfo()
193 if (CmdOrErr->cmdsize < 8) in getLoadCommandInfo()
216 if (L.Ptr + L.C.cmdsize + sizeof(MachO::load_command) > in getNextLoadCommandInfo()
220 return getLoadCommandInfo(Obj, L.Ptr + L.C.cmdsize, LoadCommandIndex + 1); in getNextLoadCommandInfo()
283 if (Load.C.cmdsize < SegmentLoadSize) in parseSegmentLoadCommand()
291 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize) in parseSegmentLoadCommand()
406 if (Load.C.cmdsize < sizeof(MachO::symtab_command)) in checkSymtabCommand()
415 if (Symtab.cmdsize != sizeof(MachO::symtab_command)) in checkSymtabCommand()
464 if (Load.C.cmdsize < sizeof(MachO::dysymtab_command)) in checkDysymtabCommand()
474 if (Dysymtab.cmdsize != sizeof(MachO::dysymtab_command)) in checkDysymtabCommand()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp296 uint64_t cmdsize; member
364 Segment.cmdsize = SC.cmdsize; in getSegment()
378 Segment.cmdsize = SC.cmdsize; in getSegment()
713 if (Dl.dylib.name < Dl.cmdsize) { in printNeededLibraries()
777 W.printNumber("Size", BVC.cmdsize); in printMachOVersionMin()
790 W.printNumber("Size", VMC.cmdsize); in printMachOVersionMin()
847 W.printNumber("Size", MOSegment.cmdsize); in printMachOSegment()
881 W.printNumber("Size", LOLC.cmdsize); in printMachOLinkerOptions()
883 uint64_t DataSize = LOLC.cmdsize - sizeof(MachO::linker_option_command); in printMachOLinkerOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp67 auto End = LoadCmd.Ptr + LoadCmd.C.cmdsize; in extractSections()
164 if (LoadCmd.C.cmdsize > sizeof(MachO::LCStruct)) \ in readLoadCommands()
168 LoadCmd.C.cmdsize - sizeof(MachO::LCStruct)); \ in readLoadCommands()
177 if (LoadCmd.C.cmdsize > sizeof(MachO::load_command)) in readLoadCommands()
181 LoadCmd.C.cmdsize - sizeof(MachO::load_command)); in readLoadCommands()
H A DMachOLayoutBuilder.cpp192 MLC.segment_command_data.cmdsize = in layoutSegments()
201 MLC.segment_command_64_data.cmdsize = in layoutSegments()
274 MLC->segment_command_data.cmdsize = sizeof(MachO::segment_command); in layoutTail()
280 MLC->segment_command_64_data.cmdsize = sizeof(MachO::segment_command_64); in layoutTail()
H A DMachOObjcopy.cpp123 LC.MachOLoadCommand.load_command_data.cmdsize = NewCmdsize; in updateLoadCommandPayloadString()
133 RPathLC.cmdsize = alignTo(sizeof(MachO::rpath_command) + Path.size() + 1, 8); in buildRPathLoadCommand()
135 LC.Payload.assign(RPathLC.cmdsize - sizeof(MachO::rpath_command), 0); in buildRPathLoadCommand()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c142 uint32_t cmdsize; /* Size in bytes of the entire command */ member
161 uint32_t cmdsize; /* Size in bytes of the entire command */ member
178 uint32_t cmdsize; /* Size in bytes of the entire command */ member
195 uint32_t cmdsize; /* Size in bytes of the entire command */ member
211 uint32_t cmdsize; /* Size in bytes of command */ member
1104 (load_command.cmdsize in macho_add()
1126 (load_command.cmdsize in macho_add()
1166 cmdoffset += load_command.cmdsize; in macho_add()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1192 if (dl.dylib.name < dl.cmdsize) { in PrintDylibs()
8548 static void PrintSegmentCommand(uint32_t cmd, uint32_t cmdsize, in PrintSegmentCommand() argument
8567 outs() << " cmdsize " << cmdsize; in PrintSegmentCommand()
8568 if (cmdsize != expected_cmdsize) in PrintSegmentCommand()
8782 outs() << " cmdsize " << st.cmdsize; in PrintSymtabLoadCommand()
8783 if (st.cmdsize != sizeof(struct MachO::symtab_command)) in PrintSymtabLoadCommand()
8829 outs() << " cmdsize " << dyst.cmdsize; in PrintDysymtabLoadCommand()
8830 if (dyst.cmdsize != sizeof(struct MachO::dysymtab_command)) in PrintDysymtabLoadCommand()
8964 outs() << " cmdsize " << dc.cmdsize; in PrintDyldInfoLoadCommand()
8965 if (dc.cmdsize != sizeof(struct MachO::dyld_info_command)) in PrintDyldInfoLoadCommand()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc181 layout_data.current_load_cmd_addr += ((const load_command *)lc)->cmdsize; in NextSegmentLoad()
260 return (const load_command *)((const char *)lc + lc->cmdsize); in NextCommand()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc183 layout_data.current_load_cmd_addr += ((const load_command *)lc)->cmdsize; in NextSegmentLoad()
262 return (const load_command *)((const char *)lc + lc->cmdsize); in NextCommand()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp187 layout_data->current_load_cmd_addr += ((const load_command *)lc)->cmdsize; in NextSegmentLoad()
266 return (const load_command *)((const char *)lc + lc->cmdsize); in NextCommand()
/netbsd-src/sys/arch/mvme68k/dev/
H A Dsbicreg.h396 #define SBIC_LOAD_COMMAND(regs,cmd,cmdsize) \ argument
398 int n = (cmdsize) - 1; \
/netbsd-src/sys/arch/amiga/dev/
H A Dsbicreg.h395 #define SBIC_LOAD_COMMAND(regs,cmd,cmdsize) do { \ argument
396 int n=(cmdsize)-1; \
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dsbicreg.h415 #define SBIC_LOAD_COMMAND(regs,cmd,cmdsize) do { \ argument
421 (char *)(cmd), cmdsize); \
/netbsd-src/sys/dev/ic/
H A Dwd33c93reg.h466 #define SBIC_LOAD_COMMAND(sc,cmd,cmdsize) \ argument
468 int n = (cmdsize) - 1; \
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsdiff.c610 size_t cmdsize = 1; in main() local
615 cmdsize += quote_system_arg (0, diffargv[i]) + 1; in main()
616 command = p = xmalloc (cmdsize); in main()
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h79 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h79 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp167 auto End = LoadCmd.Ptr + LoadCmd.C.cmdsize; in extractSections()
227 auto MaxSize = LoadCmd.C.cmdsize - sizeof(StructType); in readString()
320 auto RemainingBytes = LoadCmd.C.cmdsize - (EndPtr - LoadCmd.Ptr); in dumpLoadCommands()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp124 Seg64.cmdsize = Seg.cmdsize; in adaptFrom32bits()

12