/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | getshdr.c | 63 Elf64_Shdr * 66 return ((Elf64_Shdr*) getshdr(scn, ELFCLASS64)); in elf64_getshdr()
|
H A D | strptr.c | 60 Elf64_Shdr* sh = (Elf64_Shdr*)s->s_shdr; in elf_strptr()
|
H A D | checksum.c | 86 #define Elf_Shdr Elf64_Shdr
|
H A D | gelf.c | 357 Elf64_Shdr *s = elf64_getshdr(scn); in gelf_getshdr() 363 *dst = *(Elf64_Shdr *)s; in gelf_getshdr() 407 Elf64_Shdr * dst = elf64_getshdr(scn); in gelf_update_shdr() 413 *dst = *(Elf64_Shdr *)src; in gelf_update_shdr()
|
H A D | getdata.c | 187 Elf64_Shdr *sh = scn->s_shdr; in _elf_locked_getdata()
|
H A D | llib-lelf | 56 Elf64_Shdr * elf64_getshdr(Elf_Scn *);
|
H A D | decl.h | 247 Elf64_Shdr sb_shdr;
|
H A D | xlate64.m4 | 690 /* SHDR */ { SH1_sizeof, sizeof (Elf64_Shdr) }, 1225 $1(Byte *dst, Elf64_Shdr *src, size_t cnt) 1227 Elf64_Shdr *end = src + cnt; 1826 $1(Elf64_Shdr *dst, Byte *src, size_t cnt) 1828 Elf64_Shdr *end = dst;
|
/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 77 Elf64_Shdr *shdr; in dboot_elfload64() 180 shdr = (Elf64_Shdr *)(sechdrs + eh->e_shentsize * i); in dboot_elfload64()
|
/titanic_50/usr/src/head/ |
H A D | link.h | 70 extern void ld_input_section64(const char *, Elf64_Shdr **, Elf64_Word, 72 extern void ld_section64(const char *, Elf64_Shdr *, Elf64_Word,
|
H A D | gelf.h | 63 typedef Elf64_Shdr GElf_Shdr;
|
H A D | libelf.h | 212 Elf64_Shdr *elf64_getshdr(Elf_Scn *);
|
/titanic_50/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.h | 36 #define Elf_Shdr Elf64_Shdr
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 164 (sizeof (Elf64_Ehdr) + (section) * sizeof (Elf64_Shdr)) 372 len += sizeof (Elf64_Shdr); in data_offset() 569 Elf64_Shdr shdr; in objfs_data_read() 620 ehdr.e_shentsize = sizeof (Elf64_Shdr); in objfs_data_read()
|
/titanic_50/usr/src/cmd/file/ |
H A D | elf_read.h | 70 #define Elf_Shdr Elf64_Shdr
|
/titanic_50/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 608 Elf64_Shdr *scurrent; /* temp 64 bit section pointer */ in find_dynamic_sect() 686 Elf64_Shdr *shdr; in find_symtabs() 869 Elf64_Shdr *shdr; in is_text_section() 1140 Elf64_Shdr *shdr; in get_scnfd() 1171 Elf64_Shdr * shdr, in print_symtab() 1296 Elf64_Shdr *shdr; in get_symtab()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | machelf.h | 77 typedef Elf64_Shdr Shdr;
|
H A D | elf.h | 404 } Elf64_Shdr; typedef
|
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 73 extern Elf64_Shdr *elf64_getshdr(Elf_Scn *); 246 Elf64_Shdr *shdr64 = 0; in dwarf_elf_object_access_get_section_info()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 593 Elf64_Shdr shdr[ESHDR_NUM]; in dump_elf64() 596 Elf64_Shdr *shp; in dump_elf64() 634 elf_file.ehdr.e_shentsize = sizeof (Elf64_Shdr); in dump_elf64() 637 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr); in dump_elf64()
|
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 43 #define Elf_Shdr Elf64_Shdr
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 218 gelf64_to_shdr(const Elf64_Shdr *src, GElf_Shdr *dst) in gelf64_to_shdr() 221 bcopy(src, dst, sizeof (Elf64_Shdr)); in gelf64_to_shdr() 668 Elf64_Shdr shdr0; in gelf64_init() 699 if (gf->gf_mode == GF_FILE && gelf_shdrs_init(gf, sizeof (Elf64_Shdr), in gelf64_init()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 688 Elf64_Shdr shdr; in write_shdr() 1012 Elf64_Shdr shdr; in write_shstrtab() 1202 ehdr.e_shentsize = sizeof (Elf64_Shdr); in Pfgcore()
|
/titanic_50/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1321 Elf64_Shdr *sp; 1324 sp = (Elf64_Shdr *)(shdrs + (i*ehdr->e_shentsize));
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 122 Elf64_Shdr *sec_shdr;
|