Home | History | Annotate | Download | only in bfd

Lines Matching refs:ncmds

535 /* Append command CMD to ABFD.  Note that header.ncmds is not updated.  */
1089 bfd_h_put_32 (abfd, header->ncmds, raw.ncmds);
2801 /* Layout the commands: set commands size and offset, set ncmds and sizeofcmds
2816 mdata->header.ncmds = 0;
2820 mdata->header.ncmds++;
2925 if (mdata->header.ncmds != 0)
3244 header->ncmds = (*get32) (raw.ncmds);
4838 if (header->ncmds != 0)
4844 cmd = bfd_alloc (abfd, header->ncmds * sizeof (bfd_mach_o_load_command));
4848 for (i = 0; i < header->ncmds; i++)
4889 mdata->header.ncmds = 0;