Searched defs:link_dynamic_2 (Results 1 – 3 of 3) sorted by relevance
93 struct link_dynamic_2 { struct94 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 …]
86 struct link_dynamic_2 { struct87 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 …]
154 struct link_dynamic_2 { struct155 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 …]