Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Delf64.h40 typedef uint64_t Elf64_Addr; typedef
71 Elf64_Addr e_entry; /* Entry point. */
92 Elf64_Addr sh_addr; /* Address in memory image. */
109 Elf64_Addr p_vaddr; /* Virtual address in memory image. */
110 Elf64_Addr p_paddr; /* Physical address (not used). */
124 Elf64_Addr d_ptr; /* Address value. */
134 Elf64_Addr r_offset; /* Location to be relocated. */
140 Elf64_Addr r_offset; /* Location to be relocated. */
184 Elf64_Addr c_ptr;
197 Elf64_Addr st_value; /* Symbol value. */
H A Delf.h40 typedef Elf64_Addr Elf_Addr;
/optee_os/ldelf/
H A Dta_elf_rel.c512 Elf64_Rela *rela, Elf64_Addr *where) in e64_process_dyn_rela()
528 Elf64_Addr *where, struct ta_elf *elf) in e64_process_tls_tprel_rela()
557 Elf64_Rela *rela, Elf64_Addr *where, in e64_process_tlsdesc_rela()
573 *where = (Elf64_Addr)tlsdesc_resolve; in e64_process_tlsdesc_rela()
649 Elf64_Addr *where = NULL; in e64_relocate()
657 where = (Elf64_Addr *)(elf->load_addr + rela->r_offset); in e64_relocate()