Searched refs:Elf64_Addr (Results 1 – 5 of 5) sorted by relevance
35 Elf64_Addr *where, tmp; in dlmodule_relocate()39 where = (Elf64_Addr *)((rt_uint8_t *)module->mem_space in dlmodule_relocate()47 *where = (Elf64_Addr)(sym_val + rel->r_addend); in dlmodule_relocate()51 … *where = (Elf64_Addr)((rt_uint8_t *)module->mem_space - module->vstart_addr + rel->r_addend); in dlmodule_relocate()55 *where = (Elf64_Addr)sym_val; in dlmodule_relocate()
23 typedef rt_uint64_t Elf64_Addr; typedef95 Elf64_Addr e_entry; /* virtual entry point */129 Elf64_Addr sh_addr; /* Section virtual addr at execution */179 Elf64_Addr st_value; /* Symbol value */219 Elf64_Addr r_offset; /* Address */233 Elf64_Addr r_offset; /* Address */298 Elf64_Addr p_vaddr; /* Segment virtual address */299 Elf64_Addr p_paddr; /* Segment physical address */374 typedef Elf64_Addr Elf_Addr;
11 #define Elf_Addr Elf64_Addr
27 #define Elf_Addr Elf64_Addr64 typedef uint64_t Elf64_Addr; typedef107 Elf64_Addr e_entry; /* Entry point virtual address */308 Elf64_Addr sh_addr; /* Section virtual addr at execution */439 Elf64_Addr st_value; /* Symbol value */551 Elf64_Addr r_offset; /* Address */566 Elf64_Addr r_offset; /* Address */600 Elf64_Addr p_vaddr; /* Segment virtual address */601 Elf64_Addr p_paddr; /* Segment physical address */710 Elf64_Addr d_ptr; /* Address value */
14 Elf64_Addr st_value;
Completed in 22 milliseconds