Lines Matching defs:_bfd_std_section
660 .extern asection _bfd_std_section[4];
671 .#define bfd_com_section_ptr (&_bfd_std_section[0])
673 .#define bfd_und_section_ptr (&_bfd_std_section[1])
675 .#define bfd_abs_section_ptr (&_bfd_std_section[2])
677 .#define bfd_ind_section_ptr (&_bfd_std_section[3])
700 . return (sec >= _bfd_std_section
701 . && sec < _bfd_std_section + (sizeof (_bfd_std_section)
702 . / sizeof (_bfd_std_section[0])));
773 BFD_FAKE_SECTION(_bfd_std_section[IDX], &global_syms[IDX], NAME, IDX, FLAGS)
775 asection _bfd_std_section[] = {