Home
last modified time | relevance | path

Searched refs:target_read_string (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsolib-osf.c172 target_read_string (memaddr, &buffer, len, &result);
220 target_read_string (lms->nameaddr, &name, PATH_MAX, &errcode); in fetch_sec_names()
486 target_read_string (minf.module_name, &name, PATH_MAX, &errcode); in read_map()
H A Dsolib-irix.c539 target_read_string (lm.pathname_addr, &name_buf, in irix_current_sos()
619 target_read_string (lm.pathname_addr, &filename, SO_NAME_MAX_PATH_SIZE - 1, in irix_open_symbol_file_object()
H A Dsolib-svr4.c576 target_read_string (l_name, &filename, SO_NAME_MAX_PATH_SIZE - 1, &errcode); in open_symbol_file_object()
740 target_read_string (LM_NAME (new), &buffer, in svr4_current_sos()
811 target_read_string (name_address, &buffer, in svr4_fetch_objfile_link_map()
H A Dsolib-sunos.c438 target_read_string (LM_NAME (new), &buffer, in sunos_current_sos()
H A Dtarget.h538 extern int target_read_string (CORE_ADDR, char **, int, int *);
H A Dsolib-frv.c473 target_read_string (addr, &name_buf, SO_NAME_MAX_PATH_SIZE - 1, in frv_current_sos()
H A Dexpprint.c205 if (0 == target_read_string (exp->elts[pc + 1].longconst, in print_subexp_standard()
H A Dtarget.c765 target_read_string (CORE_ADDR memaddr, char **string, int len, int *errnop) in target_read_string() function
H A Dwin32-nat.c914 if (!target_read_string in handle_output_debug_string()
H A DChangeLog-19944349 target_read_string interface.
4427 * target.c, target.h (target_read_string): Provide error detection to
H A DChangeLog-19926211 * target.c (target_read_string): Create this routine to read null
6214 target_read_string() to avoid problems with running off the end of
H A DChangeLog-19985909 * target.c (target_read_string): Handle string transfers at the
H A DChangeLog-20004505 (target_read_string, target_read_memory, target_write_memory):
H A DChangeLog821 * target.c (target_read_string): Use target_read_memory instead of