ossp-pkg/sio/al.pod 1.15 -> 1.16
--- al.pod 2002/11/28 15:12:40 1.15
+++ al.pod 2002/11/28 16:11:49 1.16
@@ -75,7 +75,8 @@
al_flatten,
al_copy,
-al_firstlabel.
+al_firstlabel,
+al_spanlabel.
=item B<Chunk Operations>:
@@ -392,6 +393,14 @@
within the defined span is stored in I<labelp>, otherwise B<al_firstlabel>
returns an error.
+=item al_rc_t B<al_spanlabel>(al_t *I<al>, size_t I<off>, size_t I<n>, al_label_t *I<label>, size_t *<offp>, size_t *<spanp>);
+
+I<off> and I<n> are byte counts that define a span of bytes within the
+assembly line I<al>. This span is searched for data tagged with the I<label>.
+The absolute byte offset of the first byte matching the label and the
+length of the span of the same label is returned in I<offp> and I<spanp>
+respectively.
+
=back
=head2 Chunk Operations
|
|