Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/
H A Dlink.h93 struct link_dynamic_2 { struct
94 struct link_map *ld_loaded; /* list of loaded objects */
95 long ld_need; /* list of needed objects */
96 long ld_rules; /* search rules for library objects */
97 long ld_got; /* global offset table */
98 long ld_plt; /* procedure linkage table */
99 long ld_rel; /* relocation table */
100 long ld_hash; /* symbol hash table */
101 long ld_stab; /* symbol table itself */
102 long (*ld_stab_hash)(); /* "pointer" to symbol hash function */
[all …]
/titanic_50/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c86 struct link_dynamic_2 { struct
87 struct link_map *ld_loaded; /* list of loaded objects */
88 long ld_need; /* list of needed objects */
89 long ld_rules; /* search rules for library objects */
90 long ld_got; /* global offset table */
91 long ld_plt; /* procedure linkage table */
92 long ld_rel; /* relocation table */
93 long ld_hash; /* symbol hash table */
94 long ld_stab; /* symbol table itself */
95 long (*ld_stab_hash)(); /* "pointer" to symbol hash function */
[all …]
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h154 struct link_dynamic_2 { struct
155 struct a_link_map *ld_loaded; /* list of loaded objects */
156 long ld_need; /* list of needed objects */
157 long ld_rules; /* search rules for library objects */
158 long ld_got; /* global offset table */
159 long ld_plt; /* procedure linkage table */
160 long ld_rel; /* relocation table */
161 long ld_hash; /* symbol hash table */
162 long ld_stab; /* symbol table itself */
163 long (*ld_stab_hash)(); /* "pointer" to symbol hash function */
[all …]