| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Disasm.h | 27 class Stabs; 34 Disasm (Platform_t _platform, Stabs *_stabs); 61 Stabs *stabs; member in class:Disasm
|
| Dwarf.h | 26 #include "Stabs.h" 68 Dwarf (Stabs *_stabs); 76 Stabs::Stab_status status; 86 Stabs *stabs; member in class:Dwarf
|
| LoadObject.h | 27 #include "Stabs.h" 140 Stabs *openDebugInfo (Stabs::Stab_status *stp = NULL); 174 Stabs *objStabs;
|
| Stabs.h | 64 // Stabs object 65 class Stabs { 79 Stabs(Elf *elf, char *_lo_name); 80 ~Stabs(); 109 Stab_status status; // current stabs status 117 Vector<cpf_stabs_t> analyzerInfoMap; // stabs->section mapping
|
| Stabs.cc | 30 #include "Stabs.h" 139 Stabs::removeDupSyms () 166 Stabs::Stabs (Elf *elf, char *_lo_name) 237 Stabs::~Stabs () 251 Stabs::openElf (bool dbg_info) 259 Stabs::read_symbols (Vector<Function*> *functions) 277 Stabs::map_PC_to_sym (uint64_t pc) 297 Stabs::map_PC_to_func (uint64_t pc, uint64_t &low_pc, Vector<Function*> *functions [all...] |
| LoadObject.cc | 36 #include "Stabs.h" 209 Stabs * 210 LoadObject::openDebugInfo (Stabs::Stab_status *stp) 214 Stabs::Stab_status st = Stabs::DBGD_ERR_BAD_ELF_LIB; 218 objStabs = new Stabs (elf, get_pathname ()); 220 if (st != Stabs::DBGD_ERR_NONE) 531 // XXXX it is a clone of Stabs::fixSymtabAlias() 748 Stabs::Stab_status status = Stabs::DBGD_ERR_CANT_OPEN_FILE [all...] |
| Module.h | 39 class Stabs; 192 Stabs *objStabs; // stabs of object file 211 // Check timestamp, warn users if src/dis/stabs later than exp. 214 // Set paths for reading Stabs and Symbols 220 Stabs *openDebugInfo (); 251 time_t stabsMTime; // Creating time for stabs 278 char *stabsPath; // path for reading stabs 281 char *stabsName; // library/path for stabs
|
| Makefile.am | 78 Stabs.cc \
|
| Disasm.cc | 33 #include "Stabs.h" 42 Stabs *stabs; member in struct:DisContext 53 Disasm::Disasm (Platform_t _platform, Stabs *_stabs) 58 stabs = _stabs; 259 if (stabs == NULL && img_fname && dwin == NULL) 294 Data_window *dw = stabs ? stabs->openElf (false) : dwin; 348 if (stabs) 349 return stabs->map_PC_to_func (pc, low_pc, NULL) [all...] |
| Dwarf.cc | 25 #include "Stabs.h" 363 Dwarf::Dwarf (Stabs *_stabs) 365 stabs = _stabs; 366 status = Stabs::DBGD_ERR_NONE; 375 elf = stabs->openElf (true); 378 status = Stabs::DBGD_ERR_BAD_ELF_FORMAT; 393 status = Stabs::DBGD_ERR_NO_DWARF; 470 if (Stabs::is_fortran (ctx->module->lang_code)) 506 if (Stabs::is_fortran (ctx->module->lang_code)) 510 ctx->fortranMAIN = Stabs::find_func (NTXT ("MAIN") [all...] |
| Module.cc | 130 Stabs * 141 // Remove temporary *.o (got from *.a) after reading Stabs 166 return Stabs::is_fortran (lang_code); 618 // Read Stabs info. 630 Stabs *stabs = openDebugInfo (); local 631 if (stabs == NULL) 633 int st = stabs->read_stabs (Inode, this, comComs, true); 636 // Read stabs from .o file 650 Stabs *stabs_o = dot_o_file->objStabs 1763 Stabs *stabs = openDebugInfo (); local [all...] |
| DwarfLib.cc | 1927 module = dwarf->stabs->append_Module (lo, path); 1951 path = dbe_strdup (dwarf->stabs->path); 1959 Vector <Symbol *> *syms = dwarf->stabs->get_symbols (); 2343 Function *f = dwarf->stabs->map_PC_to_func (inlinedSubr->low_pc, 2367 p->func = Stabs::find_func (p->fname, mod->functions, 2368 Stabs::is_fortran (mod->lang_code)); 2400 Function *func = dwarf->stabs->map_PC_to_func (pc, low_pc, mod->functions);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Disasm.h | 27 class Stabs; 34 Disasm (Platform_t _platform, Stabs *_stabs); 61 Stabs *stabs; member in class:Disasm
|
| Dwarf.h | 26 #include "Stabs.h" 68 Dwarf (Stabs *_stabs); 76 Stabs::Stab_status status; 86 Stabs *stabs; member in class:Dwarf
|
| LoadObject.h | 27 #include "Stabs.h" 140 Stabs *openDebugInfo (Stabs::Stab_status *stp = NULL); 174 Stabs *objStabs;
|
| Stabs.h | 64 // Stabs object 65 class Stabs { 79 Stabs(Elf *elf, char *_lo_name); 80 ~Stabs(); 109 Stab_status status; // current stabs status 117 Vector<cpf_stabs_t> analyzerInfoMap; // stabs->section mapping
|
| Stabs.cc | 30 #include "Stabs.h" 139 Stabs::removeDupSyms () 166 Stabs::Stabs (Elf *elf, char *_lo_name) 237 Stabs::~Stabs () 251 Stabs::openElf (bool dbg_info) 259 Stabs::read_symbols (Vector<Function*> *functions) 277 Stabs::map_PC_to_sym (uint64_t pc) 297 Stabs::map_PC_to_func (uint64_t pc, uint64_t &low_pc, Vector<Function*> *functions [all...] |
| LoadObject.cc | 36 #include "Stabs.h" 209 Stabs * 210 LoadObject::openDebugInfo (Stabs::Stab_status *stp) 214 Stabs::Stab_status st = Stabs::DBGD_ERR_BAD_ELF_LIB; 218 objStabs = new Stabs (elf, get_pathname ()); 220 if (st != Stabs::DBGD_ERR_NONE) 531 // XXXX it is a clone of Stabs::fixSymtabAlias() 748 Stabs::Stab_status status = Stabs::DBGD_ERR_CANT_OPEN_FILE [all...] |
| Module.h | 39 class Stabs; 192 Stabs *objStabs; // stabs of object file 211 // Check timestamp, warn users if src/dis/stabs later than exp. 214 // Set paths for reading Stabs and Symbols 220 Stabs *openDebugInfo (); 251 time_t stabsMTime; // Creating time for stabs 278 char *stabsPath; // path for reading stabs 281 char *stabsName; // library/path for stabs
|
| Makefile.am | 78 Stabs.cc \
|
| Disasm.cc | 33 #include "Stabs.h" 42 Stabs *stabs; member in struct:DisContext 53 Disasm::Disasm (Platform_t _platform, Stabs *_stabs) 58 stabs = _stabs; 259 if (stabs == NULL && img_fname && dwin == NULL) 294 Data_window *dw = stabs ? stabs->openElf (false) : dwin; 348 if (stabs) 349 return stabs->map_PC_to_func (pc, low_pc, NULL) [all...] |
| Dwarf.cc | 25 #include "Stabs.h" 363 Dwarf::Dwarf (Stabs *_stabs) 365 stabs = _stabs; 366 status = Stabs::DBGD_ERR_NONE; 375 elf = stabs->openElf (true); 378 status = Stabs::DBGD_ERR_BAD_ELF_FORMAT; 393 status = Stabs::DBGD_ERR_NO_DWARF; 470 if (Stabs::is_fortran (ctx->module->lang_code)) 506 if (Stabs::is_fortran (ctx->module->lang_code)) 510 ctx->fortranMAIN = Stabs::find_func (NTXT ("MAIN") [all...] |
| Module.cc | 130 Stabs * 141 // Remove temporary *.o (got from *.a) after reading Stabs 166 return Stabs::is_fortran (lang_code); 618 // Read Stabs info. 630 Stabs *stabs = openDebugInfo (); local 631 if (stabs == NULL) 633 int st = stabs->read_stabs (Inode, this, comComs, true); 636 // Read stabs from .o file 650 Stabs *stabs_o = dot_o_file->objStabs 1763 Stabs *stabs = openDebugInfo (); local [all...] |
| DwarfLib.cc | 1927 module = dwarf->stabs->append_Module (lo, path); 1951 path = dbe_strdup (dwarf->stabs->path); 1959 Vector <Symbol *> *syms = dwarf->stabs->get_symbols (); 2343 Function *f = dwarf->stabs->map_PC_to_func (inlinedSubr->low_pc, 2367 p->func = Stabs::find_func (p->fname, mod->functions, 2368 Stabs::is_fortran (mod->lang_code)); 2400 Function *func = dwarf->stabs->map_PC_to_func (pc, low_pc, mod->functions);
|