HomeSort by: relevance | last modified time | path
    Searched defs:_bfd_std_section (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
section.c 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[] = { variable
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
section.c 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[] = { variable
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
section.c 657 .extern asection _bfd_std_section[4];
665 .#define bfd_com_section_ptr (&_bfd_std_section[0])
667 .#define bfd_und_section_ptr (&_bfd_std_section[1])
669 .#define bfd_abs_section_ptr (&_bfd_std_section[2])
671 .#define bfd_ind_section_ptr (&_bfd_std_section[3])
694 . return (sec >= _bfd_std_section
695 . && sec < _bfd_std_section + (sizeof (_bfd_std_section)
696 . / sizeof (_bfd_std_section[0])));
774 BFD_FAKE_SECTION(_bfd_std_section[IDX], &global_syms[IDX], NAME, IDX, FLAGS
776 asection _bfd_std_section[] = { variable
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
section.c 658 .extern asection _bfd_std_section[4];
666 .#define bfd_com_section_ptr (&_bfd_std_section[0])
668 .#define bfd_und_section_ptr (&_bfd_std_section[1])
670 .#define bfd_abs_section_ptr (&_bfd_std_section[2])
672 .#define bfd_ind_section_ptr (&_bfd_std_section[3])
695 . return (sec >= _bfd_std_section
696 . && sec < _bfd_std_section + (sizeof (_bfd_std_section)
697 . / sizeof (_bfd_std_section[0])));
775 BFD_FAKE_SECTION(_bfd_std_section[IDX], &global_syms[IDX], NAME, IDX, FLAGS
777 asection _bfd_std_section[] = { variable
    [all...]

Completed in 26 milliseconds