Searched refs:make_sections (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | libaout.h | 475 extern bfd_boolean NAME (aout, make_sections)
|
D | riscix.c | 564 if (! NAME (aout, make_sections) (abfd)) in riscix_some_aout_object_p()
|
D | pdp11.c | 437 NAME (aout, make_sections) (bfd *abfd) in NAME() argument 530 if (! NAME (aout, make_sections) (abfd)) in NAME() 1015 if (! NAME (aout, make_sections) (abfd)) in NAME()
|
D | aoutx.h | 427 NAME (aout, make_sections) (bfd *abfd) in NAME() argument 537 if (! NAME (aout, make_sections) (abfd)) in NAME() 1128 if (! NAME (aout, make_sections) (abfd)) in NAME()
|
D | ChangeLog-9495 | 7529 * aoutx.h (NAME(aout,make_sections)): New function. 7530 (NAME(aout,some_aout_object_p)): Call NAME(aout,make_sections) 7533 (NAME(aout,adjust_sizes_and_vmas)): Call NAME(aout,make_sections). 7536 * libaout.h (NAME(aout,make_sections)): Declare.
|