Home
last modified time | relevance | path

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

/sysdeps/powerpc/powerpc32/
A Ddl-machine.c243 tramp[0] = OPCODE_ADDIS_HI (11, 11, -data_words); in __elf_machine_runtime_setup()
244 tramp[1] = OPCODE_ADDI (11, 11, -data_words); in __elf_machine_runtime_setup()
287 plt[offset ] = OPCODE_LIS_HI (11, i * 4 + data_words); in __elf_machine_runtime_setup()
288 plt[offset+1] = OPCODE_LWZU (12, i * 4 + data_words, 11); in __elf_machine_runtime_setup()
342 Elf32_Word *plt, *data_words; in __elf_machine_fixup_plt() local
356 data_words[index] = finaladdr; in __elf_machine_fixup_plt()
365 data_words[index] = finaladdr; in __elf_machine_fixup_plt()
373 (Elf32_Word) (data_words + index), 11); in __elf_machine_fixup_plt()
527 Elf32_Word *plt, *data_words; in __process_machine_rela() local
538 data_words = plt + PLT_DATA_START_WORDS (num_plt_entries); in __process_machine_rela()
[all …]

Completed in 4 milliseconds