HomeSort by: relevance | last modified time | path
    Searched defs:nbr_commands (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 3185 unsigned int nbr_commands; local
3247 nbr_commands = nbr_segcmd;
3251 symtab_idx = nbr_commands++;
3260 dysymtab_idx = nbr_commands++;
3266 main_idx = nbr_commands++;
3273 if (nbr_commands == 0)
3280 commands = bfd_zalloc (abfd, nbr_commands * sizeof (bfd_mach_o_load_command));
3283 for (i = 0; i < nbr_commands - 1; i++)
3285 commands[nbr_commands - 1].next = mdata->first_command;
3287 mdata->last_command = &commands[nbr_commands - 1]
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 3184 unsigned int nbr_commands; local
3246 nbr_commands = nbr_segcmd;
3250 symtab_idx = nbr_commands++;
3259 dysymtab_idx = nbr_commands++;
3265 main_idx = nbr_commands++;
3272 if (nbr_commands == 0)
3279 commands = bfd_zalloc (abfd, nbr_commands * sizeof (bfd_mach_o_load_command));
3282 for (i = 0; i < nbr_commands - 1; i++)
3284 commands[nbr_commands - 1].next = mdata->first_command;
3286 mdata->last_command = &commands[nbr_commands - 1]
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 3182 unsigned int nbr_commands; local
3244 nbr_commands = nbr_segcmd;
3248 symtab_idx = nbr_commands++;
3257 dysymtab_idx = nbr_commands++;
3263 main_idx = nbr_commands++;
3270 if (nbr_commands == 0)
3277 commands = bfd_zalloc (abfd, nbr_commands * sizeof (bfd_mach_o_load_command));
3280 for (i = 0; i < nbr_commands - 1; i++)
3282 commands[nbr_commands - 1].next = mdata->first_command;
3284 mdata->last_command = &commands[nbr_commands - 1]
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 3182 unsigned int nbr_commands; local
3244 nbr_commands = nbr_segcmd;
3248 symtab_idx = nbr_commands++;
3257 dysymtab_idx = nbr_commands++;
3263 main_idx = nbr_commands++;
3270 if (nbr_commands == 0)
3277 commands = bfd_zalloc (abfd, nbr_commands * sizeof (bfd_mach_o_load_command));
3280 for (i = 0; i < nbr_commands - 1; i++)
3282 commands[nbr_commands - 1].next = mdata->first_command;
3284 mdata->last_command = &commands[nbr_commands - 1]
    [all...]

Completed in 56 milliseconds