| /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.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/gdb.old/dist/gdb/dwarf2/ |
| line-header.h | 73 /* COMP_DIR is the value of the DW_AT_comp_dir attribute of the compilation 76 explicit line_header (const char *comp_dir) 77 : offset_in_dwz {}, m_comp_dir (comp_dir) 180 const char *comp_dir () const function in struct:line_header 218 const char *comp_dir);
|
| read.c | 360 const char *comp_dir = nullptr; member in struct:dwo_file 819 const char *comp_dir); 1155 const char *comp_dir, ULONGEST signature, int is_debug_types); 1160 (dwarf2_cu *cu, const char *dwo_name, const char *comp_dir, 1164 (dwarf2_cu *cu, const char *dwo_name, const char *comp_dir); 1624 const char *comp_dir; 1923 qfn->comp_dir = fnd.intern_comp_dir (per_objfile->objfile); 1975 dirname = qfn->comp_dir; 3800 /* Reconstruct the comp_dir attribute to simplify the code below. */ 3801 struct attribute *comp_dir = OBSTACK_ZALLOC (&cu->comp_unit_obstack 1621 const char *comp_dir; member in struct:quick_file_names 3797 struct attribute *comp_dir = OBSTACK_ZALLOC (&cu->comp_unit_obstack, local 3907 const char *comp_dir; local 7687 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/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.old/dist/gdb/ |
| macrotab.c | 1072 const char *comp_dir = NULL; 1075 comp_dir = file->table->compunit_symtab->dirname (); 1077 if (comp_dir == NULL || IS_ABSOLUTE_PATH (file->filename)) 1080 return path_join (comp_dir, file->filename); 1066 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.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/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/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/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 | 387 char *comp_dir; member in struct:comp_unit 1809 char * comp_dir; member in struct:line_info_table 2070 dir_name = table->comp_dir; 2846 table->comp_dir = unit->comp_dir; 4345 char *comp_dir = attr->u.str; local 4352 comp_dir = NULL; 4355 if (comp_dir) 4357 char *cp = strchr (comp_dir, ':'); 4359 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/' 4598 char *comp_dir = attr.u.str; 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...] |
| /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...] |