Searched refs:palc (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c2664 with the special value of 1 used as a return in *palc to indicate
2826 int estimate, size_t *palc)
2837 *palc = 0;
2841 *palc = dgs.allocation_failure ? 1 : dgs.alc;
4038 d_demangle (const char *mangled, int options, size_t *palc) argument
4050 *palc = 0;
4054 *palc = dgs.allocation_failure ? 1 : 0;
2825 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c2679 int estimate, size_t *palc)
2689 *palc = 1;
2704 *palc = dpi.alc;
2706 *palc = dpi.allocation_failure;
3811 d_demangle (const char* mangled, int options, size_t *palc) argument
3820 *palc = 0;
3835 *palc = 1;
3873 *palc = 1;
3904 ret = cplus_demangle_print (options, dc, estimate, palc);
2678 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument

Completed in 156 milliseconds