Home
last modified time | relevance | path

Searched refs:Elf64_Shdr (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c43 Elf64_Shdr *
55 Elf64_Shdr *sh64; in gelf_getshdr()
82 sh64 = (Elf64_Shdr *) sh; in gelf_getshdr()
H A Dlibelf_chdr.c42 Elf64_Shdr *sh64; in _libelf_getchdr()
81 sh64 = (Elf64_Shdr *)sh; in _libelf_getchdr()
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_types.m4208 DEFINE_STRUCT(`Elf64_Shdr',
H A Delf_update.c119 Elf64_Shdr *shdr64; in _libelf_compute_section_extents()
/freebsd/usr.bin/elfdump/
H A Delfdump.c156 offsetof(Elf64_Shdr, sh_name), offsetof(Elf64_Shdr, sh_type),
157 offsetof(Elf64_Shdr, sh_flags), offsetof(Elf64_Shdr, sh_addr),
158 offsetof(Elf64_Shdr, sh_offset), offsetof(Elf64_Shdr, sh_size),
159 offsetof(Elf64_Shdr, sh_link), offsetof(Elf64_Shdr, sh_info),
160 offsetof(Elf64_Shdr, sh_addralign), offsetof(Elf64_Shdr, sh_entsize),
/freebsd/sys/sys/
H A Delf64.h109 } Elf64_Shdr; typedef
/freebsd/contrib/file/src/
H A Dreadelf.h230 } Elf64_Shdr; typedef
H A Dreadelf.c1354 Elf64_Shdr sh64; in doshn()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c622 Elf64_Shdr shdr[ESHDR_NUM]; in dump_elf64()
625 Elf64_Shdr *shp; in dump_elf64()
687 elf_file.ehdr.e_shentsize = sizeof (Elf64_Shdr); in dump_elf64()
690 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr); in dump_elf64()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c319 Elf64_Shdr x64; in ctf_fdopen()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1020 struct Elf64_Shdr { struct
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp453 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr) in writeHeader()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2779 } Elf64_Shdr; typedef