Searched refs:Elf32_Addr (Results 1 – 8 of 8) sorted by relevance
142 typedef __u32 Elf32_Addr; typedef154 Elf32_Addr e_entry;170 Elf32_Addr d_ptr;177 Elf32_Addr p_vaddr;178 Elf32_Addr p_paddr;189 Elf32_Addr sh_addr;199 Elf32_Addr r_offset;205 Elf32_Addr r_offset;211 Elf32_Addr st_value;
23 typedef __u32 Elf32_Addr; typedef122 Elf32_Addr d_ptr;137 Elf32_Addr r_offset;145 Elf32_Addr r_offset;156 Elf32_Addr st_value;176 Elf32_Addr e_entry;209 Elf32_Addr p_vaddr;210 Elf32_Addr p_paddr;261 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()
29 typedef Elf32_Addr Addr;
867 elf_header.e_ident[EI_CLASS] = (sizeof(Elf_Addr) == sizeof(Elf32_Addr)) in MakeElfHeader()
45 typedef llvm::ELF::Elf32_Addr Addr; // Program address
386 Elf32_Addr ri_gp_value; // GP register value for this object file.