Searched refs:osyms (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c2047 struct pending *osyms, *syms;
2058 osyms = *symlist;
2059 o_nsyms = osyms ? osyms->nsyms : 0;
2107 to cause them to be defined. osyms contains the old value
2117 if (syms == osyms)
2130 if (syms == osyms)
2033 struct pending *osyms, *syms; local
H A Dstabsread.c3421 struct pending *osyms, *syms;
3435 osyms = *symlist;
3436 o_nsyms = osyms ? osyms->nsyms : 0;
3496 to cause them to be defined. osyms contains the old value
3504 int last = syms == osyms ? o_nsyms : 0;
3514 if (syms == osyms)
3415 struct pending *osyms, *syms; local
H A Dhpread.c3106 struct pending **symlist, *osyms, *syms;
3131 osyms = *symlist;
3132 o_nsyms = osyms ? osyms->nsyms : 0;
3166 to cause them to be defined. osyms contains the old value
3175 if (syms == osyms)
3186 if (syms == osyms)
3091 struct pending **symlist, *osyms, *syms; local

Completed in 100 milliseconds