Searched refs:build_symtab_internal (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); 323 static struct symtab* build_symtab_internal(int fd, const char *filename, bool try_debuginfo) { function 492 return build_symtab_internal(fd, filename, /* try_debuginfo */ true);
|
Completed in 25 milliseconds