Searched refs:n_rl (Results 1 – 1 of 1) sorted by relevance
2557 struct nbr_reloc_lineno *n_rl; in _bfd_xcoff_sizeof_headers() local2573 n_rl = bfd_zmalloc ((max_index + 1) * sizeof (*n_rl)); in _bfd_xcoff_sizeof_headers()2574 if (n_rl == NULL) in _bfd_xcoff_sizeof_headers()2581 struct nbr_reloc_lineno *e = &n_rl[s->output_section->index]; in _bfd_xcoff_sizeof_headers()2589 struct nbr_reloc_lineno *e = &n_rl[s->index]; in _bfd_xcoff_sizeof_headers()2596 free (n_rl); in _bfd_xcoff_sizeof_headers()