]> sourceware.org Git - gnu-gabi.git/commitdiff
Add PT_GNU_SFRAME segment master
authorIndu Bhagat <indu.bhagat@oracle.com>
Wed, 25 Jan 2023 05:59:16 +0000 (21:59 -0800)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 28 Apr 2023 08:15:57 +0000 (10:15 +0200)
program-loading-and-dynamic-linking.txt

index a07c19579c5346b77427cbf713adb0b85035eea0..ebf693eba1701208ea4339f65aced4ec0268448d 100644 (file)
@@ -129,6 +129,20 @@ PT_GNU_PROPERTY  0x6474e553
 
   Reference: https://raw.githubusercontent.com/wiki/hjl-tools/linux-abi/linux-abi-draft.pdf
 
+PT_GNU_SFRAME    0x6474e554
+
+  Segment contains the SFrame section (Simple Frame format stack trace
+  information).
+
+  NOTE: The virtual address range referred to by PT_GNU_SFRAME must be covered
+  by a PT_LOAD entry - PT_GNU_SFRAME on its own does not trigger the
+  mapping/loading of any data.
+
+  The contents of the SFrame section are described in the GNU Binutils
+  documentation.  As of 2.40:
+
+  https://sourceware.org/binutils/docs/sframe-spec.html
+
 There are further extensions to p_type but currently they are all
 architecture specific and should be documented in the relevant ABIs.
 
This page took 0.065104 seconds and 5 git commands to generate.