Searched refs:Elf32_Shdr (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetshdr.c57 Elf32_Shdr *
60 return ((Elf32_Shdr*) getshdr(scn, ELFCLASS32));
H A Dstrptr.c52 Elf32_Shdr* sh = (Elf32_Shdr*)s->s_shdr;
H A Dchecksum.c94 #define Elf_Shdr Elf32_Shdr
H A Ddecl.h152 NOTE(SCHEME_PROTECTS_DATA("Scn lock held", Elf32_Shdr Elf32_Sym))
241 Elf32_Shdr sb_shdr;
H A Dllib-lelf43 Elf32_Shdr * elf32_getshdr(Elf_Scn *);
H A Dgetdata.c177 Elf32_Shdr *sh = scn->s_shdr;
/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/grub/grub-0.97/netboot/
H A Di386_elf.h72 } Elf32_Shdr; typedef in typeref:struct:__anon2090
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h86 #define Elf_Shdr Elf32_Shdr
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintHdr.h184 Elf32_Shdr *pf_shdarr_p; /* complete array of section hdrs */
H A DsymintOpen.c153 Elf32_Shdr *tshd_p;
/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/lib/libctf/common/
H A Dctf_lib.c140 shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst)
284 Elf32_Shdr x32;
319 Elf32_Shdr *sp32;
321 nbytes = sizeof (Elf32_Shdr) * shnum;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c146 Elf32_Shdr *symhdr; /* section table entry for symtab */
147 Elf32_Shdr *strhdr; /* section table entry for strtab */
186 symhdr = (Elf32_Shdr *)secdata->d_buf;
212 strhdr = (Elf32_Shdr *)secdata->d_buf;
/illumos-gate/usr/src/lib/libtnfctl/
H A Dtnfctl.h55 typedef Elf32_Shdr Elf3264_Shdr;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h116 Elf32_Shdr; typedef in typeref:struct:__anon2185
H A Dboot.c657 Elf32_Shdr *shdr = NULL;
681 shdr = (Elf32_Shdr *) mbi.syms.e.addr;
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c167 (sizeof (Elf32_Ehdr) + (section) * sizeof (Elf32_Shdr))
374 len += sizeof (Elf32_Shdr);
571 Elf32_Shdr shdr;
626 ehdr.e_shentsize = sizeof (Elf32_Shdr);
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h124 typedef Elf32_Shdr Shdr;
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h100 } Elf32_Shdr; typedef in typeref:struct:__anon409
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c610 Elf32_Shdr *scurrent; /* temp 32 bit section pointer */
688 Elf32_Shdr *shdr;
872 Elf32_Shdr *shdr;
1142 Elf32_Shdr *shdr;
1174 Elf32_Shdr * shdr,
1299 Elf32_Shdr *shdr;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c52 #define Elf_Shdr Elf32_Shdr
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c457 Elf32_Shdr shdr[ESHDR_NUM];
460 Elf32_Shdr *shp;
498 elf_file.ehdr.e_shentsize = sizeof (Elf32_Shdr);
501 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr);

Completed in 155 milliseconds

12