Searched refs:auxv_len (Results 1 – 2 of 2) sorted by relevance
2626 int auxv_len; in linux_nat_make_corefile_notes() local2661 auxv_len = target_auxv_read (¤t_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()
6080 int auxv_len; in procfs_make_note_section() local6129 auxv_len = target_auxv_read (¤t_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()