/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | getshdr.c | 57 Elf32_Shdr * 60 return ((Elf32_Shdr*) getshdr(scn, ELFCLASS32));
|
H A D | strptr.c | 52 Elf32_Shdr* sh = (Elf32_Shdr*)s->s_shdr;
|
H A D | checksum.c | 94 #define Elf_Shdr Elf32_Shdr
|
H A D | decl.h | 152 NOTE(SCHEME_PROTECTS_DATA("Scn lock held", Elf32_Shdr Elf32_Sym)) 241 Elf32_Shdr sb_shdr;
|
H A D | llib-lelf | 43 Elf32_Shdr * elf32_getshdr(Elf_Scn *);
|
H A D | getdata.c | 177 Elf32_Shdr *sh = scn->s_shdr;
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.h | 40 Elf32_Shdr sh[4]; /* section header */
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.h | 42 #define Elf_Shdr Elf32_Shdr
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 72 } Elf32_Shdr; typedef in typeref:struct:__anon2090
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.h | 86 #define Elf_Shdr Elf32_Shdr
|
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | symintHdr.h | 184 Elf32_Shdr *pf_shdarr_p; /* complete array of section hdrs */
|
H A D | symintOpen.c | 153 Elf32_Shdr *tshd_p;
|
/illumos-gate/usr/src/head/ |
H A D | link.h | 59 extern void ld_input_section(const char *, Elf32_Shdr **, Elf32_Word, 61 extern void ld_section(const char *, Elf32_Shdr *, Elf32_Word,
|
H A D | libelf.h | 180 Elf32_Shdr *elf32_getshdr(Elf_Scn *);
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 140 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 D | nlist.c | 146 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 D | tnfctl.h | 55 typedef Elf32_Shdr Elf3264_Shdr;
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 116 Elf32_Shdr; typedef in typeref:struct:__anon2185
|
H A D | boot.c | 657 Elf32_Shdr *shdr = NULL; 681 shdr = (Elf32_Shdr *) mbi.syms.e.addr;
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 167 (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 D | machelf.h | 124 typedef Elf32_Shdr Shdr;
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 100 } Elf32_Shdr; typedef in typeref:struct:__anon409
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 610 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.c | 52 #define Elf_Shdr Elf32_Shdr
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 457 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);
|