Searched refs:comp_dir (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | dwarf2.c | 149 char* comp_dir; member 702 char* comp_dir; member 836 : table->comp_dir); in concat_filename() 945 table->comp_dir = unit->comp_dir; in decode_line_info() 1542 char* comp_dir = attr.u.str; in parse_comp_unit() local 1543 if (comp_dir) in parse_comp_unit() 1547 char *cp = strchr (comp_dir, ':'); in parse_comp_unit() 1549 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/') in parse_comp_unit() 1550 comp_dir = cp + 1; in parse_comp_unit() 1552 unit->comp_dir = comp_dir; in parse_comp_unit()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | dwarf2.c | 173 char *comp_dir; member 716 char *comp_dir; member 881 : table->comp_dir); in concat_filename() 988 table->comp_dir = unit->comp_dir; in decode_line_info() 1997 char *comp_dir = attr.u.str; in parse_comp_unit() local 1998 if (comp_dir) in parse_comp_unit() 2002 char *cp = strchr (comp_dir, ':'); in parse_comp_unit() 2004 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/') in parse_comp_unit() 2005 comp_dir = cp + 1; in parse_comp_unit() 2007 unit->comp_dir = comp_dir; in parse_comp_unit()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 820 llvm::StringRef comp_dir = removeHostnameFromPathname( in ComputeCompDirAndGuessPathStyle() local 822 if (!comp_dir.empty()) { in ComputeCompDirAndGuessPathStyle() 824 FileSpec::GuessPathStyle(comp_dir).value_or(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle() 825 m_comp_dir = FileSpec(comp_dir, comp_dir_style); in ComputeCompDirAndGuessPathStyle()
|
| H A D | SymbolFileDWARF.cpp | 1025 std::string comp_dir = dwarf_cu.GetCompilationDirectory().GetPath(); in ParseSupportFiles() local 1027 module, prologue, dwarf_cu.GetPathStyle(), comp_dir); in ParseSupportFiles() 1755 const char *comp_dir = nullptr; in GetDwoSymbolFileForCompileUnit() local 1759 comp_dir = cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, in GetDwoSymbolFileForCompileUnit() 1761 if (!comp_dir) { in GetDwoSymbolFileForCompileUnit() 1770 dwo_file.SetFile(comp_dir, FileSpec::Style::native); in GetDwoSymbolFileForCompileUnit() 1849 const char *comp_dir = in UpdateExternalModuleListIfNeeded() local 1851 if (comp_dir) { in UpdateExternalModuleListIfNeeded() 1852 dwo_module_spec.GetFileSpec().SetFile(comp_dir, in UpdateExternalModuleListIfNeeded()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | dwarf2dbg.c | 1388 char *comp_dir; in out_debug_info() local 1483 comp_dir = getpwd (); in out_debug_info() 1484 len = strlen (comp_dir) + 1; in out_debug_info() 1486 memcpy (p, comp_dir, len); in out_debug_info()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | dwarf2dbg.c | 1347 char *comp_dir; in out_debug_info() local 1442 comp_dir = getpwd (); in out_debug_info() 1443 len = strlen (comp_dir) + 1; in out_debug_info() 1445 memcpy (p, comp_dir, len); in out_debug_info()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarf2read.c | 2730 char *comp_dir = NULL; in read_file_scope() local 2755 comp_dir = DW_STRING (attr); in read_file_scope() 2756 if (comp_dir) in read_file_scope() 2760 char *cp = strchr (comp_dir, ':'); in read_file_scope() 2762 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/') in read_file_scope() 2763 comp_dir = cp + 1; in read_file_scope() 2791 start_symtab (name, comp_dir, lowpc); in read_file_scope() 2817 dwarf_decode_lines (line_header, comp_dir, abfd, cu, NULL); in read_file_scope() 2830 comp_dir, abfd, cu); in read_file_scope() 6424 dwarf_decode_lines (struct line_header *lh, char *comp_dir, bfd *abfd, in dwarf_decode_lines() argument [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.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 295 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)
|