mirror of git://sourceware.org/git/glibc.git
manual: Fix typos in struct dl_find_object
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com> Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
dddc88587a
commit
6cf4ebe10c
|
@ -119,10 +119,10 @@ necessarily page-aligned.
|
||||||
@item void *dlfo_map_end
|
@item void *dlfo_map_end
|
||||||
The end address of the mapping.
|
The end address of the mapping.
|
||||||
|
|
||||||
@item struct link_map *dlf_link_map
|
@item struct link_map *dlfo_link_map
|
||||||
This member contains a pointer to the link map of the object.
|
This member contains a pointer to the link map of the object.
|
||||||
|
|
||||||
@item struct link_map *dlf_link_map
|
@item void *dlfo_eh_frame
|
||||||
This member contains a pointer to the exception handling data of the
|
This member contains a pointer to the exception handling data of the
|
||||||
object. See @code{DLFO_EH_SEGMENT_TYPE} below.
|
object. See @code{DLFO_EH_SEGMENT_TYPE} below.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue