summaryrefslogtreecommitdiff
path: root/libc/elf/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/elf/link.h')
-rw-r--r--libc/elf/link.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/elf/link.h b/libc/elf/link.h
index 500871f45..a50ba8366 100644
--- a/libc/elf/link.h
+++ b/libc/elf/link.h
@@ -86,7 +86,8 @@ struct link_map
/* These first few members are part of the protocol with the debugger.
This is the same format used in SVR4. */
- ElfW(Addr) l_addr; /* Base address shared object is loaded at. */
+ ElfW(Addr) l_addr; /* Difference between the address in the ELF
+ file and the addresses in memory. */
char *l_name; /* Absolute file name object was found in. */
ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
struct link_map *l_next, *l_prev; /* Chain of loaded objects. */