diff options
Diffstat (limited to 'gprofng/src/Stabs.h')
-rw-r--r-- | gprofng/src/Stabs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gprofng/src/Stabs.h b/gprofng/src/Stabs.h index f0e162b..cd10c25 100644 --- a/gprofng/src/Stabs.h +++ b/gprofng/src/Stabs.h @@ -76,7 +76,7 @@ class Stabs { DBGD_ERR_CHK_SUM }; - Stabs(char *_path, char *_lo_name); + Stabs(Elf *elf, char *_lo_name); ~Stabs(); bool is_relocatable(){ return isRelocatable; } @@ -136,7 +136,6 @@ class Stabs { Vector<char*> *LocalFile; // list of local files Vector<int> *LocalFileIdx; // start index in LocalLst - Elf *openElf(char *fname, Stab_status &st); Map<const char*, Symbol*> *get_elf_symbols(); Dwarf *dwarf; |