/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 38 typedef uint32_t Elf32_Addr; typedef 60 Elf32_Addr e_entry; /* Entry point. */ 93 Elf32_Addr sh_addr; /* Address in memory image. */ 109 Elf32_Addr p_vaddr; /* Virtual address in memory image. */ 110 Elf32_Addr p_paddr; /* Physical address (not used). */ 125 Elf32_Addr d_ptr; /* Address value. */ 135 Elf32_Addr r_offset; /* Location to be relocated. */ 141 Elf32_Addr r_offset; /* Location to be relocated. */ 187 Elf32_Addr c_ptr; 197 Elf32_Addr st_value; /* Symbol value. */
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 22 typedef unsigned long Elf32_Addr; typedef 73 Elf32_Addr e_entry; /* entry point of the program */ 108 Elf32_Addr sh_addr; /* Section virtual addr at execution */ 122 Elf32_Addr st_value; 168 Elf32_Addr p_vaddr; 169 Elf32_Addr p_paddr; 206 Elf32_Addr d_ptr;
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | list.h | 61 Elf32_Addr data; /* the data item */ 62 Elf32_Addr next; /* the next element */ 66 Elf32_Addr head; /* the first element */ 67 Elf32_Addr tail; /* the last element */
|
H A D | rtld.h | 165 Elf32_Addr rtd_dynlmlst; /* pointer to dynlm_list */ 317 Elf32_Addr lm_head; 318 Elf32_Addr lm_tail; 319 Elf32_Addr lm_handle; 324 Elf32_Addr lm_rti; 325 Elf32_Addr lm_fpavl; 326 Elf32_Addr lm_lists; 327 Elf32_Addr lm_environ; 334 Elf32_Addr lm_lmidstr; 335 Elf32_Addr lm_aud_cookies; [all …]
|
H A D | alist.h | 143 Elf32_Addr apl_data[1];
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 56 Elf32_Addr d_ptr; 526 Elf32_Addr l_name; 527 Elf32_Addr l_ld; 528 Elf32_Addr l_next; 529 Elf32_Addr l_prev; 530 Elf32_Addr l_refname; 573 Elf32_Addr r_map; /* address of link_map */ 577 Elf32_Addr r_ldsomap; /* address of ld.so.1's link map */ 595 Elf32_Addr eb_ptr;
|
H A D | elf.h | 75 Elf32_Addr e_entry; /* start address */ 452 Elf32_Addr p_vaddr; /* virtual address */ 453 Elf32_Addr p_paddr; /* physical address */ 536 Elf32_Addr sh_addr; /* virtual address */ 677 Elf32_Addr st_value; 761 Elf32_Addr r_offset; 766 Elf32_Addr r_offset; 884 Elf32_Addr c_ptr;
|
H A D | elftypes.h | 41 typedef unsigned int Elf32_Addr; typedef 47 typedef unsigned long Elf32_Addr;
|
H A D | machelf.h | 106 typedef Elf32_Addr Addr;
|
H A D | exec.h | 247 extern int mapexec32_brand(vnode_t *, uarg_t *, Elf32_Ehdr *, Elf32_Addr *,
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 148 typedef uint32_t Elf32_Addr; typedef 170 Elf32_Addr e_entry; /* Entry point. */ 205 Elf32_Addr p_vaddr; /* Virtual address (not used). */ 206 Elf32_Addr p_paddr; /* Physical address. */
|
H A D | i386_elf.h | 65 Elf32_Addr sh_addr; /* Address in memory image. */
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 165 d->e_entry = (Elf32_Addr)src->e_entry; in gelf_update_ehdr() 288 dst->p_vaddr = (Elf32_Addr)src->p_vaddr; in gelf_update_phdr() 290 dst->p_paddr = (Elf32_Addr)src->p_paddr; in gelf_update_phdr() 392 dst->sh_addr = (Elf32_Addr)src->sh_addr; in gelf_update_shdr() 539 d->st_value = (Elf32_Addr)src->st_value; in gelf_update_sym() 893 r->r_offset = (Elf32_Addr) src->r_offset; in gelf_update_rela() 984 r->r_offset = (Elf32_Addr) src->r_offset; in gelf_update_rel()
|
H A D | decl.h | 65 Elf32_Addr a;
|
H A D | xlate.m4 | 145 define(tofa, `{ register Elf32_Addr _t_ = $2; 174 define(toma, `(((((((Elf32_Addr)($1)[$2`'3]<<8) 625 /* ADDR */ { A_sizeof, sizeof (Elf32_Addr) }, 947 $1(unsigned char *dst, Elf32_Addr *src, size_t cnt) 949 Elf32_Addr *end = src + cnt; 1497 $1(Elf32_Addr *dst, unsigned char *src, size_t cnt) 1499 Elf32_Addr *end = dst;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | brand.c | 734 Elf32_Addr uphdr_vaddr32; in brand_solaris_elfexec() 740 if (uphdr_vaddr32 == (Elf32_Addr)-1) in brand_solaris_elfexec() 795 Elf32_Addr uphdr_vaddr32; in brand_solaris_elfexec() 801 if (uphdr_vaddr32 == (Elf32_Addr)-1) in brand_solaris_elfexec()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_reloc_stream.c | 138 elf32_reloc->r_offset = (Elf32_Addr) offset; in _dwarf_pro_reloc_name_stream32()
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 261 Elf32_Addr loadaddr, base; in read_elf32() 406 phdr->p_vaddr = (Elf32_Addr)loadaddr; in read_elf32() 564 (Elf32_Addr)(uintptr_t)kmem_alloc(size, 0)) == 0) { in read_elf32() 585 (Elf32_Addr)(uintptr_t)kmem_alloc(size, 0)) == 0) { in read_elf32()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pservice.c | 190 symp->st_value = (Elf32_Addr)sym.st_value; in ps_pglobal_sym()
|
H A D | mdb_gelf.c | 1469 Elf32_Addr v; in gelf32_sym_search() 1776 dst->st_value = (Elf32_Addr)src->st_value; in gelf_sym_to_32()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 250 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr; in __rtld()
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 250 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr; in __rtld()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 416 symp->st_value = (Elf32_Addr)sym.st_value; in ps_pglobal_sym()
|
H A D | Pgcore.c | 657 shdr.sh_addr = (Elf32_Addr)addr; in write_shdr() 993 phdr32.p_vaddr = (Elf32_Addr)phdr.p_vaddr; in dump_map()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 331 Elf32_Addr v; in dt_module_symaddr32()
|