Lines Matching defs:asection

1402 } asection;
1415 extern asection bfd_abs_section;
1416 #define bfd_abs_section_ptr ((asection *) &bfd_abs_section)
1419 extern asection bfd_und_section;
1420 #define bfd_und_section_ptr ((asection *) &bfd_und_section)
1423 extern asection bfd_com_section;
1424 #define bfd_com_section_ptr ((asection *) &bfd_com_section)
1426 extern asection bfd_ind_section;
1427 #define bfd_ind_section_ptr ((asection *) &bfd_ind_section)
1447 asection **_ps = PS; \
1448 asection *_s = *_ps; \
1457 asection **_ps = PS; \
1458 asection *_s = S; \
1468 asection *bfd_get_section_by_name (bfd *abfd, const char *name);
1470 asection *bfd_get_section_by_name_if
1473 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1479 asection *bfd_make_section_old_way (bfd *abfd, const char *name);
1481 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
1483 asection *bfd_make_section (bfd *, const char *name);
1486 (bfd *abfd, asection *sec, flagword flags);
1490 void (*func) (bfd *abfd, asection *sect, void *obj),
1493 asection *bfd_sections_find_if
1495 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1499 (bfd *abfd, asection *sec, bfd_size_type val);
1502 (bfd *abfd, asection *section, const void *data,
1506 (bfd *abfd, asection *section, void *location, file_ptr offset,
1510 (bfd *abfd, asection *section, bfd_byte **buf);
1513 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
1519 (struct bfd_link_info *info, asection *section);
1521 bfd_boolean bfd_generic_is_group_section (bfd *, const asection *sec);
1523 bfd_boolean bfd_generic_discard_group (bfd *abfd, asection *group);
1974 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
2065 asection *input_section,
2073 asection *input_section,
4078 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
4081 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4084 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
4557 void (*_bfd_link_just_syms) (asection *, struct bfd_link_info *);
4635 bfd_boolean bfd_link_split_section (bfd *abfd, asection *sec);
4640 void bfd_section_already_linked (bfd *abfd, asection *sec);
4647 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);