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

  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 1979 asection *real_sec;
1984 real_sec = coff_section_from_bfd_index (abfd, (int) hdr->s_nreloc);
1985 if (real_sec == NULL)
1988 real_sec->reloc_count = hdr->s_paddr;
1989 real_sec->lineno_count = hdr->s_vaddr;
1978 asection *real_sec; local
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 1972 asection *real_sec;
1977 real_sec = coff_section_from_bfd_index (abfd, (int) hdr->s_nreloc);
1978 if (real_sec == NULL)
1981 real_sec->reloc_count = hdr->s_paddr;
1982 real_sec->lineno_count = hdr->s_vaddr;
1971 asection *real_sec; local
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 1981 asection *real_sec;
1986 real_sec = coff_section_from_bfd_index (abfd, (int) hdr->s_nreloc);
1987 if (real_sec == NULL)
1990 real_sec->reloc_count = hdr->s_paddr;
1991 real_sec->lineno_count = hdr->s_vaddr;
1980 asection *real_sec; local
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 1981 asection *real_sec;
1986 real_sec = coff_section_from_bfd_index (abfd, (int) hdr->s_nreloc);
1987 if (real_sec == NULL)
1990 real_sec->reloc_count = hdr->s_paddr;
1991 real_sec->lineno_count = hdr->s_vaddr;
1980 asection *real_sec; local

Completed in 38 milliseconds