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

/freebsd-9.3-release/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-9.3-release/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
7693 file_full_name(int file, struct line_header *lh, const char *comp_dir) argument
7726 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
7925 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddwarf2dbg.c1521 char *comp_dir;
1621 comp_dir = getpwd ();
1622 len = strlen (comp_dir) + 1;
1624 memcpy (p, comp_dir, len);
1517 char *comp_dir; local

Completed in 130 milliseconds