Searched refs:PLT_ENTRY_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Di386_ld.c182 #define PLT_ENTRY_SIZE 16 macro
193 shdr->sh_entsize = PLT_ENTRY_SIZE;
203 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
259 static const unsigned char elf_i386_plt0_entry[PLT_ENTRY_SIZE] =
282 static const unsigned char elf_i386_pic_plt0_entry[PLT_ENTRY_SIZE] =
290 static const unsigned char elf_i386_plt_entry[PLT_ENTRY_SIZE] =
301 static const unsigned char elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
379 Elf32_Addr pltentryaddr = shdr->sh_addr + (1 + cnt) * PLT_ENTRY_SIZE;
400 assert (data->d_size >= PLT_ENTRY_SIZE);
403 memcpy (data->d_buf, elf_i386_pic_plt0_entry, PLT_ENTRY_SIZE);
[all...]

Completed in 30 milliseconds