Searched refs:dld_cache (Results 1 – 2 of 2) sorted by relevance
75 static dld_cache_t dld_cache; variable139 if (!dld_cache.is_valid) in read_dld_descriptor()151 if (!read_dynamic_info (dyninfo_sect, &dld_cache)) in read_dld_descriptor()156 if (target_read_memory (dld_cache.load_map_addr, in read_dld_descriptor()157 (char *) &dld_cache.load_map, in read_dld_descriptor()158 sizeof (dld_cache.load_map)) in read_dld_descriptor()166 &dld_cache.dld_desc, in read_dld_descriptor()167 sizeof (dld_cache.dld_desc), in read_dld_descriptor()170 dld_cache.load_map) in read_dld_descriptor()177 dld_cache.have_read_dld_descriptor = 1; in read_dld_descriptor()[all …]
108 dld_cache; variable226 dld_cache.hook.address = anaddr; in som_solib_create_inferior_hook()235 dld_cache.hook_stub.address = anaddr; in som_solib_create_inferior_hook()378 if (dld_cache.is_valid) in som_solib_desire_dynamic_linker_symbols()386 dld_cache.load.address = SYMBOL_VALUE (dld_msymbol); in som_solib_desire_dynamic_linker_symbols()387 dld_cache.load.unwind = find_unwind_entry (dld_cache.load.address); in som_solib_desire_dynamic_linker_symbols()399 dld_cache.load_stub.address = SYMBOL_VALUE (dld_msymbol); in som_solib_desire_dynamic_linker_symbols()400 dld_cache.load_stub.unwind = u; in som_solib_desire_dynamic_linker_symbols()408 dld_cache.unload.address = SYMBOL_VALUE (dld_msymbol); in som_solib_desire_dynamic_linker_symbols()409 dld_cache.unload.unwind = find_unwind_entry (dld_cache.unload.address); in som_solib_desire_dynamic_linker_symbols()[all …]