Searched refs:first_command (Results 1 – 9 of 9) sorted by relevance
555 mdata->first_command = cmd; in bfd_mach_o_append_command()761 for (icmd = imdata->first_command; icmd != NULL; icmd = icmd->next) in bfd_mach_o_bfd_copy_private_header_data()2658 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_write_contents()2745 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_write_contents()3079 for (cmd = mdata->first_command; cmd; cmd = cmd->next) in bfd_mach_o_layout_commands()3282 commands[nbr_commands - 1].next = mdata->first_command; in bfd_mach_o_build_commands()3283 if (mdata->first_command == NULL) in bfd_mach_o_build_commands()3285 mdata->first_command = &commands[0]; in bfd_mach_o_build_commands()5094 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_flatten_sections()5118 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_flatten_sections()[all …]
635 bfd_mach_o_load_command *first_command; member
2497 (mach_o_data_struct): Replace commands field by first_command
546 mdata->first_command = cmd; in bfd_mach_o_append_command()752 for (icmd = imdata->first_command; icmd != NULL; icmd = icmd->next) in bfd_mach_o_bfd_copy_private_header_data()2641 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_write_contents()2728 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_write_contents()3062 for (cmd = mdata->first_command; cmd; cmd = cmd->next) in bfd_mach_o_layout_commands()3265 commands[nbr_commands - 1].next = mdata->first_command; in bfd_mach_o_build_commands()3266 if (mdata->first_command == NULL) in bfd_mach_o_build_commands()3268 mdata->first_command = &commands[0]; in bfd_mach_o_build_commands()5067 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_flatten_sections()5091 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_flatten_sections()[all …]
349 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in dump_section_map()1755 for (cmd = mdata->first_command, i = 0; cmd != NULL; cmd = cmd->next, i++) in dump_load_commands()2235 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in dump_section_content()
348 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in dump_section_map()1754 for (cmd = mdata->first_command, i = 0; cmd != NULL; cmd = cmd->next, i++) in dump_load_commands()2234 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in dump_section_content()