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

/freebsd-10.1-release/lib/libelf/
H A Dgelf_shdr.c44 Elf64_Shdr *
56 Elf64_Shdr *sh64;
83 sh64 = (Elf64_Shdr *) sh;
H A D_libelf.h121 Elf64_Shdr s_shdr64;
H A Dgelf.h48 typedef Elf64_Shdr GElf_Shdr; /* Section header */
H A Dlibelf.h237 Elf64_Shdr *elf64_getshdr(Elf_Scn *_scn);
H A Delf_update.c91 Elf64_Shdr *shdr64;
/freebsd-10.1-release/usr.bin/elfdump/
H A Delfdump.c152 offsetof(Elf64_Shdr, sh_name), offsetof(Elf64_Shdr, sh_type),
153 offsetof(Elf64_Shdr, sh_flags), offsetof(Elf64_Shdr, sh_addr),
154 offsetof(Elf64_Shdr, sh_offset), offsetof(Elf64_Shdr, sh_size),
155 offsetof(Elf64_Shdr, sh_link), offsetof(Elf64_Shdr, sh_info),
156 offsetof(Elf64_Shdr, sh_addralign), offsetof(Elf64_Shdr, sh_entsiz
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Delf_trampoline.c109 Elf64_Shdr shdr[64] /* XXX */;
/freebsd-10.1-release/sys/sys/
H A Delf64.h97 } Elf64_Shdr; typedef in typeref:struct:__anon11366
/freebsd-10.1-release/sys/xen/interface/
H A Delfstructs.h215 } Elf64_Shdr; typedef in typeref:struct:__anon11545
503 #define Elf_Shdr Elf64_Shdr
H A Dlibelf.h51 Elf64_Shdr e64;
/freebsd-10.1-release/contrib/file/src/
H A Dreadelf.h194 } Elf64_Shdr; typedef in typeref:struct:__anon967
H A Dreadelf.c994 Elf64_Shdr sh64;
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c317 Elf64_Shdr x64;
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c649 Elf64_Shdr shdr[ESHDR_NUM];
652 Elf64_Shdr *shp;
701 elf_file.ehdr.e_shentsize = sizeof (Elf64_Shdr);
704 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr);
/freebsd-10.1-release/sys/ia64/ia64/
H A Ddump_machdep.c359 ehdr.e_shentsize = sizeof(Elf64_Shdr);
/freebsd-10.1-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-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c469 Elf64_Shdr hdr64;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DELF.h1193 struct Elf64_Shdr { struct

Completed in 161 milliseconds