Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c2568 int auxv_len; in linux_nat_make_corefile_notes() local
2603 auxv_len = target_auxv_read (&current_target, &auxv); in linux_nat_make_corefile_notes()
2604 if (auxv_len > 0) in linux_nat_make_corefile_notes()
2607 "CORE", NT_AUXV, auxv, auxv_len); in linux_nat_make_corefile_notes()
H A Dprocfs.c6100 int auxv_len; in procfs_make_note_section() local
6149 auxv_len = target_auxv_read (&current_target, &auxv); in procfs_make_note_section()
6150 if (auxv_len > 0) in procfs_make_note_section()
6153 "CORE", NT_AUXV, auxv, auxv_len); in procfs_make_note_section()