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

  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 909 asection *targ_sec;
912 targ_sec = bfd_section_from_elf_index (abfd, targ_index);
913 if (targ_sec != NULL
914 && (targ_sec->flags & SEC_DEBUGGING) != 0)
907 asection *targ_sec; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 910 asection *targ_sec;
913 targ_sec = bfd_section_from_elf_index (abfd, targ_index);
914 if (targ_sec != NULL
915 && (targ_sec->flags & SEC_DEBUGGING) != 0)
908 asection *targ_sec; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 910 asection *targ_sec;
913 targ_sec = bfd_section_from_elf_index (abfd, targ_index);
914 if (targ_sec != NULL
915 && (targ_sec->flags & SEC_DEBUGGING) != 0)
908 asection *targ_sec; local
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 910 asection *targ_sec;
913 targ_sec = bfd_section_from_elf_index (abfd, targ_index);
914 if (targ_sec != NULL
915 && (targ_sec->flags & SEC_DEBUGGING) != 0)
908 asection *targ_sec; local

Completed in 20 milliseconds