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

  /src/external/gpl3/binutils/dist/bfd/
section.c 836 unsigned int _bfd_section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ variable
843 /* Locking needed for the _bfd_section_id access. */
847 newsect->id = _bfd_section_id;
854 _bfd_section_id++;
  /src/external/gpl3/binutils.old/dist/bfd/
section.c 832 unsigned int _bfd_section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ variable
839 /* Locking needed for the _bfd_section_id access. */
843 newsect->id = _bfd_section_id;
850 _bfd_section_id++;
  /src/external/gpl3/gdb/dist/bfd/
section.c 833 unsigned int _bfd_section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ variable
840 /* Locking needed for the _bfd_section_id access. */
844 newsect->id = _bfd_section_id;
851 _bfd_section_id++;
  /src/external/gpl3/gdb.old/dist/bfd/
section.c 835 unsigned int _bfd_section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ variable
842 newsect->id = _bfd_section_id;
849 _bfd_section_id++;

Completed in 18 milliseconds