Searched refs:Elf64_Shdr (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_chdr.c42 Elf64_Shdr *sh64;
81 sh64 = (Elf64_Shdr *)sh;
H A Dgelf_shdr.c43 Elf64_Shdr *
55 Elf64_Shdr *sh64;
82 sh64 = (Elf64_Shdr *) sh;
H A Dgelf.h46 typedef Elf64_Shdr GElf_Shdr; /* Section header */
H A D_libelf.h150 Elf64_Shdr s_shdr64;
H A Dlibelf.h250 Elf64_Shdr *elf64_getshdr(Elf_Scn *_scn);
H A Delf_update.c119 Elf64_Shdr *shdr64;
/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c158 offsetof(Elf64_Shdr, sh_name), offsetof(Elf64_Shdr, sh_type),
159 offsetof(Elf64_Shdr, sh_flags), offsetof(Elf64_Shdr, sh_addr),
160 offsetof(Elf64_Shdr, sh_offset), offsetof(Elf64_Shdr, sh_size),
161 offsetof(Elf64_Shdr, sh_link), offsetof(Elf64_Shdr, sh_info),
162 offsetof(Elf64_Shdr, sh_addralign), offsetof(Elf64_Shdr, sh_entsiz
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Delf_trampoline.c109 Elf64_Shdr shdr[64] /* XXX */;
/freebsd-11-stable/sys/sys/
H A Delf64.h109 } Elf64_Shdr; typedef in typeref:struct:__anon8485
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h230 } Elf64_Shdr; typedef in typeref:struct:__anon39
H A Dreadelf.c1333 Elf64_Shdr sh64;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c317 Elf64_Shdr x64;
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c329 static Elf64_Shdr es[2];
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c644 Elf64_Shdr shdr[ESHDR_NUM];
647 Elf64_Shdr *shp;
694 elf_file.ehdr.e_shentsize = sizeof (Elf64_Shdr);
697 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h787 struct Elf64_Shdr { struct
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp454 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr)
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2775 } Elf64_Shdr; typedef in typeref:struct:__anon58

Completed in 238 milliseconds