/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | dwarf2.c | 340 char *comp_dir; member 1738 char * comp_dir; member 1986 dir_name = table->comp_dir; in concat_filename() 2742 table->comp_dir = unit->comp_dir; in decode_line_info() 4249 char *comp_dir = attr->u.str; in reread_attribute() local 4256 comp_dir = NULL; in reread_attribute() 4259 if (comp_dir) in reread_attribute() 4261 char *cp = strchr (comp_dir, ':'); in reread_attribute() 4263 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/') in reread_attribute() 4264 comp_dir = cp + 1; in reread_attribute() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | dwarf2.c | 387 char *comp_dir; member 1809 char * comp_dir; member 2070 dir_name = table->comp_dir; in concat_filename() 2824 table->comp_dir = unit->comp_dir; in decode_line_info() 4324 char *comp_dir = attr->u.str; in reread_attribute() local 4331 comp_dir = NULL; in reread_attribute() 4334 if (comp_dir) in reread_attribute() 4336 char *cp = strchr (comp_dir, ':'); in reread_attribute() 4338 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/') in reread_attribute() 4339 comp_dir = cp + 1; in reread_attribute() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DwarfLib.cc | 1588 comp_dir = NULL; in DwrCU() 1651 free (comp_dir); in ~DwrCU() 1861 comp_dir = dbe_strdup (Dwarf_string (DW_AT_comp_dir)); in parse_cu_header() 1862 char *dir_name = comp_dir ? StrChr (comp_dir, ':') : NULL; in parse_cu_header() 1877 module->comp_dir = dbe_strdup (dir_name); in parse_cu_header() 2128 stmt_list_offset), comp_dir); in get_dwrLineReg()
|
H A D | Module.h | 190 char *comp_dir; // directory used to compile module variable
|
H A D | DwarfLib.h | 303 char *comp_dir; // compilation directory (DW_AT_comp_dir) variable
|
H A D | Module.cc | 78 comp_dir = NULL; in Module() 104 free (comp_dir); in ~Module()
|
H A D | Dwarf.cc | 991 stmt_list_offset), comp_dir); in append_Function()
|
H A D | Stabs.cc | 1337 module->comp_dir = dbe_strndup (str, comp_flags - str); in srcline_Stabs() 2104 mod->comp_dir = dbe_strndup (str, comp_flags - str); in archive_Stabs()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | DwarfLib.cc | 1822 comp_dir = NULL; in DwrCU() 1885 free (comp_dir); in ~DwrCU() 2143 comp_dir = dbe_strdup (Dwarf_string (DW_AT_comp_dir)); in parse_cu_header() 2144 char *dir_name = comp_dir ? StrChr (comp_dir, ':') : NULL; in parse_cu_header() 2159 module->comp_dir = dbe_strdup (dir_name); in parse_cu_header() 2413 stmt_list_offset), comp_dir); in get_dwrLineReg()
|
H A D | Module.h | 190 char *comp_dir; // directory used to compile module variable
|
H A D | DwarfLib.h | 310 char *comp_dir; // compilation directory (DW_AT_comp_dir) variable
|
H A D | Module.cc | 78 comp_dir = NULL; in Module() 104 free (comp_dir); in ~Module()
|
H A D | Stabs.cc | 1336 module->comp_dir = dbe_strndup (str, comp_flags - str); in srcline_Stabs() 2104 mod->comp_dir = dbe_strndup (str, comp_flags - str); in archive_Stabs()
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | dwarf.c | 328 const char *comp_dir; member 2043 error_callback, data, &u->comp_dir)) in find_address_ranges() 2213 u->comp_dir = NULL; in build_address_map() 2391 || (dir_index == 0 && u->comp_dir == NULL)) in read_v2_paths() 2401 dir = u->comp_dir; in read_v2_paths() 2769 dir = u->comp_dir; in read_line_program() 3714 && entry->u->comp_dir != NULL) in dwarf_lookup_pc() 3722 dir = entry->u->comp_dir; in dwarf_lookup_pc()
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | dwarf.c | 328 const char *comp_dir; member 2056 error_callback, data, &u->comp_dir)) in find_address_ranges() 2229 u->comp_dir = NULL; in build_address_map() 2373 hdr->dirs[0] = u->comp_dir; in read_v2_paths() 3820 && entry->u->comp_dir != NULL) in dwarf_lookup_pc() 3828 dir = entry->u->comp_dir; in dwarf_lookup_pc()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | dwarf2dbg.c | 3057 char *comp_dir = remap_debug_filename (getpwd ()); in out_debug_str() local 3058 len = strlen (comp_dir) + 1; in out_debug_str() 3060 memcpy (p, comp_dir, len); in out_debug_str() 3061 free (comp_dir); in out_debug_str()
|
H A D | ChangeLog-2011 | 1730 (out_debug_info): Free malloced 'dirname' and 'comp_dir'. 1741 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | dwarf2dbg.c | 2996 char *comp_dir = remap_debug_filename (getpwd ()); in out_debug_str() local 2997 len = strlen (comp_dir) + 1; in out_debug_str() 2999 memcpy (p, comp_dir, len); in out_debug_str() 3000 free (comp_dir); in out_debug_str()
|
H A D | ChangeLog-2011 | 1730 (out_debug_info): Free malloced 'dirname' and 'comp_dir'. 1741 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 11359 const char *comp_dir = comp_dir_string (); in add_top_level_skeleton_die_attrs() local 11362 if (comp_dir != NULL) in add_top_level_skeleton_die_attrs() 11363 add_skeleton_AT_string (die, DW_AT_comp_dir, comp_dir); in add_top_level_skeleton_die_attrs() 12549 const char *comp_dir = comp_dir_string (); in output_file_names() local 12550 if (comp_dir == NULL) in output_file_names() 12551 comp_dir = ""; in output_file_names() 12561 dw2_asm_output_nstring (comp_dir, -1, "Directory Entry: %#x", 0); in output_file_names() 12563 output_line_string (str_form, comp_dir, "Directory Entry", 0); in output_file_names() 12725 const char *comp_dir = comp_dir_string (); in output_file_names() local 12726 if (comp_dir == NULL) in output_file_names() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2013 | 7526 (struct die_reader_specs): New member comp_dir. 7535 (init_cu_die_reader): Initialize comp_dir. 7542 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir. 9516 * dwarf2read.c (struct dwo_file): New member comp_dir. 9518 (hash_dwo_file): Include comp_dir in computation. 9520 (lookup_dwo_file_slot): New arg comp_dir. All callers updated. 12254 file_file_name for it. Add comp_dir parameter to new_macro_table. 12259 * macrotab.c (struct macro_table): New field comp_dir. 12276 (new_macro_table): Add parameter comp_dir. Initialize T with it. 12280 (new_macro_table): New parameter comp_dir, add a comment for it. [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2013 | 7526 (struct die_reader_specs): New member comp_dir. 7535 (init_cu_die_reader): Initialize comp_dir. 7542 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir. 9516 * dwarf2read.c (struct dwo_file): New member comp_dir. 9518 (hash_dwo_file): Include comp_dir in computation. 9520 (lookup_dwo_file_slot): New arg comp_dir. All callers updated. 12254 file_file_name for it. Add comp_dir parameter to new_macro_table. 12259 * macrotab.c (struct macro_table): New field comp_dir. 12276 (new_macro_table): Add parameter comp_dir. Initialize T with it. 12280 (new_macro_table): New parameter comp_dir, add a comment for it. [all …]
|
H A D | ChangeLog-1996 | 347 Get rid of Irix6.2 native cc compile machine prefix in comp_dir. 351 comp_dir to decode_lines. 411 Use comp_dir when directory index is 0.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 289 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 11197 const char *comp_dir = comp_dir_string (); in add_top_level_skeleton_die_attrs() local 11200 if (comp_dir != NULL) in add_top_level_skeleton_die_attrs() 11201 add_skeleton_AT_string (die, DW_AT_comp_dir, comp_dir); in add_top_level_skeleton_die_attrs() 12325 const char *comp_dir = comp_dir_string (); in output_file_names() local 12326 if (comp_dir == NULL) in output_file_names() 12327 comp_dir = ""; in output_file_names() 12337 dw2_asm_output_nstring (comp_dir, -1, "Directory Entry: %#x", 0); in output_file_names() 12346 output_line_string (str_form, comp_dir, "Directory Entry", 0); in output_file_names()
|