Home
last modified time | relevance | path

Searched refs:Elf32_Addr (Results 1 – 6 of 6) sorted by relevance

/components/libc/posix/libdl/arch/
A Darm.c22 Elf32_Addr *where, tmp; in dlmodule_relocate()
26 where = (Elf32_Addr *)((rt_uint8_t *)module->mem_space in dlmodule_relocate()
34 *where += (Elf32_Addr)sym_val; in dlmodule_relocate()
45 tmp = sym_val - (Elf32_Addr)where + (addend << 2); in dlmodule_relocate()
52 *where += sym_val - (Elf32_Addr)where; in dlmodule_relocate()
63 *where = (Elf32_Addr)sym_val; in dlmodule_relocate()
69 temp = (Elf32_Addr)sym_val; in dlmodule_relocate()
70 *where = (Elf32_Addr)&temp; in dlmodule_relocate()
77 *where = (Elf32_Addr)sym_val + *where; in dlmodule_relocate()
84 lower = *(rt_uint16_t *)((Elf32_Addr)where + 2); in dlmodule_relocate()
[all …]
A Dx86.c23 int dlmodule_relocate(struct rt_dlmodule *module, Elf32_Rel *rel, Elf32_Addr sym_val) in dlmodule_relocate()
25 Elf32_Addr *where, tmp; in dlmodule_relocate()
29 where = (Elf32_Addr *)((rt_uint8_t *)module->mem_space in dlmodule_relocate()
37 *where = (Elf32_Addr)sym_val; in dlmodule_relocate()
43 *where = (Elf32_Addr)sym_val + *where; in dlmodule_relocate()
/components/libc/posix/libdl/
A Ddlelf.h17 typedef rt_uint32_t Elf32_Addr; /* Unsigned program address */ typedef
76 Elf32_Addr e_entry; /* virtual entry point */
115 Elf32_Addr sh_addr; /* address */
166 Elf32_Addr st_value; /* symbol value */
213 Elf32_Addr r_offset; /* offset of relocation */
226 Elf32_Addr r_offset; /* offset of relocation */
285 Elf32_Addr p_vaddr; /* virtual address of segment */
286 Elf32_Addr p_paddr; /* physical address - ignored? */
366 typedef Elf32_Addr Elf_Addr;
/components/lwp/arch/x86/i386/
A Dreloc.c23 Elf32_Addr st_value;
/components/lwp/
A Dlwp_elf.h39 #define Elf_Addr Elf32_Addr
63 typedef uint32_t Elf32_Addr; typedef
89 Elf32_Addr e_entry; /* Entry point virtual address */
294 Elf32_Addr sh_addr; /* Section virtual addr at execution */
426 Elf32_Addr st_value; /* Symbol value */
540 Elf32_Addr r_offset; /* Address */
559 Elf32_Addr r_offset; /* Address */
587 Elf32_Addr p_vaddr; /* Segment virtual address */
588 Elf32_Addr p_paddr; /* Segment physical address */
700 Elf32_Addr d_ptr; /* Address value */
[all …]
/components/lwp/arch/arm/common/
A Dreloc.c14 Elf32_Addr st_value;

Completed in 27 milliseconds