Home | History | Annotate | Download | only in libelf

Lines Matching refs:elf

1 /* Update ELF header.
62 gelf_update_ehdr (Elf *elf, GElf_Ehdr *src)
66 if (elf == NULL)
69 if (unlikely (elf->kind != ELF_K_ELF))
75 rwlock_wrlock (elf->lock);
77 if (elf->class == ELFCLASS32)
79 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr;
133 rwlock_unlock (elf->lock);