Searched refs:Elf64_Shdr (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_shdr.c | 43 Elf64_Shdr * 55 Elf64_Shdr *sh64; in gelf_getshdr() 82 sh64 = (Elf64_Shdr *) sh; in gelf_getshdr()
|
H A D | libelf_chdr.c | 42 Elf64_Shdr *sh64; in _libelf_getchdr() 81 sh64 = (Elf64_Shdr *)sh; in _libelf_getchdr()
|
H A D | gelf.h | 46 typedef Elf64_Shdr GElf_Shdr; /* Section header */
|
H A D | _libelf.h | 150 Elf64_Shdr s_shdr64;
|
H A D | libelf.h | 250 Elf64_Shdr *elf64_getshdr(Elf_Scn *_scn);
|
H A D | elf_types.m4 | 208 DEFINE_STRUCT(`Elf64_Shdr',
|
H A D | elf_update.c | 119 Elf64_Shdr *shdr64; in _libelf_compute_section_extents()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 156 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 D | elf64.h | 109 } Elf64_Shdr; typedef
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 230 } Elf64_Shdr; typedef
|
H A D | readelf.c | 1418 Elf64_Shdr sh64; in doshn()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 622 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 D | ctf_lib.c | 319 Elf64_Shdr x64; in ctf_fdopen()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1038 struct Elf64_Shdr { struct
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 321 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr) in writeHeader()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2779 } Elf64_Shdr; typedef
|