HomeSort by: relevance | last modified time | path
    Searched defs:shandle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rddbg.c 110 void *shandle; local
114 shandle = NULL;
153 if (shandle == NULL)
155 shandle = start_stab (dhandle, abfd, true, syms, symcount);
156 if (shandle == NULL)
244 if (!parse_stab (dhandle, shandle, type, desc, value, s))
266 if (shandle != NULL)
268 if (! finish_stab (dhandle, shandle, ret))
281 void *shandle; local
284 shandle = NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rddbg.c 110 void *shandle; local
114 shandle = NULL;
153 if (shandle == NULL)
155 shandle = start_stab (dhandle, abfd, true, syms, symcount);
156 if (shandle == NULL)
244 if (!parse_stab (dhandle, shandle, type, desc, value, s))
266 if (shandle != NULL)
268 if (! finish_stab (dhandle, shandle, ret))
281 void *shandle; local
284 shandle = NULL
    [all...]

Completed in 21 milliseconds