Home
last modified time | relevance | path

Searched refs:Elf64_Addr (Results 1 – 5 of 5) sorted by relevance

/components/libc/posix/libdl/arch/
A Driscv.c35 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()
/components/libc/posix/libdl/
A Ddlelf.h23 typedef rt_uint64_t Elf64_Addr; typedef
95 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;
/components/lwp/arch/aarch64/common/
A Dreloc.c11 #define Elf_Addr Elf64_Addr
/components/lwp/
A Dlwp_elf.h27 #define Elf_Addr Elf64_Addr
64 typedef uint64_t Elf64_Addr; typedef
107 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 */
/components/lwp/arch/risc-v/common/
A Dreloc.c14 Elf64_Addr st_value;

Completed in 23 milliseconds