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

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 4145 asection *subdeb;
4175 subdeb = NULL;
4179 subdeb = bfd_get_section_by_name (sub, ".debug");
4180 if (subdeb != NULL
4181 && subdeb->size != 0
4182 && (subdeb->flags & SEC_HAS_CONTENTS) != 0)
4189 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
4273 /* Clear the size of subdeb, so that it is not included directly
4275 subdeb->size = 0;
4134 asection *subdeb; local
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 4145 asection *subdeb;
4175 subdeb = NULL;
4179 subdeb = bfd_get_section_by_name (sub, ".debug");
4180 if (subdeb != NULL
4181 && subdeb->size != 0
4182 && (subdeb->flags & SEC_HAS_CONTENTS) != 0)
4189 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
4273 /* Clear the size of subdeb, so that it is not included directly
4275 subdeb->size = 0;
4134 asection *subdeb; local
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 4098 asection *subdeb;
4128 subdeb = NULL;
4132 subdeb = bfd_get_section_by_name (sub, ".debug");
4133 if (subdeb != NULL
4134 && subdeb->size != 0
4135 && (subdeb->flags & SEC_HAS_CONTENTS) != 0)
4142 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
4226 /* Clear the size of subdeb, so that it is not included directly
4228 subdeb->size = 0;
4087 asection *subdeb; local
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 4106 asection *subdeb;
4136 subdeb = NULL;
4140 subdeb = bfd_get_section_by_name (sub, ".debug");
4141 if (subdeb != NULL
4142 && subdeb->size != 0
4143 && (subdeb->flags & SEC_HAS_CONTENTS) != 0)
4150 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
4234 /* Clear the size of subdeb, so that it is not included directly
4236 subdeb->size = 0;
4095 asection *subdeb; local

Completed in 29 milliseconds