Home | History | Annotate | Download | only in include

Lines Matching refs:SEC

311 /* Find the address one past the end of SEC.  */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE \
321 && (sec)->sec_info_type != SEC_INFO_TYPE_JUST_SYMS)
1599 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
1600 #define bfd_is_abs_section(sec) ((sec) == bfd_abs_section_ptr)
1601 #define bfd_is_ind_section(sec) ((sec) == bfd_ind_section_ptr)
1603 #define bfd_is_const_section(SEC) \
1604 ( ((SEC) == bfd_abs_section_ptr) \
1605 || ((SEC) == bfd_und_section_ptr) \
1606 || ((SEC) == bfd_com_section_ptr) \
1607 || ((SEC) == bfd_ind_section_ptr))
1699 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1716 0, &SEC, 0, \
1731 (struct bfd_symbol *) SYM, &SEC.symbol, \
1741 asection *bfd_get_next_section_by_name (asection *sec);
1767 (bfd *abfd, asection *sec, flagword flags);
1770 (bfd *abfd, asection *sec
1783 (bfd *abfd, asection *sec, bfd_size_type val);
1802 bfd_boolean bfd_generic_is_group_section (bfd *, const asection *sec);
6017 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
6020 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
6058 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
6060 (abfd, sec, syms, off, file, func, line))
6062 #define bfd_find_nearest_line_discriminator(abfd, sec, syms, off, file, func, \
6065 (abfd, sec, syms, off, file, func, line, disc))
6105 #define bfd_is_group_section(abfd, sec) \
6106 BFD_SEND (abfd, _bfd_is_group_section, (abfd, sec))
6108 #define bfd_discard_group(abfd, sec) \
6109 BFD_SEND (abfd, _bfd_discard_group, (abfd, sec))
6120 #define bfd_link_just_syms(abfd, sec, info) \
6121 BFD_SEND (abfd, _bfd_link_just_syms, (sec, info))
6593 /* Check if SEC has been already linked during a reloceatable or
6660 bfd_boolean bfd_link_split_section (bfd *abfd, asection *sec);
6662 #define bfd_link_split_section(abfd, sec) \
6663 BFD_SEND (abfd, _bfd_link_split_section, (abfd, sec))
6666 asection *sec,
6669 #define bfd_section_already_linked(abfd, sec, info) \
6670 BFD_SEND (abfd, _section_already_linked, (abfd, sec, info))
6688 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);