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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.h 77 /* COMP_DIR is the value of the DW_AT_comp_dir attribute of the compilation
80 explicit line_header (const char *comp_dir)
81 : offset_in_dwz {}, m_comp_dir (comp_dir)
184 const char *comp_dir () const function in struct:line_header
222 const char *comp_dir);
read.h 488 const char *comp_dir; member in struct:dwo_file_search
491 /* Hash function for dwo_file objects, using their dwo_name and comp_dir as
502 /* Equal function for dwo_file objects, using their dwo_name and comp_dir as
514 /* Set of dwo_file objects, using their dwo_name and comp_dir as identity. */
1076 const char *comp_dir);
1079 const char *comp_dir);
1088 const char *comp_dir, ULONGEST signature,
1092 const char *comp_dir, ULONGEST signature);
1095 const char *comp_dir);
read.c 381 const char *comp_dir = nullptr; member in struct:dwo_file
410 if (search.comp_dir != nullptr)
411 hash += htab_hash_string (search.comp_dir);
421 return (*this) ({ file->dwo_name.c_str (), file->comp_dir });
433 if (search.comp_dir == nullptr || dwo_file->comp_dir == nullptr)
434 return search.comp_dir == dwo_file->comp_dir;
436 return std::strcmp (search.comp_dir, dwo_file->comp_dir) == 0
1534 const char *comp_dir; member in struct:quick_file_names
2708 struct attribute *comp_dir = OBSTACK_ZALLOC (&cu->comp_unit_obstack, local
2826 const char *comp_dir; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.h 77 /* COMP_DIR is the value of the DW_AT_comp_dir attribute of the compilation
80 explicit line_header (const char *comp_dir)
81 : offset_in_dwz {}, m_comp_dir (comp_dir)
184 const char *comp_dir () const function in struct:line_header
222 const char *comp_dir);
read.c 361 const char *comp_dir = nullptr; member in struct:dwo_file
820 const char *comp_dir);
1154 const char *comp_dir, ULONGEST signature, int is_debug_types);
1159 (dwarf2_cu *cu, const char *dwo_name, const char *comp_dir,
1163 (dwarf2_cu *cu, const char *dwo_name, const char *comp_dir);
1632 const char *comp_dir;
1933 qfn->comp_dir = fnd.intern_comp_dir (per_objfile->objfile);
1985 dirname = qfn->comp_dir;
3811 /* Reconstruct the comp_dir attribute to simplify the code below. */
3812 struct attribute *comp_dir = OBSTACK_ZALLOC (&cu->comp_unit_obstack
1629 const char *comp_dir; member in struct:quick_file_names
3808 struct attribute *comp_dir = OBSTACK_ZALLOC (&cu->comp_unit_obstack, local
3919 const char *comp_dir; local
7766 const char *comp_dir; member in struct:dwo_file_search
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Module.h 190 char *comp_dir; // directory used to compile module member in class:Module
DwarfLib.h 353 char *comp_dir; // compilation directory (DW_AT_comp_dir) member in class:DwrCU
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Module.h 190 char *comp_dir; // directory used to compile module member in class:Module
DwarfLib.h 353 char *comp_dir; // compilation directory (DW_AT_comp_dir) member in class:DwrCU
  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.c 1071 const char *comp_dir = NULL;
1074 comp_dir = file->table->compunit_symtab->dirname ();
1076 if (comp_dir == NULL || IS_ABSOLUTE_PATH (file->filename))
1079 return path_join (comp_dir, file->filename);
1065 const char *comp_dir = NULL; local
  /src/external/gpl3/gdb/dist/gdb/
macrotab.c 1071 const char *comp_dir = NULL;
1074 comp_dir = file->table->compunit_symtab->dirname ();
1076 if (comp_dir == NULL || IS_ABSOLUTE_PATH (file->filename))
1079 return path_join (comp_dir, file->filename);
1065 const char *comp_dir = NULL; local
  /src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c 3070 char *comp_dir = remap_debug_filename (getpwd ());
3071 len = strlen (comp_dir) + 1;
3073 memcpy (p, comp_dir, len);
3074 free (comp_dir);
3067 char *comp_dir = remap_debug_filename (getpwd ()); local
  /src/external/gpl3/binutils.old/dist/gas/
dwarf2dbg.c 3068 char *comp_dir = remap_debug_filename (getpwd ());
3069 len = strlen (comp_dir) + 1;
3071 memcpy (p, comp_dir, len);
3072 free (comp_dir);
3065 char *comp_dir = remap_debug_filename (getpwd ()); local
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 328 const char *comp_dir; member in struct:unit
2056 error_callback, data, &u->comp_dir))
2229 u->comp_dir = NULL;
2373 hdr->dirs[0] = u->comp_dir;
3820 && entry->u->comp_dir != NULL)
3828 dir = entry->u->comp_dir;
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 328 const char *comp_dir; member in struct:unit
2056 error_callback, data, &u->comp_dir))
2229 u->comp_dir = NULL;
2373 hdr->dirs[0] = u->comp_dir;
3820 && entry->u->comp_dir != NULL)
3828 dir = entry->u->comp_dir;
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 328 const char *comp_dir; member in struct:unit
2056 error_callback, data, &u->comp_dir))
2229 u->comp_dir = NULL;
2373 hdr->dirs[0] = u->comp_dir;
3820 && entry->u->comp_dir != NULL)
3828 dir = entry->u->comp_dir;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 328 const char *comp_dir; member in struct:unit
2056 error_callback, data, &u->comp_dir))
2229 u->comp_dir = NULL;
2373 hdr->dirs[0] = u->comp_dir;
3820 && entry->u->comp_dir != NULL)
3828 dir = entry->u->comp_dir;
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 384 char *comp_dir; member in struct:comp_unit
1816 char * comp_dir; member in struct:line_info_table
2077 dir_name = table->comp_dir;
2853 table->comp_dir = unit->comp_dir;
4352 char *comp_dir = attr->u.str; local
4359 comp_dir = NULL;
4362 if (comp_dir)
4364 char *cp = strchr (comp_dir, ':');
4366 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/'
4605 char *comp_dir = attr.u.str; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 384 char *comp_dir; member in struct:comp_unit
1816 char * comp_dir; member in struct:line_info_table
2077 dir_name = table->comp_dir;
2853 table->comp_dir = unit->comp_dir;
4352 char *comp_dir = attr->u.str; local
4359 comp_dir = NULL;
4362 if (comp_dir)
4364 char *cp = strchr (comp_dir, ':');
4366 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/'
4605 char *comp_dir = attr.u.str; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 384 char *comp_dir; member in struct:comp_unit
1816 char * comp_dir; member in struct:line_info_table
2077 dir_name = table->comp_dir;
2853 table->comp_dir = unit->comp_dir;
4352 char *comp_dir = attr->u.str; local
4359 comp_dir = NULL;
4362 if (comp_dir)
4364 char *cp = strchr (comp_dir, ':');
4366 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/'
4605 char *comp_dir = attr.u.str; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 384 char *comp_dir; member in struct:comp_unit
1816 char * comp_dir; member in struct:line_info_table
2077 dir_name = table->comp_dir;
2853 table->comp_dir = unit->comp_dir;
4352 char *comp_dir = attr->u.str; local
4359 comp_dir = NULL;
4362 if (comp_dir)
4364 char *cp = strchr (comp_dir, ':');
4366 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/'
4605 char *comp_dir = attr.u.str; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 237 /* With split_debug_info, both the comp_dir and dwo_name go in the
242 That is, the comp_dir and dwo_name will appear in both places.
11413 const char *comp_dir = comp_dir_string ();
11416 if (comp_dir != NULL)
11417 add_skeleton_AT_string (die, DW_AT_comp_dir, comp_dir);
12603 const char *comp_dir = comp_dir_string ();
12604 if (comp_dir == NULL)
12605 comp_dir = "";
12615 dw2_asm_output_nstring (comp_dir, -1, "Directory Entry: %#x", 0);
12617 output_line_string (str_form, comp_dir, "Directory Entry", 0)
11401 const char *comp_dir = comp_dir_string (); local
12591 const char *comp_dir = comp_dir_string (); local
12767 const char *comp_dir = comp_dir_string (); local
29711 const char *comp_dir, *filename0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 237 /* With split_debug_info, both the comp_dir and dwo_name go in the
242 That is, the comp_dir and dwo_name will appear in both places.
11371 const char *comp_dir = comp_dir_string ();
11374 if (comp_dir != NULL)
11375 add_skeleton_AT_string (die, DW_AT_comp_dir, comp_dir);
12561 const char *comp_dir = comp_dir_string ();
12562 if (comp_dir == NULL)
12563 comp_dir = "";
12573 dw2_asm_output_nstring (comp_dir, -1, "Directory Entry: %#x", 0);
12575 output_line_string (str_form, comp_dir, "Directory Entry", 0)
11359 const char *comp_dir = comp_dir_string (); local
12549 const char *comp_dir = comp_dir_string (); local
12725 const char *comp_dir = comp_dir_string (); local
29565 const char *comp_dir, *filename0; local
    [all...]

Completed in 65 milliseconds