Searched defs:elfehdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c249 GElf_Ehdr elfehdr; local
333 if (gelf_getehdr(ess->es_elf, &elfehdr) == NULL) {
338 ess->es_has_phdr = (elfehdr.e_phnum != 0);
685 GElf_Ehdr elfehdr; local
807 if (gelf_getehdr(ess->es_elf, &elfehdr) == NULL) {
811 if (elfehdr.e_shoff < prev_end) {
820 elfehdr.e_shoff, prev_end);
821 elfehdr.e_shoff = prev_end;
822 if (gelf_update_ehdr(ess->es_elf, &elfehdr) == 0) {

Completed in 68 milliseconds