Lines Matching refs:LoadObject
47 LoadObject *
48 LoadObject::create_item (const char *nm, int64_t chksum) in create_item()
50 LoadObject *lo = new LoadObject (nm); in create_item()
56 LoadObject *
57 LoadObject::create_item (const char *nm, const char *_runTimePath, DbeFile *df) in create_item()
59 LoadObject *lo = new LoadObject (nm); in create_item()
83 LoadObject::LoadObject (const char *loname) in LoadObject() function in LoadObject
128 LoadObject::~LoadObject () in ~LoadObject()
147 LoadObject::get_elf () in get_elf()
182 LoadObject::openDebugInfo (char *fname, Stabs::Stab_status *stp) in openDebugInfo()
214 LoadObject::get_addr () in get_addr()
220 LoadObject::compare (const char *_path, int64_t _checksum) in compare()
226 LoadObject::compare (const char *_path, const char *_runTimePath, DbeFile *df) in compare()
244 LoadObject::set_platform (Platform_t pltf, int wsz) in set_platform()
264 LoadObject::set_name (char *string) in set_name()
277 LoadObject::dump_functions (FILE *out) in dump_functions()
321 LoadObject::get_index (Function *func) in get_index()
353 LoadObject::get_alias (Function *func) in get_alias()
397 LoadObject::find_dbeinstr (uint64_t file_off) in find_dbeinstr()
413 LoadObject::find_function (uint64_t foff) in find_function()
584 LoadObject::post_process_functions () in post_process_functions()
628 LoadObject::func_compare (const void *p1, const void *p2) in func_compare()
647 LoadObject::find_function (char *fname) in find_function()
660 LoadObject::find_function (char *fname, unsigned int chksum) in find_function()
673 LoadObject::find_module (char *mname) in find_module()
684 LoadObject::Arch_status
685 LoadObject::sync_read_stabs () in sync_read_stabs()
702 LoadObject::Arch_status
703 LoadObject::read_stabs () in read_stabs()
824 LoadObject::read_archive () in read_archive()
1081 LoadObject::status_str (Arch_status rv, char */*arg*/) in status_str()
1133 LoadObject::get_checksum () in get_checksum()
1152 LoadObject::get_comparable_Module (Module *mod) in get_comparable_Module()
1190 LoadObject::get_comparable_objs () in get_comparable_objs()
1209 LoadObject::append_module (Module *mod) in append_module()
1226 LoadObject::get_hide_function () in get_hide_function()
1234 LoadObject::get_hide_instr (DbeInstr *instr) in get_hide_instr()