Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetshdr.c61 Elf64_Shdr *
64 return ((Elf64_Shdr*) getshdr(scn, ELFCLASS64)); in elf64_getshdr()
H A Dstrptr.c58 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.c185 Elf64_Shdr *sh = scn->s_shdr; in _elf_locked_getdata()
H A Ddecl.h202 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;
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c80 Elf64_Shdr *shdr; in dboot_elfload64()
184 shdr = (Elf64_Shdr *)(sechdrs + eh->e_shentsize * i); in dboot_elfload64()
/illumos-gate/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.h61 typedef Elf64_Shdr GElf_Shdr;
H A Dlibelf.h212 Elf64_Shdr *elf64_getshdr(Elf_Scn *);
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h36 #define Elf_Shdr Elf64_Shdr
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c162 (sizeof (Elf64_Ehdr) + (section) * sizeof (Elf64_Shdr))
370 len += sizeof (Elf64_Shdr); in data_offset()
567 Elf64_Shdr shdr; in objfs_data_read()
618 ehdr.e_shentsize = sizeof (Elf64_Shdr); in objfs_data_read()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h73 #define Elf_Shdr Elf64_Shdr
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h77 typedef Elf64_Shdr Shdr;
H A Delf.h557 } Elf64_Shdr; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Delf64.h109 } Elf64_Shdr; typedef
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c69 extern Elf64_Shdr *elf64_getshdr(Elf_Scn *);
265 Elf64_Shdr *shdr64 = 0; in _dwarf_get_elf_flags_func()
334 Elf64_Shdr *shdr64 = 0; in dwarf_elf_object_access_get_section_info()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c43 #define Elf_Shdr Elf64_Shdr
/illumos-gate/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()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1183 Elf64_Shdr *sp; in iload64()
1186 sp = (Elf64_Shdr *)(shdrs + (i*ehdr->e_shentsize)); in iload64()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c672 Elf64_Shdr shdr; in write_shdr()
1062 Elf64_Shdr shdr; in write_shstrtab()
1258 ehdr.e_shentsize = sizeof (Elf64_Shdr); in Pfgcore()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h124 Elf64_Shdr *sec_shdr;

12