Home
last modified time | relevance | path

Searched refs:n_rl (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-rs6000.c2529 struct nbr_reloc_lineno *n_rl; in _bfd_xcoff_sizeof_headers() local
2545 n_rl = bfd_zmalloc ((max_index + 1) * sizeof (*n_rl)); in _bfd_xcoff_sizeof_headers()
2546 if (n_rl == NULL) in _bfd_xcoff_sizeof_headers()
2553 struct nbr_reloc_lineno *e = &n_rl[s->output_section->index]; in _bfd_xcoff_sizeof_headers()
2561 struct nbr_reloc_lineno *e = &n_rl[s->index]; in _bfd_xcoff_sizeof_headers()
2568 free (n_rl); in _bfd_xcoff_sizeof_headers()