Home | History | Annotate | Download | only in include

Lines Matching defs:asection

1522 } asection;
1546 extern asection bfd_abs_section;
1547 #define bfd_abs_section_ptr ((asection *) &bfd_abs_section)
1550 extern asection bfd_und_section;
1551 #define bfd_und_section_ptr ((asection *) &bfd_und_section)
1554 extern asection bfd_com_section;
1555 #define bfd_com_section_ptr ((asection *) &bfd_com_section)
1557 extern asection bfd_ind_section;
1558 #define bfd_ind_section_ptr ((asection *) &bfd_ind_section)
1573 asection *_s = S; \
1574 asection *_next = _s->next; \
1575 asection *_prev = _s->prev; \
1589 asection *_s = S; \
1608 asection *_s = S; \
1627 asection *_a = A; \
1628 asection *_s = S; \
1629 asection *_next = _a->next; \
1642 asection *_b = B; \
1643 asection *_s = S; \
1644 asection *_prev = _b->prev; \
1697 asection *bfd_get_section_by_name (bfd *abfd, const char *name);
1699 asection *bfd_get_section_by_name_if
1702 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1708 asection *bfd_make_section_old_way (bfd *abfd, const char *name);
1710 asection *bfd_make_section_anyway_with_flags
1713 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
1715 asection *bfd_make_section_with_flags
1718 asection *bfd_make_section (bfd *, const char *name);
1721 (bfd *abfd, asection *sec, flagword flags);
1725 void (*func) (bfd *abfd, asection *sect, void *obj),
1728 asection *bfd_sections_find_if
1730 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1734 (bfd *abfd, asection *sec, bfd_size_type val);
1737 (bfd *abfd, asection *section, const void *data,
1741 (bfd *abfd, asection *section, void *location, file_ptr offset,
1745 (bfd *abfd, asection *section, bfd_byte **buf);
1748 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
1753 bfd_boolean bfd_generic_is_group_section (bfd *, const asection *sec);
1755 bfd_boolean bfd_generic_discard_group (bfd *abfd, asection *group);
2283 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
2374 asection *input_section,
2382 asection *input_section,
5279 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
5282 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
5285 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
5806 void (*_bfd_link_just_syms) (asection *, struct bfd_link_info *);
5900 bfd_boolean bfd_link_split_section (bfd *abfd, asection *sec);
5905 void bfd_section_already_linked (bfd *abfd, asection *sec,
5924 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
5928 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer,
5932 (bfd *abfd, asection *section, bfd_byte **ptr);
5935 (bfd *abfd, asection *section);
5938 (bfd *abfd, asection *section);
5941 (bfd *abfd, asection *section);