Searched refs:die_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_finish.c62 STAILQ_FOREACH_SAFE(die, &cu->cu_die, die_next, tdie) {
69 STAILQ_REMOVE(&cu->cu_die, die, _Dwarf_Die, die_next);
H A Ddwarf_die.c64 STAILQ_INSERT_TAIL(&cu->cu_die, die, die_next);
98 if ((next = STAILQ_NEXT(die, die_next)) == NULL ||
156 while ((next = STAILQ_NEXT(next, die_next)) != NULL) {
183 STAILQ_FOREACH(die1, &cu->cu_die, die_next) {
H A Ddwarf_func.c120 STAILQ_FOREACH(die, &cu->cu_die, die_next) {
168 STAILQ_FOREACH(die, &cu->cu_die, die_next) {
H A D_libdwarf.h100 die_next; /* Next die in list. */ member in struct:_Dwarf_Die
H A Ddwarf_dump.c692 STAILQ_FOREACH(die, &cu->cu_die, die_next) {
826 STAILQ_FOREACH(die, &cu->cu_die, die_next)

Completed in 46 milliseconds