Home
last modified time | relevance | path

Searched refs:dld_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dpa64solib.c121 static dld_cache_t dld_cache; variable
440 0, dld_cache.load_map); in pa64_solib_add()
710 && pc < dld_cache.dld_desc.text_base + dld_cache.dld_desc.text_size); in pa64_solib_in_dynamic_linker()
875 dld_cache.is_valid = 0; in pa64_solib_restart()
878 dld_cache.load_map = 0; in pa64_solib_restart()
881 dld_cache.dld_flags = 0; in pa64_solib_restart()
882 dld_cache.dyninfo_sect = 0; in pa64_solib_restart()
949 if (!dld_cache.is_valid) in read_dld_descriptor()
976 &dld_cache.dld_desc, in read_dld_descriptor()
980 dld_cache.load_map) in read_dld_descriptor()
[all …]
H A Dsomsolib.c198 dld_cache; variable
1209 if (dld_cache.is_valid) in som_solib_desire_dynamic_linker_symbols()
1218 dld_cache.load.unwind = find_unwind_entry (dld_cache.load.address); in som_solib_desire_dynamic_linker_symbols()
1240 dld_cache.unload.unwind = find_unwind_entry (dld_cache.unload.address); in som_solib_desire_dynamic_linker_symbols()
1281 dld_cache.is_valid = 1; in som_solib_desire_dynamic_linker_symbols()
1286 dld_cache.hook.unwind = find_unwind_entry (dld_cache.hook.address); in som_solib_desire_dynamic_linker_symbols()
1287 dld_cache.hook_stub.unwind = find_unwind_entry (dld_cache.hook_stub.address); in som_solib_desire_dynamic_linker_symbols()
1322 if ((u_pc == dld_cache.hook.unwind) || (u_pc == dld_cache.hook_stub.unwind)) in som_solib_in_dynamic_linker()
1532 dld_cache.is_valid = 0; in som_solib_restart()
1534 dld_cache.hook.address = 0; in som_solib_restart()
[all …]