Searched defs:link_dynamic_1 (Results 1 – 3 of 3) sorted by relevance
77 struct link_dynamic_1 { struct78 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 …]
70 struct link_dynamic_1 { struct71 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 …]
138 struct link_dynamic_1 { struct139 struct a_link_map *ld_loaded; /* list of loaded objects */140 long ld_need; /* list of needed objects */141 long ld_rules; /* search rules for library objects */142 long ld_got; /* global offset table */143 long ld_plt; /* procedure linkage table */144 long ld_rel; /* relocation table */145 long ld_hash; /* symbol hash table */146 long ld_stab; /* symbol table itself */147 long (*ld_stab_hash)(); /* "pointer" to symbol hash function */[all …]