]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/getunwind.2
_syscall.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man2 / getunwind.2
index fda06f3f4868de4438980ff65aa6b8d07c370b7e..5d8d58a512a938b394bc2ceab786709fff709d00 100644 (file)
@@ -39,7 +39,7 @@ getunwind \- copy the unwind data to caller's buffer
 There is no glibc wrapper for this system call; see NOTES.
 .SH DESCRIPTION
 .I Note: this function is obsolete.
-
+.PP
 The
 IA-64-specific
 .BR getunwind ()
@@ -49,7 +49,7 @@ unwind data into the buffer pointed to by
 and returns the size of the unwind data;
 this data describes the gate page (kernel code that
 is mapped into user space).
-
+.PP
 The size of the buffer
 .I buf
 is specified in
@@ -61,17 +61,17 @@ is greater than or equal to the size of the unwind data and
 is not NULL;
 otherwise, no data is copied, and the call succeeds,
 returning the size that would be needed to store the unwind data.
-
+.PP
 The first part of the unwind data contains an unwind table.
 The rest contains the associated unwind information, in no particular order.
 The unwind table contains entries of the following form:
-
+.PP
 .nf
     u64 start;      (64-bit address of start of function)
     u64 end;        (64-bit address of end of function)
     u64 info;       (BUF-relative offset to unwind info)
 .fi
-
+.PP
 An entry whose
 .I start
 value is zero indicates the end of the table.
@@ -100,7 +100,7 @@ and is available only on the IA-64 architecture.
 This system call has been deprecated.
 The modern way to obtain the kernel's unwind data is via the
 .BR vdso (7).
-
+.PP
 Glibc does not provide a wrapper for this system call;
 in the unlikely event that you want to call it, use
 .BR syscall (2).