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

  /src/external/gpl3/binutils/dist/libctf/
ctf-lookup.c 832 ctf_symbol_next (ctf_dict_t *fp, ctf_next_t **it, const char **name, function
845 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
850 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)
862 compiler, to allow ctf_symbol_next to work in the absence of a symtab, and
892 /* ctf_symbol_next, but only for static symbols. Mostly an internal
893 implementation detail of ctf_symbol_next, but also used to simplify
905 ctf_symbol_next (but important then). */
913 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
918 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-lookup.c 832 ctf_symbol_next (ctf_dict_t *fp, ctf_next_t **it, const char **name, function
845 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
850 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)
862 compiler, to allow ctf_symbol_next to work in the absence of a symtab, and
892 /* ctf_symbol_next, but only for static symbols. Mostly an internal
893 implementation detail of ctf_symbol_next, but also used to simplify
905 ctf_symbol_next (but important then). */
913 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
918 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-lookup.c 832 ctf_symbol_next (ctf_dict_t *fp, ctf_next_t **it, const char **name, function
845 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
850 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)
862 compiler, to allow ctf_symbol_next to work in the absence of a symtab, and
892 /* ctf_symbol_next, but only for static symbols. Mostly an internal
893 implementation detail of ctf_symbol_next, but also used to simplify
905 ctf_symbol_next (but important then). */
913 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
918 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb/dist/libctf/
ctf-lookup.c 832 ctf_symbol_next (ctf_dict_t *fp, ctf_next_t **it, const char **name, function
845 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
850 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)
862 compiler, to allow ctf_symbol_next to work in the absence of a symtab, and
892 /* ctf_symbol_next, but only for static symbols. Mostly an internal
893 implementation detail of ctf_symbol_next, but also used to simplify
905 ctf_symbol_next (but important then). */
913 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next;
918 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun)

Completed in 41 milliseconds