Home
last modified time | relevance | path

Searched refs:hppa_symbol_address (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dhppa-hpux-tdep.c90 if (pc == hppa_symbol_address("$$dyncall") in hppa32_hpux_in_solib_call_trampoline()
91 || pc == hppa_symbol_address("_sr4export")) in hppa32_hpux_in_solib_call_trampoline()
305 if (pc == hppa_symbol_address("$$dyncall")) in hppa_hpux_skip_trampoline_code()
315 if (pc == hppa_symbol_address("$$dyncall_external")) in hppa_hpux_skip_trampoline_code()
320 else if (pc == hppa_symbol_address("_sr4export")) in hppa_hpux_skip_trampoline_code()
1409 addr = hppa_symbol_address ("noshlibs"); in hppa32_hpux_search_dummy_call_sequence()
1990 else if (hppa_symbol_address ("__gcc_plt_call") in hppa_hpux_unwind_adjust_stub()
Dhppa-tdep.h227 CORE_ADDR hppa_symbol_address(const char *sym);
Dhppa-linux-tdep.c191 u = find_unwind_entry (hppa_symbol_address ("$$dyncall")); in hppa_linux_in_dyncall()
Dhppa-tdep.c170 hppa_symbol_address(const char *sym) in hppa_symbol_address() function