Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/powerpc32/
Ddl-machine.c209 Elf32_Word size_modified; in __elf_machine_runtime_setup() local
316 size_modified = lazy ? rel_offset_words : 6; in __elf_machine_runtime_setup()
317 for (i = 0; i < size_modified; i += line_size_words) in __elf_machine_runtime_setup()
319 PPC_DCBST (plt + size_modified - 1); in __elf_machine_runtime_setup()
322 for (i = 0; i < size_modified; i += line_size_words) in __elf_machine_runtime_setup()
324 PPC_ICBI (plt + size_modified - 1); in __elf_machine_runtime_setup()