OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctf_dynhash_next
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/libctf/
ctf-hash.c
419
ctf_dynhash_next
(ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value)
function
441
i->ctn_iter_fun = (void (*) (void))
ctf_dynhash_next
;
445
if ((void (*) (void))
ctf_dynhash_next
!= i->ctn_iter_fun)
483
/* Remove the entry most recently returned by
ctf_dynhash_next
.
493
if ((void (*) (void))
ctf_dynhash_next
!= i->ctn_iter_fun)
516
See
ctf_dynhash_next
for notes on error returns, etc.
520
If SORT_FUN is null, thunks to
ctf_dynhash_next
. */
528
return
ctf_dynhash_next
(h, it, key, value);
553
while ((err =
ctf_dynhash_next
(h, &accum_i, &key, &value)) == 0)
741
Otherwise, just like
ctf_dynhash_next
. *
[
all
...]
/src/external/gpl3/binutils.old/dist/libctf/
ctf-hash.c
419
ctf_dynhash_next
(ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value)
function
441
i->ctn_iter_fun = (void (*) (void))
ctf_dynhash_next
;
445
if ((void (*) (void))
ctf_dynhash_next
!= i->ctn_iter_fun)
483
/* Remove the entry most recently returned by
ctf_dynhash_next
.
493
if ((void (*) (void))
ctf_dynhash_next
!= i->ctn_iter_fun)
516
See
ctf_dynhash_next
for notes on error returns, etc.
520
If SORT_FUN is null, thunks to
ctf_dynhash_next
. */
528
return
ctf_dynhash_next
(h, it, key, value);
553
while ((err =
ctf_dynhash_next
(h, &accum_i, &key, &value)) == 0)
741
Otherwise, just like
ctf_dynhash_next
. *
[
all
...]
/src/external/gpl3/gdb/dist/libctf/
ctf-hash.c
418
ctf_dynhash_next
(ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value)
function
440
i->ctn_iter_fun = (void (*) (void))
ctf_dynhash_next
;
444
if ((void (*) (void))
ctf_dynhash_next
!= i->ctn_iter_fun)
491
See
ctf_dynhash_next
for notes on error returns, etc.
495
If SORT_FUN is null, thunks to
ctf_dynhash_next
. */
503
return
ctf_dynhash_next
(h, it, key, value);
528
while ((err =
ctf_dynhash_next
(h, &accum_i, &key, &value)) == 0)
716
Otherwise, just like
ctf_dynhash_next
. */
/src/external/gpl3/gdb.old/dist/libctf/
ctf-hash.c
412
ctf_dynhash_next
(ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value)
function
434
i->ctn_iter_fun = (void (*) (void))
ctf_dynhash_next
;
438
if ((void (*) (void))
ctf_dynhash_next
!= i->ctn_iter_fun)
485
See
ctf_dynhash_next
for notes on error returns, etc.
489
If SORT_FUN is null, thunks to
ctf_dynhash_next
. */
497
return
ctf_dynhash_next
(h, it, key, value);
522
while ((err =
ctf_dynhash_next
(h, &accum_i, &key, &value)) == 0)
704
Otherwise, just like
ctf_dynhash_next
. */
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026