Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Daoutx.h3904 aout_reloc_index_to_section (bfd *abfd, int indx) in aout_reloc_index_to_section() function
4129 section = aout_reloc_index_to_section (input_bfd, r_index); in aout_link_input_section_std()
4192 section = aout_reloc_index_to_section (input_bfd, r_index); in aout_link_input_section_std()
4255 s = aout_reloc_index_to_section (input_bfd, r_index); in aout_link_input_section_std()
4474 r_section = aout_reloc_index_to_section (input_bfd, r_index); in aout_link_input_section_ext()
4568 r_section = aout_reloc_index_to_section (input_bfd, r_index); in aout_link_input_section_ext()
4674 s = aout_reloc_index_to_section (input_bfd, r_index); in aout_link_input_section_ext()
DChangeLog-94959424 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.