Elf64_Addr
Elf64_Addr addr = rela->r_offset;
Elf64_Addr relocated_addr = rela->r_addend;
relocated_addr = (Elf64_Addr)RELOCATED(relocated_addr);
*(Elf64_Addr *)RELOCATED(addr) = relocated_addr;
Elf64_Addr r_offset; /* Address of relocation. */
Elf64_Addr r_offset; /* Address of relocation. */
#define Elf_Addr Elf64_Addr
Elf64_Addr val;
Elf64_Addr dot;
dot = (Elf64_Addr)loc & ~0x03;
Elf64_Addr addr;
unsigned long start_opd = (Elf64_Addr)mod->mem[MOD_TEXT].base +
Elf64_Addr p_vaddr; /* Segment virtual address */
Elf64_Addr p_paddr; /* Segment physical address */
Elf64_Addr e_entry; /* Entry point virtual address */
#define Elf_Addr Elf64_Addr
Elf64_Addr addr; /* core address to which mapped */
Elf64_Addr p_vaddr; /* VMA recorded in file */
Elf64_Addr d_ptr;
Elf64_Addr r_offset; /* Location at which to apply the action */
Elf64_Addr r_offset; /* Location at which to apply the action */
Elf64_Addr st_value; /* Value of the symbol */
Elf64_Addr e_entry; /* Entry point virtual address */
Elf64_Addr p_vaddr; /* Segment virtual address */
Elf64_Addr p_paddr; /* Segment physical address */
Elf64_Addr sh_addr; /* Section virtual addr at execution */
Elf64_Addr address;
typedef Elf64_Addr kernel_ulong_t;
#define Elf_Addr Elf64_Addr
# define Elf_Addr Elf64_Addr
Elf64_Addr av = elf_parser.r8(a);
Elf64_Addr bv = elf_parser.r8(b);
Elf64_Addr addr[ADDR_CNT];
Elf64_Addr d_ptr;
Elf64_Addr r_offset; /* Location at which to apply the action */
Elf64_Addr r_offset; /* Location at which to apply the action */
Elf64_Addr st_value; /* Value of the symbol */
Elf64_Addr e_entry; /* Entry point virtual address */
Elf64_Addr p_vaddr; /* Segment virtual address */
Elf64_Addr p_paddr; /* Segment physical address */
Elf64_Addr sh_addr; /* Section virtual addr at execution */
Elf64_Addr orc_ip_addr = 0;
Elf64_Addr a64[NR_ADDR];
memcpy(&tmp->addr, &buf, 3 * sizeof(Elf64_Addr));
Elf64_Addr a64[3];