Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Dlibaout.h463 #define aout_section_data(s) \ macro
H A Daoutx.h4640 if (aout_section_data (input_section) != NULL in aout_link_input_section()
4641 && aout_section_data (input_section)->relocs != NULL) in aout_link_input_section()
4642 relocs = aout_section_data (input_section)->relocs; in aout_link_input_section()
H A Dsunos.c1706 aout_section_data (sec)->relocs = relocs; in sunos_scan_relocs()
H A DChangeLog-94956792 (aout_section_data): Define new accessor macro.