Home
last modified time | relevance | path

Searched refs:auxv_len (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dlinux-nat.c2626 int auxv_len; in linux_nat_make_corefile_notes() local
2661 auxv_len = target_auxv_read (&current_target, &auxv); in linux_nat_make_corefile_notes()
2662 if (auxv_len > 0) in linux_nat_make_corefile_notes()
2665 "CORE", NT_AUXV, auxv, auxv_len); in linux_nat_make_corefile_notes()
Dprocfs.c6080 int auxv_len; in procfs_make_note_section() local
6129 auxv_len = target_auxv_read (&current_target, &auxv); in procfs_make_note_section()
6130 if (auxv_len > 0) in procfs_make_note_section()
6133 "CORE", NT_AUXV, auxv, auxv_len); in procfs_make_note_section()