Searched refs:comp_dir (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c175 char *comp_dir; member in struct:comp_unit
721 char *comp_dir; member in struct:line_info_table
893 dirname = table->comp_dir;
1014 table->comp_dir = unit->comp_dir;
2019 char *comp_dir = attr.u.str; local
2020 if (comp_dir)
2024 char *cp = strchr (comp_dir, ':');
2026 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2027 comp_dir
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp766 llvm::StringRef comp_dir = removeHostnameFromPathname(
768 if (!comp_dir.empty()) {
770 FileSpec::GuessPathStyle(comp_dir).getValueOr(FileSpec::Style::native);
771 m_comp_dir = resolveCompDir(FileSpec(comp_dir, comp_dir_style));
H A DSymbolFileDWARF.cpp1604 const char *comp_dir = local
1606 if (!comp_dir)
1609 dwo_file.SetFile(comp_dir, FileSpec::Style::native);
1664 const char *comp_dir = local
1666 if (comp_dir) {
1667 dwo_module_spec.GetFileSpec().SetFile(comp_dir,
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c2044 char *comp_dir = NULL; local
2069 comp_dir = DW_STRING (attr);
2070 if (comp_dir)
2074 char *cp = strchr (comp_dir, ':');
2076 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2077 comp_dir = cp + 1;
2108 start_symtab (name, comp_dir, lowpc);
2134 dwarf_decode_lines (line_header, comp_dir, abfd, cu);
2147 comp_dir, abfd, cu);
5344 dwarf_decode_lines (struct line_header *lh, char *comp_dir, bf argument
7698 file_full_name(int file, struct line_header *lh, const char *comp_dir) argument
7731 macro_start_file(int file, int line, struct macro_source_file *current_file, const char *comp_dir, struct line_header *lh, struct objfile *objfile) argument
7930 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c1519 char *comp_dir;
1619 comp_dir = getpwd ();
1620 len = strlen (comp_dir) + 1;
1622 memcpy (p, comp_dir, len);
1515 char *comp_dir; local

Completed in 201 milliseconds