Searched refs:aout_reloc_index_to_section (Results 1 – 2 of 2) sorted by relevance
3904 aout_reloc_index_to_section (bfd *abfd, int indx) in aout_reloc_index_to_section() function4129 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()
9424 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.