Searched refs:target_auxv_read (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dauxv.h38 extern LONGEST target_auxv_read (struct target_ops *ops, char **data);
H A Dauxv.c84 target_auxv_read (struct target_ops *ops, char **data) function
152 int n = target_auxv_read (ops, &data);
188 int len = target_auxv_read (ops, &data);
H A Dlinux-nat.c2611 auxv_len = target_auxv_read (&current_target, &auxv);
H A Dprocfs.c6149 auxv_len = target_auxv_read (&current_target, &auxv);

Completed in 129 milliseconds