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

12

/freebsd-9.3-release/usr.sbin/btxld/
H A Delfh.h34 Elf32_Shdr sh[4]; /* section header */
/freebsd-9.3-release/lib/libelf/
H A Dgelf_shdr.c38 Elf32_Shdr *
55 Elf32_Shdr *sh32;
70 sh32 = (Elf32_Shdr *) sh;
95 Elf32_Shdr *sh32;
H A D_libelf.h120 Elf32_Shdr s_shdr32;
H A Delf_types.m4201 DEFINE_STRUCT(`Elf32_Shdr',
H A Dlibelf.h224 Elf32_Shdr *elf32_getshdr(Elf_Scn *_scn);
H A Delf_update.c90 Elf32_Shdr *shdr32;
/freebsd-9.3-release/usr.sbin/kgzip/
H A Delfhdr.h78 Elf32_Shdr sh[KGZ_SHNUM];
H A Delfhdr.c56 htole16(sizeof(Elf32_Shdr)), /* e_shentsize */
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h179 typedef int Elf32_Shdr; typedef
/freebsd-9.3-release/usr.bin/elfdump/
H A Delfdump.c111 offsetof(Elf32_Shdr, sh_name), offsetof(Elf32_Shdr, sh_type),
112 offsetof(Elf32_Shdr, sh_flags), offsetof(Elf32_Shdr, sh_addr),
113 offsetof(Elf32_Shdr, sh_offset), offsetof(Elf32_Shdr, sh_size),
114 offsetof(Elf32_Shdr, sh_link), offsetof(Elf32_Shdr, sh_info),
115 offsetof(Elf32_Shdr, sh_addralign), offsetof(Elf32_Shdr, sh_entsiz
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c163 shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst)
315 Elf32_Shdr *sp32;
317 nbytes = sizeof (Elf32_Shdr) * n;
/freebsd-9.3-release/sys/mips/mips/
H A Delf_trampoline.c112 Elf32_Shdr shdr[64] /* XXX */;
/freebsd-9.3-release/sys/sys/
H A Delf32.h88 } Elf32_Shdr; typedef in typeref:struct:__anon10413
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h202 } Elf32_Shdr; typedef in typeref:struct:__anon10571
478 #define Elf_Shdr Elf32_Shdr
H A Dlibelf.h50 Elf32_Shdr e32;
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Ddump_machdep.c234 ehdr.e_shentsize = sizeof(Elf32_Shdr);
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.h181 } Elf32_Shdr; typedef in typeref:struct:__anon36
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c492 Elf32_Shdr shdr[ESHDR_NUM];
495 Elf32_Shdr *shp;
544 elf_file.ehdr.e_shentsize = sizeof (Elf32_Shdr);
547 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr);
/freebsd-9.3-release/sys/arm/arm/
H A Delf_trampoline.c405 Elf32_Shdr shdr[64] /* XXX */;
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c248 static Elf32_Shdr es[2];
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c308 static Elf32_Shdr es[2];
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c611 static Elf32_Shdr es[2];
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c447 static Elf32_Shdr es[2];
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp419 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr));
1566 sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr);
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c468 Elf32_Shdr hdr32;

Completed in 240 milliseconds

12