Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c545 mdata->first_command = cmd; in bfd_mach_o_append_command()
619 for (icmd = imdata->first_command; icmd != NULL; icmd = icmd->next) in bfd_mach_o_bfd_copy_private_header_data()
2392 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_write_contents()
2494 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_write_contents()
2818 for (cmd = mdata->first_command; cmd; cmd = cmd->next) in bfd_mach_o_layout_commands()
3019 commands[nbr_commands - 1].next = mdata->first_command; in bfd_mach_o_build_commands()
3020 if (mdata->first_command == NULL) in bfd_mach_o_build_commands()
3022 mdata->first_command = &commands[0]; in bfd_mach_o_build_commands()
4659 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_flatten_sections()
4677 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in bfd_mach_o_flatten_sections()
[all …]
Dmach-o.h591 bfd_mach_o_load_command *first_command; member
DChangeLog1937 (mach_o_data_struct): Replace commands field by first_command
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c326 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in dump_section_map()
1650 for (cmd = mdata->first_command, i = 0; cmd != NULL; cmd = cmd->next, i++) in dump_load_commands()
2074 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next) in dump_section_content()