Home
last modified time | relevance | path

Searched refs:Elf64_Shdr (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dgetshdr.c63 Elf64_Shdr *
66 return ((Elf64_Shdr*) getshdr(scn, ELFCLASS64)); in elf64_getshdr()
H A Dstrptr.c60 Elf64_Shdr* sh = (Elf64_Shdr*)s->s_shdr; in elf_strptr()
H A Dchecksum.c86 #define Elf_Shdr Elf64_Shdr
H A Dgelf.c357 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 Dgetdata.c187 Elf64_Shdr *sh = scn->s_shdr; in _elf_locked_getdata()
H A Dllib-lelf56 Elf64_Shdr * elf64_getshdr(Elf_Scn *);
H A Ddecl.h247 Elf64_Shdr sb_shdr;
H A Dxlate64.m4690 /* 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 Ddboot_elfload.c77 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 Dlink.h70 extern void ld_input_section64(const char *, Elf64_Shdr **, Elf64_Word,
72 extern void ld_section64(const char *, Elf64_Shdr *, Elf64_Word,
H A Dgelf.h63 typedef Elf64_Shdr GElf_Shdr;
H A Dlibelf.h212 Elf64_Shdr *elf64_getshdr(Elf_Scn *);
/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h36 #define Elf_Shdr Elf64_Shdr
/titanic_50/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c164 (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 Delf_read.h70 #define Elf_Shdr Elf64_Shdr
/titanic_50/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c608 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 Dmachelf.h77 typedef Elf64_Shdr Shdr;
H A Delf.h404 } Elf64_Shdr; typedef
/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c73 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 Ddt_link.c593 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.c43 #define Elf_Shdr Elf64_Shdr
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c218 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 DPgcore.c688 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 Dreadfile.c1321 Elf64_Shdr *sp;
1324 sp = (Elf64_Shdr *)(shdrs + (i*ehdr->e_shentsize));
/titanic_50/usr/src/cmd/sgs/include/
H A Delfedit.h122 Elf64_Shdr *sec_shdr;

12