repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[glibc/history.git]
/
sysdeps
/
i386
/
bits
/
linkmap.h
blob
978d52621ea74ffb85db24f802110a98a7c3737e
1
struct
link_map_machine
2
{
3
Elf32_Addr plt
;
/* Address of .plt + 0x16 */
4
Elf32_Addr gotplt
;
/* Address of .got + 0x0c */
5
void
*
tlsdesc_table
;
/* Address of TLS descriptor hash table. */
6
};