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

  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
elf.c 349 static const char * const dwarf_section_names[DEBUG_MAX] = variable
6744 if (strcmp (name, dwarf_section_names[j]) == 0)
6757 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)
elf.c 349 static const char * const dwarf_section_names[DEBUG_MAX] = variable
6744 if (strcmp (name, dwarf_section_names[j]) == 0)
6757 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
elf.c 342 static const char * const dwarf_section_names[DEBUG_MAX] = variable
4219 if (strcmp (name, dwarf_section_names[j]) == 0)
4232 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)
elf.c 342 static const char * const dwarf_section_names[DEBUG_MAX] = variable
4219 if (strcmp (name, dwarf_section_names[j]) == 0)
4232 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
elf.c 349 static const char * const dwarf_section_names[DEBUG_MAX] = variable
6744 if (strcmp (name, dwarf_section_names[j]) == 0)
6757 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)
elf.c 349 static const char * const dwarf_section_names[DEBUG_MAX] = variable
6744 if (strcmp (name, dwarf_section_names[j]) == 0)
6757 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
macho.c 300 static const char * const dwarf_section_names[DEBUG_MAX] = variable
356 if (dwarf_section_names[i][0] != '\0'
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0)
elf.c 349 static const char * const dwarf_section_names[DEBUG_MAX] = variable
6744 if (strcmp (name, dwarf_section_names[j]) == 0)
6757 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)
elf.c 349 static const char * const dwarf_section_names[DEBUG_MAX] = variable
6744 if (strcmp (name, dwarf_section_names[j]) == 0)
6757 if (strcmp (name + 2, dwarf_section_names[j] + 1) == 0)

Completed in 169 milliseconds