HomeSort by: relevance | last modified time | path
    Searched defs:prev_sect (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 3227 bfd_mach_o_section *prev_sect = NULL; local
3238 if (prev_sect == NULL
3239 || strcmp (prev_sect->segname, this_sect->segname) != 0)
3242 prev_sect = this_sect;
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 3226 bfd_mach_o_section *prev_sect = NULL; local
3237 if (prev_sect == NULL
3238 || strcmp (prev_sect->segname, this_sect->segname) != 0)
3241 prev_sect = this_sect;
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 3224 bfd_mach_o_section *prev_sect = NULL; local
3235 if (prev_sect == NULL
3236 || strcmp (prev_sect->segname, this_sect->segname) != 0)
3239 prev_sect = this_sect;
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 3224 bfd_mach_o_section *prev_sect = NULL; local
3235 if (prev_sect == NULL
3236 || strcmp (prev_sect->segname, this_sect->segname) != 0)
3239 prev_sect = this_sect;

Completed in 154 milliseconds