Searched refs:prev_sect (Results 1 – 1 of 1) sorted by relevance
2960 bfd_mach_o_section *prev_sect = NULL; in bfd_mach_o_build_commands() local2971 if (prev_sect == NULL in bfd_mach_o_build_commands()2972 || strcmp (prev_sect->segname, this_sect->segname) != 0) in bfd_mach_o_build_commands()2975 prev_sect = this_sect; in bfd_mach_o_build_commands()