/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_shdr.c | 37 Elf32_Shdr * 54 Elf32_Shdr *sh32; in gelf_getshdr() 69 sh32 = (Elf32_Shdr *) sh; in gelf_getshdr() 94 Elf32_Shdr *sh32; in gelf_update_shdr()
|
H A D | libelf_chdr.c | 41 Elf32_Shdr *sh32; in _libelf_getchdr() 65 sh32 = (Elf32_Shdr *)sh; in _libelf_getchdr()
|
H A D | _libelf.h | 149 Elf32_Shdr s_shdr32;
|
H A D | libelf.h | 236 Elf32_Shdr *elf32_getshdr(Elf_Scn *_scn);
|
H A D | elf_types.m4 | 195 DEFINE_STRUCT(`Elf32_Shdr',
|
H A D | elf_update.c | 118 Elf32_Shdr *shdr32; in _libelf_compute_section_extents()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 115 offsetof(Elf32_Shdr, sh_name), offsetof(Elf32_Shdr, sh_type), 116 offsetof(Elf32_Shdr, sh_flags), offsetof(Elf32_Shdr, sh_addr), 117 offsetof(Elf32_Shdr, sh_offset), offsetof(Elf32_Shdr, sh_size), 118 offsetof(Elf32_Shdr, sh_link), offsetof(Elf32_Shdr, sh_info), 119 offsetof(Elf32_Shdr, sh_addralign), offsetof(Elf32_Shdr, sh_entsize),
|
/freebsd/usr.sbin/btxld/ |
H A D | elfh.h | 34 Elf32_Shdr sh[4]; /* section header */
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 164 shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst) in shdr_to_gelf() 309 Elf32_Shdr x32; in ctf_fdopen() 344 Elf32_Shdr *sp32; in ctf_fdopen() 346 nbytes = sizeof (Elf32_Shdr) * shnum; in ctf_fdopen()
|
/freebsd/sys/sys/ |
H A D | elf32.h | 100 } Elf32_Shdr; typedef
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 217 } Elf32_Shdr; typedef
|
H A D | readelf.c | 1417 Elf32_Shdr sh32; in doshn()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 468 Elf32_Shdr shdr[ESHDR_NUM]; in dump_elf32() 471 Elf32_Shdr *shp; in dump_elf32() 530 elf_file.ehdr.e_shentsize = sizeof (Elf32_Shdr); in dump_elf32() 533 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr); in dump_elf32()
|
/freebsd/stand/i386/isoboot/ |
H A D | isoboot.c | 328 static Elf32_Shdr es[2]; in load()
|
/freebsd/stand/i386/boot2/ |
H A D | boot2.c | 286 static Elf32_Shdr es[2]; in load()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 389 static Elf32_Shdr es[2]; in load()
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsboot.c | 345 static Elf32_Shdr es[2]; in load()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1024 struct Elf32_Shdr { struct
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 322 : sizeof(ELF::Elf32_Shdr)); in writeHeader()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2765 } Elf32_Shdr; typedef
|