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

/freebsd-13-stable/usr.sbin/btxld/
H A Delfh.h36 Elf32_Shdr sh[4]; /* section header */
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c37 Elf32_Shdr *
54 Elf32_Shdr *sh32;
69 sh32 = (Elf32_Shdr *) sh;
94 Elf32_Shdr *sh32;
H A Dlibelf_chdr.c41 Elf32_Shdr *sh32;
65 sh32 = (Elf32_Shdr *)sh;
H A D_libelf.h149 Elf32_Shdr s_shdr32;
H A Dlibelf.h236 Elf32_Shdr *elf32_getshdr(Elf_Scn *_scn);
H A Delf_update.c118 Elf32_Shdr *shdr32;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c164 shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst)
308 Elf32_Shdr x32;
343 Elf32_Shdr *sp32;
345 nbytes = sizeof (Elf32_Shdr) * shnum;
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c118 offsetof(Elf32_Shdr, sh_name), offsetof(Elf32_Shdr, sh_type),
119 offsetof(Elf32_Shdr, sh_flags), offsetof(Elf32_Shdr, sh_addr),
120 offsetof(Elf32_Shdr, sh_offset), offsetof(Elf32_Shdr, sh_size),
121 offsetof(Elf32_Shdr, sh_link), offsetof(Elf32_Shdr, sh_info),
122 offsetof(Elf32_Shdr, sh_addralign), offsetof(Elf32_Shdr, sh_entsiz
[all...]
/freebsd-13-stable/sys/mips/mips/
H A Delf_trampoline.c114 Elf32_Shdr shdr[64] /* XXX */;
/freebsd-13-stable/sys/sys/
H A Delf32.h102 } Elf32_Shdr; typedef in typeref:struct:__anon15801
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h217 } Elf32_Shdr; typedef in typeref:struct:__anon757
H A Dreadelf.c1332 Elf32_Shdr sh32;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c472 Elf32_Shdr shdr[ESHDR_NUM];
475 Elf32_Shdr *shp;
520 elf_file.ehdr.e_shentsize = sizeof (Elf32_Shdr);
523 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr);
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c331 static Elf32_Shdr es[2];
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c289 static Elf32_Shdr es[2];
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c392 static Elf32_Shdr es[2];
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c344 static Elf32_Shdr es[2];
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h783 struct Elf32_Shdr { struct
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp455 : sizeof(ELF::Elf32_Shdr));
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2761 } Elf32_Shdr; typedef in typeref:struct:__anon617

Completed in 221 milliseconds