Home
last modified time | relevance | path

Searched refs:Elf32_Shdr (Results 1 – 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetshdr.c55 Elf32_Shdr *
58 return ((Elf32_Shdr*) getshdr(scn, ELFCLASS32)); in elf32_getshdr()
H A Dstrptr.c50 Elf32_Shdr* sh = (Elf32_Shdr*)s->s_shdr; in elf_strptr()
H A Dchecksum.c94 #define Elf_Shdr Elf32_Shdr
H A Dgetdata.c175 Elf32_Shdr *sh = scn->s_shdr; in _elf_locked_getdata()
H A Ddecl.h196 Elf32_Shdr sb_shdr;
H A Dgelf.c337 Elf32_Shdr *s = elf32_getshdr(scn); in gelf_getshdr()
381 Elf32_Shdr *dst = elf32_getshdr(scn); in gelf_update_shdr()
H A Dxlate.m4633 /* SHDR */ { SH1_sizeof, sizeof (Elf32_Shdr) },
1234 $1(unsigned char *dst, Elf32_Shdr *src, size_t cnt)
1236 Elf32_Shdr *end = src + cnt;
1788 $1(Elf32_Shdr *dst, unsigned char *src, size_t cnt)
1790 Elf32_Shdr *end = dst;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c146 Elf32_Shdr *symhdr; /* section table entry for symtab */ in _elf_nlist()
147 Elf32_Shdr *strhdr; /* section table entry for strtab */ in _elf_nlist()
186 symhdr = (Elf32_Shdr *)secdata->d_buf; in _elf_nlist()
212 strhdr = (Elf32_Shdr *)secdata->d_buf; in _elf_nlist()
/illumos-gate/usr/src/head/
H A Dlink.h59 extern void ld_input_section(const char *, Elf32_Shdr **, Elf32_Word,
61 extern void ld_section(const char *, Elf32_Shdr *, Elf32_Word,
H A Dlibelf.h180 Elf32_Shdr *elf32_getshdr(Elf_Scn *);
/illumos-gate/usr/src/tools/btxld/
H A Delfh.h40 Elf32_Shdr sh[4]; /* section header */
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h42 #define Elf_Shdr Elf32_Shdr
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c165 (sizeof (Elf32_Ehdr) + (section) * sizeof (Elf32_Shdr))
372 len += sizeof (Elf32_Shdr); in data_offset()
569 Elf32_Shdr shdr; in objfs_data_read()
624 ehdr.e_shentsize = sizeof (Elf32_Shdr); in objfs_data_read()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h72 } Elf32_Shdr; typedef
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h90 #define Elf_Shdr Elf32_Shdr
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c610 Elf32_Shdr *scurrent; /* temp 32 bit section pointer */ in find_dynamic_sect()
688 Elf32_Shdr *shdr; in find_symtabs()
872 Elf32_Shdr *shdr; in is_text_section()
1142 Elf32_Shdr *shdr; in get_scnfd()
1174 Elf32_Shdr * shdr, in print_symtab()
1299 Elf32_Shdr *shdr; in get_symtab()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c365 shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst) in shdr_to_gelf()
512 Elf32_Shdr x32; in ctf_fdcreate_int()
547 Elf32_Shdr *sp32; in ctf_fdcreate_int()
549 nbytes = sizeof (Elf32_Shdr) * shnum; in ctf_fdcreate_int()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h116 Elf32_Shdr; typedef
H A Dboot.c657 Elf32_Shdr *shdr = NULL; in load_image()
681 shdr = (Elf32_Shdr *) mbi.syms.e.addr; in load_image()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h100 } Elf32_Shdr; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h124 typedef Elf32_Shdr Shdr;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c456 Elf32_Shdr shdr[ESHDR_NUM]; in dump_elf32()
459 Elf32_Shdr *shp; in dump_elf32()
497 elf_file.ehdr.e_shentsize = sizeof (Elf32_Shdr); in dump_elf32()
500 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr); in dump_elf32()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c52 #define Elf_Shdr Elf32_Shdr
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c262 Elf32_Shdr *shdr32 = 0; in _dwarf_get_elf_flags_func()
331 Elf32_Shdr *shdr32 = 0; in dwarf_elf_object_access_get_section_info()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c348 static Elf32_Shdr es[2]; in load()

12