Home
last modified time | relevance | path

Searched refs:do_flush (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/sparc/sparc32/
Ddl-plt.h33 Elf32_Addr value, int t, int do_flush) in sparc_fixup_plt() argument
78 if (do_flush) in sparc_fixup_plt()
89 if (do_flush) in sparc_fixup_plt()
93 if (do_flush) in sparc_fixup_plt()
Ddl-machine.h225 const int do_flush = 1; in elf_machine_fixup_plt() local
229 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_fixup_plt()
231 return sparc_fixup_plt (reloc, reloc_addr, value, 1, do_flush); in elf_machine_fixup_plt()
347 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_rela() local
351 const int do_flush = 1; in elf_machine_rela()
355 sparc_fixup_plt (reloc, reloc_addr, value, 0, do_flush); in elf_machine_rela()
/glibc-2.36/iconv/
Dskeleton.c392 int do_flush, int consume_incomplete);
396 unsigned char **outbufstart, size_t *irreversible, int do_flush, in FUNCTION_NAME() argument
416 if (__glibc_unlikely (do_flush)) in FUNCTION_NAME()
424 if (do_flush == 1) in FUNCTION_NAME()
502 NULL, irreversible, do_flush, in FUNCTION_NAME()
Dtst-gconv-init-failure-mod.c30 int do_flush, int consume_incomplete) in gconv() argument
Dgconv_int.h280 int do_flush, int consume_incomplete)
/glibc-2.36/manual/
Dcharset.texi2773 int do_flush)
2850 int do_flush)
2860 if (do_flush)
/glibc-2.36/ChangeLog.old/
DChangeLog.122459 * iconv/gconv.c (__gconv): For flush without output, pass do_flush = 2.
2460 * iconv/skeleton.c: Distinguish do_flush = 1 and do_flush = 2. In the
DChangeLog.179902 (sparc_fixup_plt): Add do_flush argument instead of figuring whether