Searched refs:sh32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c54 Elf32_Shdr *sh32; local
69 sh32 = (Elf32_Shdr *) sh;
71 d->sh_name = sh32->sh_name;
72 d->sh_type = sh32->sh_type;
73 d->sh_flags = (Elf64_Xword) sh32->sh_flags;
74 d->sh_addr = (Elf64_Addr) sh32->sh_addr;
75 d->sh_offset = (Elf64_Off) sh32->sh_offset;
76 d->sh_size = (Elf64_Xword) sh32->sh_size;
77 d->sh_link = sh32->sh_link;
78 d->sh_info = sh32
94 Elf32_Shdr *sh32; local
[all...]
H A Dlibelf_chdr.c41 Elf32_Shdr *sh32; local
44 sh32 = NULL;
65 sh32 = (Elf32_Shdr *)sh;
66 if ((sh32->sh_flags & SHF_ALLOC) != 0) {
71 if (sh32->sh_type == SHT_NULL || sh32->sh_type == SHT_NOBITS) {
76 if ((sh32->sh_flags & SHF_COMPRESSED) == 0) {
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c147 ? CAST(void *, &sh32) \
150 ? sizeof(sh32) \
153 ? elf_getu32(swap, sh32.sh_size) \
156 ? elf_getu32(swap, sh32.sh_offset) \
159 ? elf_getu32(swap, sh32.sh_type) \
162 ? elf_getu32(swap, sh32.sh_name) \
1332 Elf32_Shdr sh32; local

Completed in 123 milliseconds