Searched defs:old_link_dynamic (Results 1 – 3 of 3) sorted by relevance
136 struct old_link_dynamic { struct137 int ld_version; /* version # of this structure */138 union {140 } ld_un;165 #define GETGOTSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_plt - ((struct old_… argument
129 struct old_link_dynamic { struct130 int ld_version; /* version # of this structure */131 union {133 } ld_un;135 int in_debugging;136 int sym_loaded;137 char *bp_addr;138 int bp_inst;139 struct rtc_symb *cp; /* pointer to an array of runtime */
199 struct old_link_dynamic { struct200 int ld_version; /* version # of this structure */201 union {203 } ld_un;227 ((struct old_link_dynamic *)x)->v1.ld_plt - \ argument