Searched refs:try_debuginfo (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/agent/src/os/linux/ |
H A D | symtab.c | 255 static struct symtab* build_symtab_internal(int fd, const char *filename, bool try_debuginfo); 268 struct symtab *symtab = build_symtab_internal(fd, NULL, /* try_debuginfo */ false); 313 symtab = build_symtab_internal(fd, NULL, /* try_debuginfo */ false); 321 // read symbol table from given fd. If try_debuginfo) is true, also 323 static struct symtab* build_symtab_internal(int fd, const char *filename, bool try_debuginfo) { argument 439 if (try_debuginfo) { 492 return build_symtab_internal(fd, filename, /* try_debuginfo */ true);
|
Completed in 29 milliseconds