/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 155 typedef uint64_t Elf64_Addr; typedef 187 Elf64_Addr e_entry; /* Entry point. */ 217 Elf64_Addr p_vaddr; /* Virtual address (not used). */ 218 Elf64_Addr p_paddr; /* Physical address. */
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | elf.h | 92 Elf64_Addr e_entry; /* start address */ 312 Elf64_Addr p_vaddr; /* virtual address */ 313 Elf64_Addr p_paddr; /* physical address */ 397 Elf64_Addr sh_addr; /* virtual address */ 522 Elf64_Addr st_value; 602 Elf64_Addr r_offset; 607 Elf64_Addr r_offset; 737 Elf64_Addr c_ptr;
|
H A D | elftypes.h | 57 typedef unsigned long Elf64_Addr; typedef 67 typedef unsigned long long Elf64_Addr; typedef
|
H A D | machelf.h | 59 typedef Elf64_Addr Addr; 151 #define EC_ADDR(a) ((Elf64_Addr)(a)) /* "ull" */
|
H A D | link.h | 66 Elf64_Addr d_ptr; 602 Elf64_Addr eb_ptr;
|
/titanic_44/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 92 #define FAIL_ILOAD64 ((Elf64_Addr)-1) 137 static Elf64_Addr iload64(char *, Elf64_Phdr *, Elf64_Phdr *, auxv64_t **); 732 Elf64_Addr loadaddr, base; in read_elf64() 743 Elf64_Addr entrypt; /* entry point of standalone */ in read_elf64() 878 if ((loadaddr = (Elf64_Addr) in read_elf64() 882 if ((loadaddr = (Elf64_Addr)(uintptr_t) in read_elf64() 1072 (Elf64_Addr)kmem_alloc(size, 0)) == NULL) { in read_elf64() 1252 static Elf64_Addr 1256 Elf64_Addr dl_entry = (Elf64_Addr)0; 1257 Elf64_Addr etext, edata; [all …]
|
/titanic_44/usr/src/head/ |
H A D | gelf.h | 52 typedef Elf64_Addr GElf_Addr;
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 106 dst->e_entry = (Elf64_Addr)e->e_entry; in gelf_getehdr() 245 dst->p_vaddr = (Elf64_Addr)p->p_vaddr; in gelf_getphdr() 246 dst->p_paddr = (Elf64_Addr)p->p_paddr; in gelf_getphdr() 346 dst->sh_addr = (Elf64_Addr)s->sh_addr; in gelf_getshdr() 495 dst->st_value = (Elf64_Addr)s->st_value; in gelf_getsym()
|
H A D | decl.h | 73 Elf64_Addr a;
|
H A D | xlate64.m4 | 156 define(tofa, `{ Elf64_Addr _t_ = $2; 202 define(toma, `(((((((((((Elf64_Addr)($1)[$2`'7]<<8) 682 /* ADDR */ { A_sizeof, sizeof (Elf64_Addr) }, 938 $1(Byte *dst, Elf64_Addr *src, size_t cnt) 940 Elf64_Addr *end = src + cnt; 1535 $1(Elf64_Addr *dst, Byte *src, size_t cnt) 1537 Elf64_Addr *end = dst;
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | llib-llddbg | 77 void Dbg64_bind_global(Rt_map *, Elf64_Addr, Elf64_Off, Elf64_Xword, 78 Pltbindtype, Rt_map *, Elf64_Addr, Elf64_Off, const char *, uint_t); 84 void Dbg64_bind_weak(Rt_map *, Elf64_Addr, Elf64_Addr, const char *); 288 void Dbg64_move_expand(Lm_list *, Elf64_Move *, Elf64_Addr); 566 void Elf64_got_entry(Lm_list *, Elf64_Sword, Elf64_Addr, Elf64_Xword, 587 Elf64_Addr, Elf64_Sxword, const char *, const char *, const char *);
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | ramdisk.c | 397 Elf64_Addr entry; in do_sg_go()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pcontrol.h | 178 Elf64_Addr e_entry;
|
H A D | Pcore.c | 1522 dst->p_vaddr = (Elf64_Addr)src->p_vaddr; in core_phdr_to_gelf() 1523 dst->p_paddr = (Elf64_Addr)src->p_paddr; in core_phdr_to_gelf() 1535 dst->sh_addr = (Elf64_Addr)src->sh_addr; in core_shdr_to_gelf() 1621 efp->e_hdr.e_entry = (Elf64_Addr)e32.e_entry; in core_elf_fdopen()
|
/titanic_44/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 54 Elf64_Addr ptload_start, Elf32_Off ptload_offset) in patch64_mb2()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | llib-lconv | 308 const char *conv64_sym_value(Elf64_Half, uchar_t, Elf64_Addr, 311 const char *conv64_sym_SPARC_value(Elf64_Addr, int, Conv_inv_buf_t *);
|
/titanic_44/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 124 dst->e_entry = (Elf64_Addr)src->e_entry; in ehdr_to_gelf()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 374 Elf64_Addr v; in dt_module_symaddr64()
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 104 static int do_symbols(struct module *, Elf64_Addr); 2966 do_symbols(struct module *mp, Elf64_Addr bss_base) in do_symbols()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 1514 Elf64_Addr v; in gelf64_sym_search()
|