Searched refs:do_flush (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | dl-plt.h | 33 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()
|
D | dl-machine.h | 225 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/ |
D | skeleton.c | 392 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()
|
D | tst-gconv-init-failure-mod.c | 30 int do_flush, int consume_incomplete) in gconv() argument
|
D | gconv_int.h | 280 int do_flush, int consume_incomplete)
|
/glibc-2.36/manual/ |
D | charset.texi | 2773 int do_flush) 2850 int do_flush) 2860 if (do_flush)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 2459 * 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
|
D | ChangeLog.17 | 9902 (sparc_fixup_plt): Add do_flush argument instead of figuring whether
|