Line 1372... |
Line 1372... |
. BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
|
. BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
|
.
|
.
|
.#define bfd_gc_sections(abfd, link_info) \
|
.#define bfd_gc_sections(abfd, link_info) \
|
. BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
|
. BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
|
.
|
.
|
|
.#define bfd_lookup_section_flags(link_info, flag_info) \
|
|
. BFD_SEND (abfd, _bfd_lookup_section_flags, (link_info, flag_info))
|
|
.
|
.#define bfd_merge_sections(abfd, link_info) \
|
.#define bfd_merge_sections(abfd, link_info) \
|
. BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
|
. BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
|
.
|
.
|
.#define bfd_is_group_section(abfd, sec) \
|
.#define bfd_is_group_section(abfd, sec) \
|
. BFD_SEND (abfd, _bfd_is_group_section, (abfd, sec))
|
. BFD_SEND (abfd, _bfd_is_group_section, (abfd, sec))
|