Home | History | Annotate | Download | only in bfd

Lines Matching refs:label_end

2298    sorted list of labels; LABEL_END is the end of the list.  START and
2312 bfd_vma *label_end,
2358 while (*plabel < label_end && **plabel < i)
2394 && (*plabel >= label_end || **plabel != i)
2443 while (*plabel < label_end && **plabel < i + 2)
2447 && (*plabel >= label_end || **plabel != i + 2))
2660 bfd_vma *label, *label_end;
2672 label_end = labels;
2677 *label_end = irel->r_vaddr - sec->vma;
2678 ++label_end;
2707 label_end, start, stop, pswapped))