Searched refs:Elf64_FuncDesc (Results 1 – 4 of 4) sorted by relevance
54 *(Elf64_FuncDesc *) reloc_addr = *(Elf64_FuncDesc *) value; in elf_irela()
31 } Elf64_FuncDesc; typedef
380 Elf64_FuncDesc *plt_reserve = (Elf64_FuncDesc *) plt; in elf_machine_runtime_setup()381 Elf64_FuncDesc *resolve_fd = (Elf64_FuncDesc *) dlrr; in elf_machine_runtime_setup()482 Elf64_FuncDesc *plt = (Elf64_FuncDesc *) reloc_addr; in elf_machine_fixup_plt()483 Elf64_FuncDesc *rel = (Elf64_FuncDesc *) finaladdr; in elf_machine_fixup_plt()485 Elf64_FuncDesc zero_fd = {0, 0, 0}; in elf_machine_fixup_plt()547 Elf64_FuncDesc *plt = (Elf64_FuncDesc *) reloc_addr; in elf_machine_plt_conflict()548 Elf64_FuncDesc *rel = (Elf64_FuncDesc *) finaladdr; in elf_machine_plt_conflict()549 Elf64_FuncDesc zero_fd = {0, 0, 0}; in elf_machine_plt_conflict()644 Elf64_FuncDesc opd; in resolve_ifunc()652 Elf64_FuncDesc *func = (Elf64_FuncDesc *) value; in resolve_ifunc()
48 static Elf64_FuncDesc vdso_opd = { .fd_toc = ~0x0 }; \
Completed in 6 milliseconds