Searched refs:prev_sect (Results 1 – 1 of 1) sorted by relevance
3058 bfd_mach_o_section *prev_sect = NULL; in bfd_mach_o_build_commands() local3069 if (prev_sect == NULL in bfd_mach_o_build_commands()3070 || strcmp (prev_sect->segname, this_sect->segname) != 0) in bfd_mach_o_build_commands()3073 prev_sect = this_sect; in bfd_mach_o_build_commands()