Home
last modified time | relevance | path

Searched defs:link_dynamic_1 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dlink.h77 struct link_dynamic_1 { struct
78 struct link_map *ld_loaded; /* list of loaded objects */
79 long ld_need; /* list of needed objects */
80 long ld_rules; /* search rules for library objects */
81 long ld_got; /* global offset table */
82 long ld_plt; /* procedure linkage table */
83 long ld_rel; /* relocation table */
84 long ld_hash; /* symbol hash table */
85 long ld_stab; /* symbol table itself */
86 long (*ld_stab_hash)(); /* "pointer" to symbol hash function */
[all …]
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c70 struct link_dynamic_1 { struct
71 struct link_map *ld_loaded; /* list of loaded objects */
72 long ld_need; /* list of needed objects */
73 long ld_rules; /* search rules for library objects */
74 long ld_got; /* global offset table */
75 long ld_plt; /* procedure linkage table */
76 long ld_rel; /* relocation table */
77 long ld_hash; /* symbol hash table */
78 long ld_stab; /* symbol table itself */
79 long (*ld_stab_hash)(); /* "pointer" to symbol hash function */
[all …]
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h140 struct link_dynamic_1 { struct
141 struct a_link_map *ld_loaded; /* list of loaded objects */
142 long ld_need; /* list of needed objects */
143 long ld_rules; /* search rules for library objects */
144 long ld_got; /* global offset table */
145 long ld_plt; /* procedure linkage table */
146 long ld_rel; /* relocation table */
147 long ld_hash; /* symbol hash table */
148 long ld_stab; /* symbol table itself */
149 long (*ld_stab_hash)(); /* "pointer" to symbol hash function */
[all …]