Lines Matching defs:asection

1404 } asection;
1417 extern asection bfd_abs_section;
1418 #define bfd_abs_section_ptr ((asection *) &bfd_abs_section)
1421 extern asection bfd_und_section;
1422 #define bfd_und_section_ptr ((asection *) &bfd_und_section)
1425 extern asection bfd_com_section;
1426 #define bfd_com_section_ptr ((asection *) &bfd_com_section)
1428 extern asection bfd_ind_section;
1429 #define bfd_ind_section_ptr ((asection *) &bfd_ind_section)
1449 asection **_ps = PS; \
1450 asection *_s = *_ps; \
1459 asection **_ps = PS; \
1460 asection *_s = S; \
1470 asection *bfd_get_section_by_name (bfd *abfd, const char *name);
1472 asection *bfd_get_section_by_name_if
1475 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1481 asection *bfd_make_section_old_way (bfd *abfd, const char *name);
1483 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
1485 asection *bfd_make_section (bfd *, const char *name);
1488 (bfd *abfd, asection *sec, flagword flags);
1492 void (*func) (bfd *abfd, asection *sect, void *obj),
1495 asection *bfd_sections_find_if
1497 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1501 (bfd *abfd, asection *sec, bfd_size_type val);
1504 (bfd *abfd, asection *section, const void *data,
1508 (bfd *abfd, asection *section, void *location, file_ptr offset,
1512 (bfd *abfd, asection *section, bfd_byte **buf);
1515 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
1521 (struct bfd_link_info *info, asection *section);
1523 bfd_boolean bfd_generic_is_group_section (bfd *, const asection *sec);
1525 bfd_boolean bfd_generic_discard_group (bfd *abfd, asection *group);
1976 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
2067 asection *input_section,
2075 asection *input_section,
4080 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
4083 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4086 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
4559 void (*_bfd_link_just_syms) (asection *, struct bfd_link_info *);
4637 bfd_boolean bfd_link_split_section (bfd *abfd, asection *sec);
4642 void bfd_section_already_linked (bfd *abfd, asection *sec);
4649 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);