Home
last modified time | relevance | path

Searched refs:first_command (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c555 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 …]
H A Dmach-o.h635 bfd_mach_o_load_command *first_command; member
H A DChangeLog-20142497 (mach_o_data_struct): Replace commands field by first_command
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c546 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 …]
H A Dmach-o.h635 bfd_mach_o_load_command *first_command; member
H A DChangeLog-20142497 (mach_o_data_struct): Replace commands field by first_command
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c349 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()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c348 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()
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20142497 (mach_o_data_struct): Replace commands field by first_command