Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Dlibaout.h463 #define aout_section_data(s) \ macro
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()
Dsunos.c1706 aout_section_data (sec)->relocs = relocs; in sunos_scan_relocs()
DChangeLog-94956792 (aout_section_data): Define new accessor macro.