mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Doc fix.
This commit is contained in:
@ -852,10 +852,10 @@ locate_base ()
|
|||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
Read in a copy of the first member in the inferior's dynamic
|
Find the first element in the inferior's dynamic link map, and
|
||||||
link map from the inferior's dynamic linker structures, and return
|
return its address in the inferior. This function doesn't copy the
|
||||||
a pointer to the copy in our address space.
|
link map entry itself into our address space; find_solib actually
|
||||||
*/
|
does the reading. */
|
||||||
|
|
||||||
static struct link_map *
|
static struct link_map *
|
||||||
first_link_map_member ()
|
first_link_map_member ()
|
||||||
|
Reference in New Issue
Block a user