Lines Matching refs:asection

1530 } asection;
1554 extern asection bfd_abs_section;
1555 #define bfd_abs_section_ptr ((asection *) &bfd_abs_section)
1558 extern asection bfd_und_section;
1559 #define bfd_und_section_ptr ((asection *) &bfd_und_section)
1562 extern asection bfd_com_section;
1563 #define bfd_com_section_ptr ((asection *) &bfd_com_section)
1565 extern asection bfd_ind_section;
1566 #define bfd_ind_section_ptr ((asection *) &bfd_ind_section)
1581 asection *_s = S; \
1582 asection *_next = _s->next; \
1583 asection *_prev = _s->prev; \
1597 asection *_s = S; \
1616 asection *_s = S; \
1635 asection *_a = A; \
1636 asection *_s = S; \
1637 asection *_next = _a->next; \
1650 asection *_b = B; \
1651 asection *_s = S; \
1652 asection *_prev = _b->prev; \
1705 asection *bfd_get_section_by_name (bfd *abfd, const char *name);
1707 asection *bfd_get_section_by_name_if
1710 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1716 asection *bfd_make_section_old_way (bfd *abfd, const char *name);
1718 asection *bfd_make_section_anyway_with_flags
1721 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
1723 asection *bfd_make_section_with_flags
1726 asection *bfd_make_section (bfd *, const char *name);
1729 (bfd *abfd, asection *sec, flagword flags);
1732 (bfd *abfd, asection *sec, const char *newname);
1736 void (*func) (bfd *abfd, asection *sect, void *obj),
1739 asection *bfd_sections_find_if
1741 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1745 (bfd *abfd, asection *sec, bfd_size_type val);
1748 (bfd *abfd, asection *section, const void *data,
1752 (bfd *abfd, asection *section, void *location, file_ptr offset,
1756 (bfd *abfd, asection *section, bfd_byte **buf);
1759 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
1764 bfd_boolean bfd_generic_is_group_section (bfd *, const asection *sec);
1766 bfd_boolean bfd_generic_discard_group (bfd *abfd, asection *group);
2294 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
2385 asection *input_section,
2393 asection *input_section,
5298 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
5301 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
5304 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
5825 void (*_bfd_link_just_syms) (asection *, struct bfd_link_info *);
5919 bfd_boolean bfd_link_split_section (bfd *abfd, asection *sec);
5924 void bfd_section_already_linked (bfd *abfd, asection *sec,
5943 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
5947 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer,
5951 (bfd *abfd, asection *section, bfd_byte **ptr);
5954 (bfd *abfd, asection *section);
5957 (bfd *abfd, asection *section);
5960 (bfd *abfd, asection *section);