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

/freebsd-10-stable/lib/libelf/
H A Delf_update.c90 Elf32_Shdr *shdr32; local
100 shdr32 = &s->s_shdr.s_shdr32;
103 sh_type = shdr32->sh_type;
104 sh_align = (uint64_t) shdr32->sh_addralign;
105 sh_entsize = (uint64_t) shdr32->sh_entsize;
106 sh_offset = (uint64_t) shdr32->sh_offset;
107 sh_size = (uint64_t) shdr32->sh_size;
263 shdr32->sh_addralign = (uint32_t) sh_align;
264 shdr32->sh_entsize = (uint32_t) sh_entsize;
265 shdr32
[all...]

Completed in 44 milliseconds