Searched refs:Elf32_Sword (Results 1 – 6 of 6) sorted by relevance
41 typedef int32_t Elf32_Sword; typedef49 typedef Elf32_Sword Elf32_Ssize;122 Elf32_Sword d_tag; /* Entry type. */143 Elf32_Sword r_addend; /* Addend. */
56 typedef Elf32_Sword Sxword;
34 using Elf32_Sword = int32_t; variable1385 Elf32_Sword r_addend; // Compute value for relocatable field by adding this1530 Elf32_Sword d_tag; // Type of dynamic table entry.
153 Elf32_Sword addend; in reloc_nonplt_object()
2321 typedef int32_t Elf32_Sword; /* Signed integer. */ typedef2379 Elf32_Sword d_tag; /* Type of entry. */2843 Elf32_Sword r_addend; /* constant addend */
551 #define SWAP_SWORD(X) _SWAP_WORD(X, Elf32_Sword)668 #define READ_SWORD(P,X) _READ_WORD(P, X, Elf32_Sword)