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

/osnet-11/usr/src/lib/libelfsign/common/
H A Delfsignlib.c249 GElf_Ehdr elfehdr; local
332 if (gelf_getehdr(ess->es_elf, &elfehdr) == NULL) {
337 ess->es_has_phdr = (elfehdr.e_phnum != 0);
684 GElf_Ehdr elfehdr; local
806 if (gelf_getehdr(ess->es_elf, &elfehdr) == NULL) {
810 if (elfehdr.e_shoff < prev_end) {
819 elfehdr.e_shoff, prev_end);
820 elfehdr.e_shoff = prev_end;
821 if (gelf_update_ehdr(ess->es_elf, &elfehdr) == 0) {

Completed in 17 milliseconds