elf.5: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-28 10:41:35 +01:00
parent e2e52667d0
commit 833dec2bd1
1 changed files with 12 additions and 17 deletions

View File

@ -1558,29 +1558,24 @@ are reserved for processor-specific semantics.
.RE
.IP
There are macros for packing and unpacking the binding and type fields:
.IP
.BR ELF32_ST_BIND (info)
or
.BR ELF64_ST_BIND (info)
extract a binding from an
.RS \n[l1_indent]
.TP
.BR ELF32_ST_BIND( \fIinfo\fP ) ", " ELF64_ST_BIND( \fIinfo\fP )
Extract a binding from an
.I st_info
value.
.IP
.BR ELF32_ST_TYPE (info)
or
.BR ELF64_ST_TYPE (info)
.br
extract a type from an
.TP
.BR ELF32_ST_TYPE( \fIinfo ) ", " ELF64_ST_TYPE( \fIinfo\fP )
Extract a type from an
.I st_info
value.
.IP
.BR ELF32_ST_INFO "(bind, type)"
or
.BR ELF64_ST_INFO "(bind, type)"
.br
convert a binding and a type into an
.TP
.BR ELF32_ST_INFO( \fIbind\fP ", " \fItype\fP ) ", " \
ELF64_ST_INFO( \fIbind\fP ", " \fItype\fP )
Convert a binding and a type into an
.I st_info
value.
.RE
.\" .El
.TP
.IR st_other