Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsolib-sunos.c173 static CORE_ADDR debug_base; /* Base of dynamic linker structures */ variable
356 read_memory (debug_base, (char *) &dynamic_copy, sizeof (dynamic_copy)); in first_link_map_member()
405 if (! debug_base) in sunos_current_sos()
407 debug_base = locate_base (); in sunos_current_sos()
411 if (! debug_base) in sunos_current_sos()
601 j = target_read_memory (debug_base, (char *) &dynamic_copy, in enable_break()
659 j = target_read_memory (debug_base, (char *) &dynamic_copy, in sunos_special_symbol_handling()
745 if ((debug_base = locate_base ()) == 0) in sunos_solib_create_inferior_hook()
799 debug_base = 0; in sunos_clear_solib()
H A Dsolib-irix.c232 static CORE_ADDR debug_base; /* Base of dynamic linker structures */ variable
494 if (!debug_base) in irix_current_sos()
496 debug_base = locate_base (); in irix_current_sos()
500 if (!debug_base) in irix_current_sos()
504 read_memory (debug_base, addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_current_sos()
604 if ((debug_base = locate_base ()) == 0) in irix_open_symbol_file_object()
608 read_memory (debug_base, addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_open_symbol_file_object()
692 debug_base = 0; in irix_clear_solib()
H A Dsolib-svr4.c179 static CORE_ADDR debug_base; /* Base of dynamic linker structures */ variable
470 if (debug_base == 0 && svr4_have_link_map_offsets ()) in locate_base()
474 debug_base = elf_locate_base (); in locate_base()
476 return (debug_base); in locate_base()
504 read_memory (debug_base + lmo->r_map_offset, r_map_buf, lmo->r_map_size); in first_link_map_member()
555 if ((debug_base = locate_base ()) == 0) in open_symbol_file_object()
620 if (! debug_base) in svr4_current_sos()
622 debug_base = locate_base (); in svr4_current_sos()
626 if (! debug_base) in svr4_current_sos()
778 if ((debug_base = locate_base ()) == 0) in svr4_fetch_objfile_link_map()
[all …]
H A DChangeLog-19942597 (locate_base): Try to find debug_base in the dynamic linker
H A DChangeLog-1992100 * solib.c (find_solib): Test debug_base for nonzero rather