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

/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Drust-demangle.c81 #define RUST_NO_RECURSION_LIMIT ((unsigned int) -1) macro
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1065 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1085 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1124 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1168 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1242 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1386 rdm.recursion = (options & DMGL_NO_RECURSE_LIMIT) ? RUST_NO_RECURSION_LIMIT
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Drust-demangle.c81 #define RUST_NO_RECURSION_LIMIT ((unsigned int) -1) macro
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1065 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1085 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1124 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1168 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1242 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1386 rdm.recursion = (options & DMGL_NO_RECURSE_LIMIT) ? RUST_NO_RECURSION_LIMIT
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Drust-demangle.c81 #define RUST_NO_RECURSION_LIMIT ((unsigned int) -1) macro
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1065 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1357 rdm.recursion = (options & DMGL_NO_RECURSE_LIMIT) ? RUST_NO_RECURSION_LIMIT : 0;

Completed in 260 milliseconds