Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dauxv.c84 target_auxv_read (struct target_ops *ops, gdb_byte **data) in target_auxv_read() function
151 int n = target_auxv_read (ops, &data); in target_auxv_search()
187 int len = target_auxv_read (ops, &data); in fprint_target_auxv()
Dauxv.h38 extern LONGEST target_auxv_read (struct target_ops *ops, gdb_byte **data);
Dlinux-nat.c2661 auxv_len = target_auxv_read (&current_target, &auxv); in linux_nat_make_corefile_notes()
Dprocfs.c6129 auxv_len = target_auxv_read (&current_target, &auxv); in procfs_make_note_section()