Searched refs:PLT_ENTRY_SIZE (Results 1 – 1 of 1) sorted by relevance
186 #define PLT_ENTRY_SIZE 16 macro197 shdr->sh_entsize = PLT_ENTRY_SIZE; in elf_i386_initialize_plt()207 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE; in elf_i386_initialize_plt()284 static const unsigned char elf_i386_plt0_entry[PLT_ENTRY_SIZE] =308 static const unsigned char elf_i386_pic_plt0_entry[PLT_ENTRY_SIZE] =317 static const unsigned char elf_i386_plt_entry[PLT_ENTRY_SIZE] =328 static const unsigned char elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =426 assert (pltdata->d_size >= PLT_ENTRY_SIZE); in elf_i386_finalize_plt()429 memcpy (pltdata->d_buf, elf_i386_pic_plt0_entry, PLT_ENTRY_SIZE); in elf_i386_finalize_plt()433 memcpy (pltdata->d_buf, elf_i386_plt0_entry, PLT_ENTRY_SIZE); in elf_i386_finalize_plt()[all …]