Searched refs:Elf32_Addr (Results 1 – 3 of 3) sorted by relevance
40 typedef uint32_t Elf32_Addr; typedef62 Elf32_Addr e_entry; /* Entry point. */83 Elf32_Addr sh_addr; /* Address in memory image. */99 Elf32_Addr p_vaddr; /* Virtual address in memory image. */100 Elf32_Addr p_paddr; /* Physical address (not used). */115 Elf32_Addr d_ptr; /* Address value. */125 Elf32_Addr r_offset; /* Location to be relocated. */131 Elf32_Addr r_offset; /* Location to be relocated. */177 Elf32_Addr c_ptr;187 Elf32_Addr st_value; /* Symbol value. */
12 typedef Elf32_Addr Elf_Addr;
292 Elf32_Rel *rel, Elf32_Addr *where) in e32_process_dyn_rel()407 Elf32_Addr *where = NULL; in e32_relocate()415 where = (Elf32_Addr *)(elf->load_addr + rel->r_offset); in e32_relocate()
Completed in 5 milliseconds