Home | History | Annotate | Download | only in bfd

Lines Matching defs:_bfd_std_section

664 .extern asection _bfd_std_section[4];
675 .#define bfd_com_section_ptr (&_bfd_std_section[0])
677 .#define bfd_und_section_ptr (&_bfd_std_section[1])
679 .#define bfd_abs_section_ptr (&_bfd_std_section[2])
681 .#define bfd_ind_section_ptr (&_bfd_std_section[3])
704 . return (sec >= _bfd_std_section
705 . && sec < _bfd_std_section + (sizeof (_bfd_std_section)
706 . / sizeof (_bfd_std_section[0])));
777 BFD_FAKE_SECTION(_bfd_std_section[IDX], &global_syms[IDX], NAME, IDX, FLAGS)
779 asection _bfd_std_section[] = {