Home
last modified time | relevance | path

Searched refs:objStabs (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc107 objStabs = NULL; in LoadObject()
140 delete objStabs; in ~LoadObject()
184 if (objStabs == NULL) in openDebugInfo()
206 delete objStabs; in openDebugInfo()
207 objStabs = NULL; in openDebugInfo()
210 return objStabs; in openDebugInfo()
780 status = objStabs->read_archive (this); in read_stabs()
781 isRelocatable = objStabs->is_relocatable (); in read_stabs()
782 size = objStabs->get_textsz (); in read_stabs()
783 platform = objStabs->get_platform (); in read_stabs()
[all …]
H A DModule.cc75 objStabs = NULL; in Module()
134 objStabs = loadobject->openDebugInfo (disPath); in openDebugInfo()
135 return objStabs; in openDebugInfo()
650 Stabs *stabs_o = dot_o_file->objStabs; in openStabs()
709 if (!objStabs->read_symbols (functions)) in openDisPC()
712 disasm = new Disasm (loadobject->platform, objStabs); in openDisPC()
1359 start_address = objStabs ? in set_dis_data()
1360 objStabs->mapOffsetToAddress (fitem->img_offset) : 0; in set_dis_data()
H A DLoadObject.h182 Stabs *objStabs; variable
H A DModule.h192 Stabs *objStabs; // stabs of object file variable
H A DStabs.cc1535 mod->dot_o_file->objStabs->openDwarf ()->srcline_Dwarf (mod->indexStabsLink); in read_dwarf_from_dot_o()