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

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc111 current_load_cmd_count_ = hdr->ncmds;
/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.c171 for (i = 0; i < mdata->header.ncmds; i++)
203 for (i = 0; i < mdata->header.ncmds; i++)
300 bfd_h_put_32 (abfd, header->ncmds, buf + 16);
511 for (i = 0; i < mdata->header.ncmds; i++)
623 header->ncmds = (*get32) (buf + 16);
1403 for (i = 0; i < mdata->header.ncmds; i++)
1418 for (i = 0; i < mdata->header.ncmds; i++)
1440 for (i = 0; i < mdata->header.ncmds; i++)
1514 if (header->ncmds != 0)
1516 mdata->commands = bfd_alloc (abfd, header->ncmds * sizeo
[all...]
H A Dmach-o.h182 unsigned long ncmds; member in struct:bfd_mach_o_header
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c54 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_32
67 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_64
201 unsigned int ncmds; member in struct:simple_object_mach_o_read
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds));
768 for (i = 0; i < omr->ncmds; ++i)
914 set_32 (hdr + offsetof (struct mach_o_header_32, ncmds), 1);
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c54 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_32
67 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_64
201 unsigned int ncmds; member in struct:simple_object_mach_o_read
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds));
768 for (i = 0; i < omr->ncmds; ++i)
914 set_32 (hdr + offsetof (struct mach_o_header_32, ncmds), 1);
/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h30 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_external
/haiku-buildtools/binutils/bfd/
H A Dmach-o.h38 unsigned long ncmds; member in struct:bfd_mach_o_header
599 /* Array of load commands (length is given by header.ncmds). */
H A Dmach-o.c535 /* Append command CMD to ABFD. Note that header.ncmds is not updated. */
1128 bfd_h_put_32 (abfd, header->ncmds, raw.ncmds);
2896 /* Layout the commands: set commands size and offset, set ncmds and sizeofcmds
2912 mdata->header.ncmds = 0;
2916 mdata->header.ncmds++;
3024 if (mdata->header.ncmds != 0)
3343 header->ncmds = (*get32) (raw.ncmds);
4957 if (header->ncmds !
[all...]
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c308 printf (_(" ncmds : %08lx (%lu)\n"), h->ncmds, h->ncmds);
/haiku-buildtools/libtool/libltdl/
H A Dltdl.c1724 for (j = 0; j < mh->ncmds; j++)
1769 for (j = 0; j < mh->ncmds; j++)

Completed in 115 milliseconds