Searched refs:Elf32_Addr (Results 1 – 3 of 3) sorted by relevance
23 typedef __u32 Elf32_Addr; typedef121 Elf32_Addr d_ptr;136 Elf32_Addr r_offset;144 Elf32_Addr r_offset;155 Elf32_Addr st_value;175 Elf32_Addr e_entry;208 Elf32_Addr p_vaddr;209 Elf32_Addr p_paddr;260 Elf32_Addr sh_addr;
24 Elf32_Addr addr;25 Elf32_Addr p_vaddr;
473 const Elf32_Addr result = sym_addr + reloc.r_addend; in process_relocation_impl()476 *static_cast<Elf32_Addr*>(rel_target) = result; in process_relocation_impl()484 const Elf32_Addr result = target - base; in process_relocation_impl()488 *static_cast<Elf32_Addr*>(rel_target) = result; in process_relocation_impl()