Home
last modified time | relevance | path

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

/sysdeps/powerpc/powerpc32/
A Ddl-machine.c205 Elf32_Word num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in __elf_machine_runtime_setup() local
207 Elf32_Word rel_offset_words = PLT_DATA_START_WORDS (num_plt_entries); in __elf_machine_runtime_setup()
276 while (i < num_plt_entries && i < PLT_DOUBLE_SIZE) in __elf_machine_runtime_setup()
285 while (i < num_plt_entries) in __elf_machine_runtime_setup()
343 Elf32_Word index, offset, num_plt_entries; in __elf_machine_fixup_plt() local
345 num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in __elf_machine_fixup_plt()
350 data_words = plt + PLT_DATA_START_WORDS (num_plt_entries); in __elf_machine_fixup_plt()
528 Elf32_Word index, offset, num_plt_entries; in __process_machine_rela() local
536 num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in __process_machine_rela()
538 data_words = plt + PLT_DATA_START_WORDS (num_plt_entries); in __process_machine_rela()
A Ddl-machine.h186 Elf32_Word num_plt_entries; in elf_machine_runtime_setup() local
207 num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in elf_machine_runtime_setup()
217 while (num_plt_entries-- != 0) in elf_machine_runtime_setup()
221 while (num_plt_entries-- != 0) in elf_machine_runtime_setup()
/sysdeps/powerpc/powerpc64/
A Ddl-machine.h341 Elf64_Word num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in elf_machine_runtime_setup() local
404 for (i = 0; i < num_plt_entries; i++) in elf_machine_runtime_setup()

Completed in 8 milliseconds