Elf64_Xword
struct got_entry *chains, Elf64_Xword *poffset)
Elf64_Xword unused;
Elf64_Xword *loc64;
loc64 = (Elf64_Xword *)loc;
Elf64_Xword p_filesz; /* Segment size in file */
Elf64_Xword p_memsz; /* Segment size in memory */
Elf64_Xword p_align; /* Segment alignment, file & memory */
Elf64_Xword d_val;
Elf64_Xword r_info; /* index and type of relocation */
Elf64_Xword r_info; /* index and type of relocation */
Elf64_Xword st_size; /* Associated symbol size */
Elf64_Xword p_filesz; /* Segment size in file */
Elf64_Xword p_memsz; /* Segment size in memory */
Elf64_Xword p_align; /* Segment alignment, file & memory */
Elf64_Xword sh_flags; /* Miscellaneous section attributes */
Elf64_Xword sh_size; /* Size of section in bytes */
Elf64_Xword sh_addralign; /* Section alignment */
Elf64_Xword sh_entsize; /* Entry size if section holds table */
r_info = TO_NATIVE((Elf64_Xword)r_info);
Elf64_Xword r_info;
Elf64_Xword d_val;
Elf64_Xword r_info; /* index and type of relocation */
Elf64_Xword r_info; /* index and type of relocation */
Elf64_Xword st_size; /* Associated symbol size */
Elf64_Xword p_filesz; /* Segment size in file */
Elf64_Xword p_memsz; /* Segment size in memory */
Elf64_Xword p_align; /* Segment alignment, file & memory */
Elf64_Xword sh_flags; /* Miscellaneous section attributes */
Elf64_Xword sh_size; /* Size of section in bytes */
Elf64_Xword sh_addralign; /* Section alignment */
Elf64_Xword sh_entsize; /* Entry size if section holds table */
Elf64_Xword entsize = symtab->sh.sh_entsize;