Searched refs:Elf64_Off (Results 1 – 18 of 18) sorted by relevance
| /titanic_44/usr/src/grub/grub-0.97/netboot/ |
| H A D | elf.h | 157 typedef uint64_t Elf64_Off; typedef 188 Elf64_Off e_phoff; /* Program header file offset. */ 189 Elf64_Off e_shoff; /* Section header file offset. */ 216 Elf64_Off p_offset; /* File offset of contents. */
|
| /titanic_44/usr/src/uts/common/sys/ |
| H A D | elftypes.h | 59 typedef unsigned long Elf64_Off; typedef 69 typedef unsigned long long Elf64_Off; typedef
|
| H A D | machelf.h | 60 typedef Elf64_Off Off; 152 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */
|
| H A D | elf.h | 93 Elf64_Off e_phoff; /* phdr file offset */ 94 Elf64_Off e_shoff; /* shdr file offset */ 311 Elf64_Off p_offset; /* file offset */ 398 Elf64_Off sh_offset; /* file offset */
|
| H A D | link.h | 603 Elf64_Off eb_off;
|
| /titanic_44/usr/src/cmd/sgs/include/ |
| H A D | _libelf.h | 48 extern Elf64_Off _elf_getxoff(Elf_Data *);
|
| /titanic_44/usr/src/lib/libproc/common/ |
| H A D | Pcontrol.h | 179 Elf64_Off e_phoff; 180 Elf64_Off e_shoff;
|
| H A D | Pcore.c | 1521 dst->p_offset = (Elf64_Off)src->p_offset; in core_phdr_to_gelf() 1536 dst->sh_offset = (Elf64_Off)src->sh_offset; in core_shdr_to_gelf() 1622 efp->e_hdr.e_phoff = (Elf64_Off)e32.e_phoff; in core_elf_fdopen() 1623 efp->e_hdr.e_shoff = (Elf64_Off)e32.e_shoff; in core_elf_fdopen()
|
| /titanic_44/usr/src/cmd/sgs/libelf/common/ |
| H A D | decl.h | 74 Elf64_Off o; 119 Elf64_Off db_xoff; /* extended offset for 32-bit Elf64 */
|
| H A D | gelf.c | 107 dst->e_phoff = (Elf64_Off)e->e_phoff; in gelf_getehdr() 108 dst->e_shoff = (Elf64_Off)e->e_shoff; in gelf_getehdr() 244 dst->p_offset = (Elf64_Off)p->p_offset; in gelf_getphdr() 347 dst->sh_offset = (Elf64_Off)s->sh_offset; in gelf_getshdr()
|
| H A D | llib-lelf | 148 Elf64_Off _elf_getxoff(Elf_Data *);
|
| H A D | xlate64.m4 | 169 define(tofo, `{ Elf64_Off _t_ = $2; 212 define(tomo, `(((((((((((Elf64_Off)($1)[$2`'7]<<8) 686 /* OFF */ { O_sizeof, sizeof (Elf64_Off) }, 1065 $1(Byte *dst, Elf64_Off *src, size_t cnt) 1067 Elf64_Off *end = src + cnt; 1727 $1(Elf64_Off *dst, Byte *src, size_t cnt) 1729 Elf64_Off *end = dst;
|
| H A D | update.c | 1003 Elf64_Off
|
| /titanic_44/usr/src/head/ |
| H A D | gelf.h | 54 typedef Elf64_Off GElf_Off;
|
| /titanic_44/usr/src/lib/libctf/common/ |
| H A D | ctf_lib.c | 125 dst->e_phoff = (Elf64_Off)src->e_phoff; in ehdr_to_gelf() 126 dst->e_shoff = (Elf64_Off)src->e_shoff; in ehdr_to_gelf()
|
| /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); 208 void Dbg64_got_display(Ofl_desc *, Elf64_Off, int,
|
| /titanic_44/usr/src/cmd/sgs/mcs/common/ |
| H A D | file.c | 1213 ph->p_offset = (Elf64_Off)nshdr.sh_offset; in build_file()
|
| /titanic_44/usr/src/lib/libdtrace/common/ |
| H A D | dt_link.c | 598 Elf64_Off off; in dump_elf64()
|