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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-event.h89 char *comp_dir; /* Compile directory */ member in struct:line_range
H A Dprobe-finder.c1405 const char *comp_dir; local
1442 /* Store comp_dir */
1444 comp_dir = cu_get_comp_dir(&lf.cu_die);
1445 if (comp_dir) {
1446 lr->comp_dir = strdup(comp_dir);
1447 if (!lr->comp_dir)
H A Dprobe-event.c207 static int get_real_path(const char *raw_path, const char *comp_dir, argument
213 if (raw_path[0] != '/' && comp_dir)
214 /* If not an absolute path, try to use comp_dir */
215 prefix = comp_dir;
236 /* In case of searching comp_dir, don't retry */
334 ret = get_real_path(tmp, lr->comp_dir, &lr->path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dprobe-event.h89 char *comp_dir; /* Compile directory */ member in struct:line_range
H A Dprobe-finder.c1405 const char *comp_dir; local
1442 /* Store comp_dir */
1444 comp_dir = cu_get_comp_dir(&lf.cu_die);
1445 if (comp_dir) {
1446 lr->comp_dir = strdup(comp_dir);
1447 if (!lr->comp_dir)
H A Dprobe-event.c207 static int get_real_path(const char *raw_path, const char *comp_dir, argument
213 if (raw_path[0] != '/' && comp_dir)
214 /* If not an absolute path, try to use comp_dir */
215 prefix = comp_dir;
236 /* In case of searching comp_dir, don't retry */
334 ret = get_real_path(tmp, lr->comp_dir, &lr->path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Ddwarf2.c204 char *comp_dir; member in struct:comp_unit
870 char *comp_dir; member in struct:line_info_table
1053 dirname = table->comp_dir;
1174 table->comp_dir = unit->comp_dir;
2181 char *comp_dir = attr.u.str; local
2182 if (comp_dir)
2186 char *cp = strchr (comp_dir, ':');
2188 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2189 comp_dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Ddwarf2.c204 char *comp_dir; member in struct:comp_unit
870 char *comp_dir; member in struct:line_info_table
1053 dirname = table->comp_dir;
1174 table->comp_dir = unit->comp_dir;
2181 char *comp_dir = attr.u.str; local
2182 if (comp_dir)
2186 char *cp = strchr (comp_dir, ':');
2188 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2189 comp_dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Ddwarf2.c204 char *comp_dir; member in struct:comp_unit
870 char *comp_dir; member in struct:line_info_table
1053 dirname = table->comp_dir;
1174 table->comp_dir = unit->comp_dir;
2181 char *comp_dir = attr.u.str; local
2182 if (comp_dir)
2186 char *cp = strchr (comp_dir, ':');
2188 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2189 comp_dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Ddwarf2read.c2787 char *comp_dir = NULL; local
2812 comp_dir = DW_STRING (attr);
2815 comp_dir = ldirname (name);
2816 if (comp_dir != NULL)
2817 make_cleanup (xfree, comp_dir);
2819 if (comp_dir != NULL)
2823 char *cp = strchr (comp_dir, ':');
2825 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2826 comp_dir = cp + 1;
2849 start_symtab (name, comp_dir, lowp
6672 dwarf_decode_lines(struct line_header *lh, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu, struct partial_symtab *pst) argument
6993 dwarf2_start_subfile(char *filename, char *dirname, char *comp_dir) argument
9310 file_full_name(int file, struct line_header *lh, const char *comp_dir) argument
9362 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
9561 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Ddwarf2read.c2787 char *comp_dir = NULL; local
2812 comp_dir = DW_STRING (attr);
2815 comp_dir = ldirname (name);
2816 if (comp_dir != NULL)
2817 make_cleanup (xfree, comp_dir);
2819 if (comp_dir != NULL)
2823 char *cp = strchr (comp_dir, ':');
2825 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2826 comp_dir = cp + 1;
2849 start_symtab (name, comp_dir, lowp
6672 dwarf_decode_lines(struct line_header *lh, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu, struct partial_symtab *pst) argument
6993 dwarf2_start_subfile(char *filename, char *dirname, char *comp_dir) argument
9310 file_full_name(int file, struct line_header *lh, const char *comp_dir) argument
9362 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
9561 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Ddwarf2read.c2787 char *comp_dir = NULL; local
2812 comp_dir = DW_STRING (attr);
2815 comp_dir = ldirname (name);
2816 if (comp_dir != NULL)
2817 make_cleanup (xfree, comp_dir);
2819 if (comp_dir != NULL)
2823 char *cp = strchr (comp_dir, ':');
2825 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2826 comp_dir = cp + 1;
2849 start_symtab (name, comp_dir, lowp
6672 dwarf_decode_lines(struct line_header *lh, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu, struct partial_symtab *pst) argument
6993 dwarf2_start_subfile(char *filename, char *dirname, char *comp_dir) argument
9310 file_full_name(int file, struct line_header *lh, const char *comp_dir) argument
9362 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
9561 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
[all...]

Completed in 152 milliseconds