Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-rs6000.c2557 struct nbr_reloc_lineno *n_rl; in _bfd_xcoff_sizeof_headers() local
2573 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()