Searched refs:prev_start (Results 1 – 6 of 6) sorted by relevance
27 const char *prev_start; in format_pieces() local118 prev_start = string; in format_pieces()140 strncpy (current_substring, prev_start, f - 1 - prev_start); in format_pieces()141 current_substring += f - 1 - prev_start; in format_pieces()395 prev_start = f; in format_pieces()402 if (f > prev_start) in format_pieces()406 strncpy (current_substring, prev_start, f - prev_start); in format_pieces()407 current_substring += f - prev_start; in format_pieces()
2474 bfd_vma prev_start = 0; in merge_gnu_build_notes() local2490 if (pnote->start == prev_start && pnote->end == prev_end) in merge_gnu_build_notes()2524 prev_start = pnote->start; in merge_gnu_build_notes()
2467 bfd_vma prev_start = 0; in merge_gnu_build_notes() local2483 if (pnote->start == prev_start && pnote->end == prev_end) in merge_gnu_build_notes()2517 prev_start = pnote->start; in merge_gnu_build_notes()
2485 bfd_vma prev_start = 0; in merge_gnu_build_notes() local2501 if (pnote->start == prev_start && pnote->end == prev_end) in merge_gnu_build_notes()2535 prev_start = pnote->start; in merge_gnu_build_notes()